summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added a logger for systemd/journaldJohannes Ernst2018-06-297-3/+93
| | | | | | Added a unit test Signed-off-by: Johannes Ernst <jernst@indiecomputing.com>
* Merge pull request #9705 from nextcloud/feature/9163/whatsnew-admin-guiMorris Jobke2018-06-2937-78/+1046
|\ | | | | display whats new info in admin settings
| * Bump version to trigger migrationMorris Jobke2018-06-291-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Update Vue settingsRoeland Jago Douma2018-06-293-6/+11
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * adjust testsArthur Schiwon2018-06-292-7/+12
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fix build stepArthur Schiwon2018-06-291-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fix updating the db row due to lacking id colArthur Schiwon2018-06-291-1/+8
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * RebuildRoeland Jago Douma2018-06-292-4/+4
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * updated production js filesArthur Schiwon2018-06-292-3/+3
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * adjust backend and gui to update and changelog serverArthur Schiwon2018-06-2916-46/+853
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * Unify vue template designJohn Molakvoæ (skjnldsv)2018-06-2914-16/+16
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * various fixes, typo, center popover, updated buildJohn Molakvoæ (skjnldsv)2018-06-297-141/+4
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Popover design fixes and settings updateJohn Molakvoæ (skjnldsv)2018-06-298-5/+143
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * adjust and reuse apps.css, makes additional class and rules unnecessaryArthur Schiwon2018-06-293-14/+4
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * CSS fixesArthur Schiwon2018-06-292-10/+12
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * do things with npm so make build-js-production succeeds without complaintsArthur Schiwon2018-06-295-31/+27
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fix method declarationArthur Schiwon2018-06-291-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * adjust testsArthur Schiwon2018-06-295-2/+18
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * display whats new info in admin settingsArthur Schiwon2018-06-2911-12/+151
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #10037 from nextcloud/dav-options-searchMorris Jobke2018-06-295-3/+84
|\ \ | |/ |/| Fix search related results in OPTIONS requests
| * Fix search related results in OPTIONS requestsRobin Appelman2018-06-285-3/+84
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #5623 from nextcloud/locale-settingMorris Jobke2018-06-2919-61/+808
|\ \ | | | | | | Add user locale/region setting
| * | Update PHPDocMorris Jobke2018-06-291-1/+1
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | docblock version fixesGeorg Ehrke2018-06-283-6/+6
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | Design fixesJohn Molakvoæ (skjnldsv)2018-06-284-7/+13
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | move locales file to /resources/Georg Ehrke2018-06-272-1/+1
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | fix use of findLocaleGeorg Ehrke2018-06-272-2/+2
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | properly handle force_locale settingGeorg Ehrke2018-06-271-0/+5
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | cache available locales to minimize fs accessGeorg Ehrke2018-06-271-6/+23
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | fix camelCase for localesForLanguageGeorg Ehrke2018-06-272-2/+2
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | fix tests / mistakes made during rebaseGeorg Ehrke2018-06-273-20/+8
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | show locale example and apply new locale right awayGeorg Ehrke2018-06-273-1/+18
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | fix OC.getLocale()Georg Ehrke2018-06-271-1/+1
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | fix position of locale inputGeorg Ehrke2018-06-272-29/+29
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | OC.getLocale() now returns Locale and no longer LanguageThomas Citharel2018-06-274-3/+13
| | | | | | | | | | | | | | | | | | | | | Added OC.getLanguage() to get Language <html lang=''> still gets language, though according to IETF BCP47 locale should be good. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | add findLocale() to public interfaceThomas Citharel2018-06-271-0/+7
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | handle config.php valuesThomas Citharel2018-06-273-5/+37
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | Fix review & testsThomas Citharel2018-06-277-17/+97
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | Add testsThomas Citharel2018-06-271-37/+39
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | Allow apps to specify locale for localisationThomas Citharel2018-06-273-13/+40
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | Allow user to choose localeThomas Citharel2018-06-275-1/+557
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Merge pull request #9773 from nextcloud/feature/noid/resource_bookingMorris Jobke2018-06-2935-16/+3160
|\ \ \ | | | | | | | | resource booking
| * | | Call Backgroundjob with parameter, as interface requiresGeorg Ehrke2018-06-281-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | Calendar resource booking: unit tests / adding missing annotationsGeorg Ehrke2018-06-259-4/+505
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | update classloader/classmap for calendar resource booking changesGeorg Ehrke2018-06-254-0/+20
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | periodically query calendar resource / room backends for updated resource / ↵Georg Ehrke2018-06-2510-0/+419
| | | | | | | | | | | | | | | | | | | | | | | | room information Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | hook up calendar resource managers/backends with server containerGeorg Ehrke2018-06-252-0/+38
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | update resource booking interfaces and add managersGeorg Ehrke2018-06-258-14/+308
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | apply group restrictions to resourcesGeorg Ehrke2018-06-259-31/+1108
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | add resource / room principalsGeorg Ehrke2018-06-2513-14/+559
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>