Igor Scheller
|
4ff44d141c
|
Translator: Fix values handling when array keys are set
Fixes #820 (Password recovery not working)
|
4 years ago |
Igor Scheller
|
3912b4e93e
|
Set initial admin password if configured
Resolves #806 (Allow admins to configure the initial password of the admin user)
Closes #809 PR (Allow to configure initial admin pw)
|
4 years ago |
Igor Scheller
|
c2b2487721
|
Locale: Set initial locale using request language
|
4 years ago |
Allen Taylor
|
02ba802d6b
|
configured var dump server
|
4 years ago |
Igor Scheller
|
984ce25728
|
Moved development error handler setup to ConfigureEnvironmentServiceProvider
|
5 years ago |
Igor Scheller
|
2605204af8
|
Moved error reporting settings to ConfigureEnvironmentServiceProvider
|
5 years ago |
Igor Scheller
|
2b1ccb6406
|
Configure application timezone globally
|
5 years ago |
Igor Scheller
|
f3af7bab50
|
Fixed Schedule XML parser to support minimum import
|
5 years ago |
Igor Scheller
|
d455b95f5d
|
Updated gettext/gettext package to v5
|
5 years ago |
Igor Scheller
|
47e209e125
|
ImportSchedule: Append talk language to shift title
Resolves #587 (Include talk language into Frab-imported shift titles)
|
5 years ago |
Igor Scheller
|
42721e9572
|
Added Schedule parsing and replaced old Fahrplan importer
Resolves #553 (Change Frab Import from xCal to XML)
Resolves #538 (Feature Request: Multi Frab Import)
|
5 years ago |
Igor Scheller
|
d203071de0
|
First step to PHP 7.4 compatibility...
|
5 years ago |
Luca
|
6cde313e47
|
Move translations whose message ids do not appear as literals in the sources into a separate file
Test whether additional.{m,p}o files are loaded correctly
|
5 years ago |
Igor Scheller
|
fa35187795
|
Removed .mo translation files from version control, use .po as fallback
|
5 years ago |
Igor Scheller
|
faf74150e9
|
Mailer: Use users locale for translation
|
5 years ago |
msquare
|
1e16f4c47e
|
Merge pull request #624 from MyIgel/version
Added version to credits and metrics page
|
6 years ago |
Igor Scheller
|
4582f808f0
|
Added version to credits and metrics page
|
6 years ago |
Igor Scheller
|
508695efb2
|
Replaced gettext translation with package
This allows to check if no translation is available
|
6 years ago |
Igor Scheller
|
f90ab26fee
|
Moved translation helpers to sub namespace
|
6 years ago |
Igor Scheller
|
bcce2625a8
|
Implemented AuthController for login
* Moved /login functionality to AuthController
* Refactored password handling logic to use the Authenticator
|
6 years ago |
Igor Scheller
|
2570418e9f
|
Translation: Enforce LC_NUMERIC for numeric conversions
|
6 years ago |
Igor Scheller
|
3cd70773d8
|
Authenticator: Use id from user object
Closes #519 (iCal/JSON export only works when logged in)
|
6 years ago |
Igor Scheller
|
c9d7e88cc7
|
Implemented controller permissions
|
6 years ago |
Igor Scheller
|
c33940f64a
|
Moved permission checks to Authenticator class
|
6 years ago |
Igor Scheller
|
4e09ee3eb2
|
Replaced more user related stuff
(Contains some buggy stuff too...)
|
6 years ago |
Igor Scheller
|
d15946df2d
|
Changed `src/` code and templates to use the new user model
|
6 years ago |
Igor Scheller
|
b443b53919
|
Translation: added pluralization support
|
6 years ago |
Igor Scheller
|
427315195b
|
Moved translation/internationalization to Helpers\Translator class
|
6 years ago |