- https://des.dev
-
Joined on
2024年03月25日
08c7497817
Remove second result link.
572612bdde
Change poll button text
8d2236f60f
Show poll participation on user page
6f7ba86953
Fix logic inversion in Person
5c046cee72
Improve admin view
4a6f77e1c2
Really fix results view
33fabb2559
Fix poll result diplay nits
af70d440d4
Add missing USE and move polls to the top
d703103696
db: Fix results view
27ce78528b
WikiFormat: Remove forgotten debugging printf
51087edd4b
List active polls on the front page
66f7061bf7
Add a User controller and UI
ef9d2110c7
Add a boolean filter
71e699c627
Fix links to WikiFormat help
219e56fed2
Assume we're always behind a proxy
d48b633596
Set session expiry to a full day
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
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...
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...