Commit Graph

32 Commits

Author SHA1 Message Date
1724b2b78d feat(settings): add api base url to config 2022-08-22 23:53:34 +01:00
b32bb65c9b feat(settings): add settings for discord integration 2022-08-22 22:10:04 +01:00
1f08ea12c0 feat(auth): add Discord auth boilerplate 2022-08-20 22:02:17 +01:00
92a3972371 feat(main): several improvements, home page updates 2022-06-28 16:25:56 +01:00
3670fc575b refactor: improve footer links and attribution
This commit improves the footer copyright statement as well as its attribution. An image for GPL's logo as well as GitHub's mark were added, including configuration options for them.
2022-04-08 17:09:29 +01:00
2c63c2265d feat: add support for legal doc links 2022-04-04 10:39:36 +01:00
e6b10ab44e feat: prepare discord channel 2022-03-31 17:25:25 +01:00
3589bcb7ef build: upgrade to Mix 6 2022-02-24 23:11:22 +00:00
6a4ba00c78 Prepared Pusher push notifications 2022-02-07 22:54:10 +00:00
59cfbd7ed1 Fix broken suspension cleaner
This commit rewrites the previously broken auto ban cleaner. It's now much more efficient and compact, and it removes bans correctly and on the right date.

Fixes #1
2021-10-30 03:53:32 +01:00
d5bd903c22 Allow changing authentication banner 2021-10-25 18:54:09 +01:00
ab037a3474 Allow hiding IP addresses
This commit introduces a new feature where users can disable the collection and display of IP addresses. It's hardcoded in the .env config file for security reasons, and demo mode ignores this setting, because it already hides IPs by default.
2021-10-23 07:27:35 +01:00
a880eb65b0 Revert last commits
This reverts commit 2ddef6058d.
2021-10-13 02:57:00 +01:00
2ddef6058d Revert "Revert "Revert "Merge branch 'master' into develop"""
This reverts commit 427c9d1c57.
*facepalm*
2021-10-13 01:55:12 +01:00
427c9d1c57 Revert "Revert "Merge branch 'master' into develop""
This reverts commit fc6d7d2b18.
2021-10-13 01:47:16 +01:00
fc6d7d2b18 Revert "Merge branch 'master' into develop"
This reverts commit 42178e26de, reversing
changes made to d876dd6055.
2021-10-13 01:19:04 +01:00
b2b29382bf Merge branch 'develop' 2021-10-13 00:02:42 +01:00
a3d0730808 Update to Laravel & PHP 8 2021-10-12 18:08:15 +01:00
3f4bc28fd4 Added Demo mode
Demo mode allows to safely run a demo version of the app, with destructive features limited.

Some bugs were also fixed in this commit.
2021-09-04 00:44:54 +01:00
29f697d7b2 More footer info 2020-12-21 01:20:46 +00:00
96aa01b9c6 Recent changes 2020-11-02 21:44:05 +00:00
4e81a41210 Updated installation process 2020-09-07 23:22:25 +01:00
e8119b763c Register Application observers 2020-09-07 21:43:48 +01:00
b80e168dfb Add side menu localization options
This commit also adds the option to specify your own logo, from the .env configuration file.
2020-09-01 20:30:17 +01:00
1e78a8e6d9 Use app name 2020-08-31 23:20:53 +01:00
bbe3001157 Example env version update 2020-07-10 05:30:22 +01:00
119ea1d8ec Updated config defaults 2020-07-08 08:14:36 +01:00
9ec2f9edce Update .env.example to reflect new config values 2020-06-27 22:22:33 +01:00
5a8c080a31 Beta version
This commit is too large to list all changes.
2020-06-27 00:32:33 +01:00
d15c0cb12f Major changes - Vote system now finished 2020-05-30 00:20:39 +01:00
7cf056f57e Switch custom Guzzle integration for Laravel's HTTP facade
Commit also adds config options to the example file.
2020-05-02 20:18:56 +01:00
f80e9fcba0 First commit 2020-04-26 05:09:32 +01:00