Commit Graph

35 Commits

Author SHA1 Message Date
Alex Tselegidis
aef222311b
Merge pull request #69 from T1anjiu/master
i18n Add simplified Chinese.
2024-05-17 13:04:56 +02:00
Alex Tselegidis
26a9dc43ab Change the default password to 12345678 2024-05-17 12:59:47 +02:00
Tianjiu
5a1da3a353
Add files via upload 2024-02-07 21:26:51 +08:00
Tianjiu
83af8943df
Create auth.php 2024-02-07 21:26:22 +08:00
Alex Tselegidis
547174e037 Update dependencies for PHP8 2022-05-27 10:41:54 +02:00
Alex Tselegidis
0ab3ebdbe7 Add swedish translation (thanks to joho@boojam.se) 2022-03-11 12:10:35 +01:00
dependabot[bot]
6960a09986
Bump laravel/framework from 8.2.0 to 8.24.0 in /server
Bumps [laravel/framework](https://github.com/laravel/framework) from 8.2.0 to 8.24.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/8.x/CHANGELOG-8.x.md)
- [Commits](https://github.com/laravel/framework/compare/v8.2.0...v8.24.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-02 17:03:00 +00:00
Alex Tselegidis
7bfa2cc8dc Removed unnecessary import 2021-01-07 09:45:35 +02:00
Alex Tselegidis
44c726cb55 Make sure all notes can be decrypted/encrypted before updating them in the database 2021-01-07 09:45:21 +02:00
Alex Tselegidis
a78514e22c Increased rate limiting to 200, to improve syncing on new clients. 2021-01-06 13:39:39 +02:00
Alex Tselegidis
706726b959 Do not try to access the database, if there's no local environment file (the app is not installed) 2020-12-17 14:30:38 +02:00
Alex Tselegidis
d97d9c8dde Improvements in the setup script with more robust messages and installation handling 2020-12-15 22:11:32 +02:00
Alex Tselegidis
07f333a14a Enhanced production build for smaller zip archives (use production of production mode) 2020-12-15 22:11:13 +02:00
Alex Tselegidis
f199a46dc7 Updated the server public directory favicon 2020-12-15 22:10:39 +02:00
Alex Tselegidis
8e6f95eb72 Proper call to the migrate command when installing the app 2020-12-15 22:10:26 +02:00
Alex Tselegidis
72e54eb68a Ensure the setting rows exist before using them in MailConfigServiceProvider.php 2020-12-15 15:37:03 +02:00
Alex Tselegidis
4a2606fdcc Do not remove the setup file from production, after the installation has been completed. 2020-12-15 14:42:56 +02:00
Alex Tselegidis
0a3be8359a Made the session lifetime configurable (#7) 2020-12-15 14:23:53 +02:00
Alex Tselegidis
9b818a1e4f Release v1.0.0-beta.4 2020-09-25 13:31:04 +03:00
Alex Tselegidis
9427dded50 Use the right facade for performing file related operations in the cleanup command. 2020-09-25 13:30:25 +03:00
Alex Tselegidis
f9aadcc071 Created new endpoint and command for refreshing the application after the update is completed. 2020-09-25 13:29:39 +03:00
Alex Tselegidis
da90f89862 Added the admin middleware registration 2020-09-25 13:28:40 +03:00
Alex Tselegidis
3634e7e5be Upgraded the server codebase to Laravel 8. 2020-09-15 09:15:26 +03:00
dependabot[bot]
3bcf7db0ff
Bump symfony/http-kernel from 5.1.0 to 5.1.5 in /server
Bumps [symfony/http-kernel](https://github.com/symfony/http-kernel) from 5.1.0 to 5.1.5.
- [Release notes](https://github.com/symfony/http-kernel/releases)
- [Changelog](https://github.com/symfony/http-kernel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/http-kernel/compare/v5.1.0...v5.1.5)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-03 01:21:53 +00:00
Alex Tselegidis
866117dc5c Migrated from Lumen to Laravel for better package compatibility and future proof code base 2020-06-08 10:13:34 +02:00
Alex Tselegidis
5ab28ed25b Release v1.0.0-beta.3 2020-04-27 19:06:05 +02:00
Alex Tselegidis
3994551989 Remove the "v" prefix from the client/server version configuration. 2020-04-23 15:11:08 +02:00
Alex Tselegidis
efdd2d27ab
Merge pull request #1 from alextselegidis/dependabot/composer/server/symfony/http-foundation-4.4.7
Bump symfony/http-foundation from 4.4.5 to 4.4.7 in /server
2020-04-21 21:12:03 +02:00
Alex Tselegidis
7c55bd5545 Support german when sending the recovery password email. 2020-04-20 21:11:13 +02:00
Alex Tselegidis
906c40110d Release v1.0.0-beta.2 2020-04-08 14:07:55 +02:00
Alex Tselegidis
b6ec452577 Release v1.0.0-beta.1 2020-04-07 21:04:27 +02:00
dependabot[bot]
5d667e07cb
Bump symfony/http-foundation from 4.4.5 to 4.4.7 in /server
Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 4.4.5 to 4.4.7.
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/http-foundation/compare/v4.4.5...v4.4.7)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-31 23:43:12 +00:00
Alex Tselegidis
78898c32ad Version 1.0.0-alpha1 2020-03-24 13:15:36 +01:00
Alex Tselegidis
8edf99cad6 Updated nested README files 2020-03-23 08:52:25 +01:00
Alex Tselegidis
c883b99f97 initial import 2020-03-22 18:02:32 +01:00