Commit Graph

105 Commits

Author SHA1 Message Date
Evert Prants b4155a09ce
disabled donations for now 2021-04-28 16:03:33 +03:00
Evert Prants a55ba70fdc
that was wrong, oops 2021-02-22 20:31:16 +02:00
Evert Prants 38214f9d8a
listen on host 2021-02-22 20:28:35 +02:00
Evert Prants c7ce387685
some weird old code cleanup that was left hanging, /shrug 2021-02-09 18:46:04 +02:00
Evert Prants 08c196684b
fix logger init 2020-12-14 11:09:33 +02:00
Evert Prants 7674907b70
quick fixes from previous commit 2020-12-13 16:50:19 +02:00
Evert Prants 444f8b00f8
Major refactor and code modernization, vol. 1 2020-12-13 16:36:07 +02:00
Evert Prants 229a7db04a
fix news atom feed 2020-07-06 22:04:19 +03:00
Evert Prants 0350659b6c
Temporarily removed cookie consent banner + maintenance 2020-07-06 21:33:00 +03:00
Evert Prants 70551ed482
consent dialog fix 2020-06-15 19:47:03 +03:00
Evert Prants 51fd91e3db
Clean up OAuth2 provider code, support multiple request types in preparation for OIDC 2020-06-05 18:18:23 +03:00
Evert Prants 2a7aec1b46
Fix the mailer 2020-06-01 20:14:11 +03:00
Evert Prants 787cc6fc73
Maintenance commit. 2020-05-28 21:30:21 +03:00
Evert Prants 6cebe08ea5
password change fix 2020-01-28 23:13:59 +02:00
Evert Prants 3e974b98c1
First of the year! Package updates. 2020-01-28 22:27:24 +02:00
Evert Prants 7048ee3f45
Redis session update 2019-10-23 11:44:21 +03:00
Evert Prants 76fe1f2bf1
clarify some messages 2019-09-08 18:52:12 +03:00
Evert Prants 94aabcd07e
Prevent image upscaling 2019-09-07 19:41:32 +03:00
Evert Prants 39d3d568e8
Allow password changes for external registrations 2019-08-08 17:13:52 +03:00
Evert Prants 29f6c56161
slight oversight #3 2019-08-08 16:40:16 +03:00
Evert Prants a8a3ae3153
slight oversight #2 2019-08-08 15:39:42 +03:00
Evert Prants 004fdcacb2
slight oversight 2019-08-08 15:37:52 +03:00
Evert Prants a7289af257
Disable third-party registrations 2019-08-08 15:33:58 +03:00
Evert Prants 914a03b21f
it's in milliseconds.. 2019-03-10 13:25:09 +02:00
Evert Prants 6e07960150
extend session expiry time, remove unused socials 2019-03-10 13:24:30 +02:00
Evert Prants ef4d2ecb0c
Fix session cookie, hopefully 2019-02-12 22:04:16 +02:00
Evert Prants 913309c7ab
Maintenance commit Sat Jan 5 01:10:23 EET 2019 2019-01-05 01:10:23 +02:00
Evert Prants 681905b0a7
Maintentance commit Wed Aug 15 20:33:20 EEST 2018 2018-08-15 20:33:20 +03:00
Evert Prants 5534eb0a18
Removed everything minecraft-related, added image scope to oauth, replaced github with gitlab. 2018-06-05 12:51:49 +03:00
Evert Prants 7c0a94008d
Compose email from admin panel 2018-02-13 23:02:07 +02:00
Evert Prants e1a66c38da
Locking users mechanism 2018-02-13 22:32:11 +02:00
Evert Prants 60e9b00a74
Automatic minecraft username forward to donate page 2018-02-09 14:27:29 +02:00
Evert Prants c0a9ff5959
Set news article update date on creation 2018-02-09 14:01:00 +02:00
Evert Prants da43cd59aa
More changes, footer alignment 2018-02-07 19:03:57 +02:00
Evert Prants 9036d057e6
Add Gravatar 2018-02-04 18:25:45 +02:00
Evert Prants 265acc187f
Implement Atom feed for news page 2018-01-27 13:07:36 +02:00
Evert Prants 4df05ad316
Slight style changes, piwik is now matomo 2018-01-27 12:19:06 +02:00
Evert Prants a4b5080717
Merge pull request #3 from IcyNet/admin-panel
Admin panel
2017-12-08 15:54:37 +02:00
Evert Prants 2eb8731b30
quick image upload bug fix 2017-12-07 22:15:54 +02:00
Evert Prants 234744f5de
User search bar 2017-12-07 21:57:42 +02:00
Evert Prants 61248119c5
A lot of user actions, add CSRF tokens to all POSTs 2017-12-07 17:37:36 +02:00
Evert Prants 04e0c77a46
admin oauth2 client management 2017-12-05 18:59:17 +02:00
Evert Prants f3d9435be0
even more minor changes and reorganizing 2017-12-01 13:35:47 +02:00
Evert Prants f8ed8e244d
success message on password reset 2017-11-30 23:56:27 +02:00
Evert Prants 34a81d7923
some more things 2017-11-30 23:45:21 +02:00
Evert Prants f76135f00f
Token expiry checking, limit amount of resets in a day 2017-11-30 23:26:41 +02:00
Evert Prants 6e13dce845
A whole load of stuff - Added password reset, changed error returns to throws and some other things 2017-11-30 23:13:14 +02:00
Evert Prants b4b88a5657
Change csrf checking to a middleware function 2017-11-23 18:41:48 +02:00
Evert Prants 0d792817fe
Do some cleanups on the data 2017-11-23 18:26:53 +02:00
Evert Prants 8cb48abb39
Change external login system so it uses common funtions, reducing repeated code 2017-11-23 18:18:26 +02:00