summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Make sure initial files can be properly createdRoeland Jago Douma2018-06-071-1/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #9565 from nextcloud/feature/noid/app-settingsMorris Jobke2018-06-063-0/+4
|\ | | | | Migrate apps management to Vue.js
| * Keep AppConfig for nowJulius Härtl2018-06-061-0/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Remove unused importJulius Härtl2018-06-061-1/+0
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Remove unneeded classJulius Härtl2018-06-061-41/+0
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Properly clear cacheJulius Härtl2018-06-061-0/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Implement update functionalityJulius Härtl2018-06-062-0/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Move logic to app management mixinJulius Härtl2018-06-061-2/+5
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add AppStore ManagerJulius Härtl2018-06-061-0/+38
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Move to AppFramework ControllerJulius Härtl2018-06-061-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Move app management ajax code to AppSettingsController Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Add a hint that some indexes are not added yetMorris Jobke2018-06-064-0/+42
| | | | | | | | | | | | | | | | | | * gives the admin a chance to discover the missing indexes and improve the performance of the instance without digging through the manual * nicely integrated in the setup checks where this kind of hints belong to * also adds an option to integrate this from an app based on events * fix style of setting warnings Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #9692 from nextcloud/bugfix/noid/logsecret_fix_file_putMorris Jobke2018-06-061-1/+9
|\ \ | |/ |/| Make sure the log doesn't try to read from PUT if it can't
| * Make sure the log doesn't try to read from PUT if it can'tRoeland Jago Douma2018-05-301-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | If a PUT request comes in that is not JSON or from encoded. Then we can only read it (exactly) once. If that is the case we must assume no shared secret is set. If we don't then we either are the first to read it, thus causing the real read of the data to fail. Or we are later and then it throws an exception (also failing the request). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #9483 from nextcloud/azure-blobMorris Jobke2018-06-043-0/+120
|\ \ | | | | | | add azure object storage backend
| * | add azure unit tests with azuriteRobin Appelman2018-06-041-1/+28
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Bump autoloaderRoeland Jago Douma2018-06-042-0/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | add azure object storage backendRobin Appelman2018-06-041-0/+91
| | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #9641 from ↵Morris Jobke2018-06-041-2/+14
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdep/noid/caching_explicit_in_response Move caching logic to response
| * | | Move caching logic to responseRoeland Jago Douma2018-06-041-2/+14
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids having to do it at all the places we want cached responses. We can't inject the ITimeFactor without breaking public API. However we can perfectly overwrite the service (resulting in the same testable effect). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #9725 from nextcloud/fix/contacts-menu-local-null-checkMorris Jobke2018-06-041-1/+2
|\ \ \ | | | | | | | | Fix local users check in contacts menu
| * | | Fix local users check in contacts menuChristoph Wurst2018-06-041-1/+2
| |/ / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #9425 from nextcloud/db-reconnect-timeoutMorris Jobke2018-06-044-1/+55
|\ \ \ | |/ / |/| | Check connection status and attempt to reconnect each each minute
| * | Check connection status and attempt to reconnect each each minuteRobin Appelman2018-05-084-1/+55
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-06-014-0/+4
| | |
* | | Remove not needed changeMorris Jobke2018-05-311-2/+0
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2018-05-314-6/+8
| | |
* | | Add since tagsRoeland Jago Douma2018-05-301-0/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Add human readable description to migration stepsRobin Appelman2018-05-303-4/+55
| |/ |/| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Make sure the file is readable before attempting to create a previewRoeland Jago Douma2018-05-301-0/+6
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-05-302-0/+2
| |
* | Merge pull request #9589 from nextcloud/bugfix/noid/allow-empty-route-navigationMorris Jobke2018-05-291-1/+1
|\ \ | | | | | | Allow empty route for navigation entries
| * | Allow empty route for navigation entriesJulius Härtl2018-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Navigation entries might be handled by javascript, as the about section from https://github.com/nextcloud/firstrunwizard/pull/64 so we don't need a route for that. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2018-05-294-0/+4
| | |
* | | Merge pull request #9617 from nextcloud/users-sort-case-fixMorris Jobke2018-05-281-2/+2
|\ \ \ | | | | | | | | Ignore case when sorting users
| * | | Ignore case when sorting usersJohn Molakvoæ (skjnldsv)2018-05-261-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #9268 from nextcloud/bugfix/6711Morris Jobke2018-05-281-1/+3
|\ \ \ \ | | | | | | | | | | Do not load calendar/addressbook plugins if not needed
| * | | | Move repairstep to a custom commandRoeland Jago Douma2018-05-281-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | People that have issues can run it manually Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #9584 from nextcloud/file-cache-gc-isdirMorris Jobke2018-05-281-1/+1
|\ \ \ \ \ | | | | | | | | | | | | remove unneeded is_dir from file cache gc
| * | | | | remove unneeded is_dir from file cache gcRobin Appelman2018-05-241-1/+1
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-05-284-0/+4
| |/ / / |/| | |
* | | | [tx-robot] updated from transifexNextcloud bot2018-05-2794-188/+188
| | | |
* | | | Merge pull request #9585 from nextcloud/feature/noid/rename-syncclientsMorris Jobke2018-05-261-1/+1
|\ \ \ \ | |_|/ / |/| | | Rename sync clients section to mobile & desktop
| * | | Rename sync clients section to mobile & desktopJulius Härtl2018-05-241-1/+1
| |/ / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2018-05-262-4/+4
| | |
* | | Merge pull request #9488 from nextcloud/disabled-users-fixblizzz2018-05-258-11/+173
|\ \ \ | | | | | | | | Added disabled count per groups & fixed disabled users query
| * | | Tabs fixJohn Molakvoæ (skjnldsv)2018-05-251-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Added total count for subadminsJohn Molakvoæ (skjnldsv)2018-05-242-1/+20
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Fixes since requirementJohn Molakvoæ (skjnldsv)2018-05-241-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Fixed testsJohn Molakvoæ (skjnldsv)2018-05-241-0/+7
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Added disabled count per groupsJohn Molakvoæ (skjnldsv)2018-05-247-10/+145
| |/ / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>