Commit Graph

22 Commits

Author SHA1 Message Date
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