des pushed to main at FreeBSD/fbce 2026年06月03日 21:47:20 +02:00
08c7497817 Remove second result link.
des pushed to main at FreeBSD/fbce 2026年05月27日 22:03:37 +02:00
572612bdde Change poll button text
des pushed to main at FreeBSD/fbce 2026年05月27日 12:12:43 +02:00
8d2236f60f Show poll participation on user page
des pushed to main at FreeBSD/fbce 2026年05月27日 11:08:49 +02:00
6f7ba86953 Fix logic inversion in Person
des pushed to main at FreeBSD/fbce 2026年05月19日 23:39:55 +02:00
5c046cee72 Improve admin view
des pushed to main at FreeBSD/fbce 2026年04月29日 23:44:53 +02:00
4a6f77e1c2 Really fix results view
des pushed to main at FreeBSD/fbce 2026年04月29日 20:05:02 +02:00
33fabb2559 Fix poll result diplay nits
des pushed to main at FreeBSD/fbce 2026年04月29日 19:55:19 +02:00
af70d440d4 Add missing USE and move polls to the top
des pushed to main at FreeBSD/fbce 2026年04月29日 19:54:40 +02:00
d703103696 db: Fix results view
27ce78528b WikiFormat: Remove forgotten debugging printf
Compare 2 commits »
des pushed to main at FreeBSD/fbce 2026年04月29日 17:50:32 +02:00
51087edd4b List active polls on the front page
des pushed to main at FreeBSD/fbce 2026年04月23日 14:21:33 +02:00
66f7061bf7 Add a User controller and UI
ef9d2110c7 Add a boolean filter
Compare 2 commits »
des pushed to main at FreeBSD/fbce 2026年04月22日 20:46:37 +02:00
71e699c627 Fix links to WikiFormat help
des pushed to main at FreeBSD/fbce 2026年04月20日 12:14:40 +02:00
219e56fed2 Assume we're always behind a proxy
d48b633596 Set session expiry to a full day
Compare 2 commits »
des pushed to main at FreeBSD/fbce 2026年04月04日 10:36:03 +02:00
fe259b7a8b Add a Wiki syntax help page
d6c71619ea Merge FBP into FBCE and modernize
559b6abcb6 Drop unused files
b2243a101f Drop RCS tags
76682dd7e6 Update documentation
Compare 8 commits »
des commented on issue forgejo/forgejo#7254 2025年12月07日 12:10:02 +01:00
feat: Fine-grained watch on repos

I too would very much like to be able to subscribe to releases. I maintain the FreeBSD Forgejo ports and need to be notified when a new release comes out, but watching this repository subjects me...

des commented on issue schilytools/schilytools#66 2024年03月25日 13:40:48 +01:00
prs/cutoff.sh: time stamp conversion error on FreeBSD 14

The test is incorrect. You cannot rely on errno to tell you if mktime() failed. You need to set either tm_wday or tm_yday to an invalid value (e.g. -1) before the call and check it...