summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Add AppStore ManagerJulius Härtl2018-06-061-0/+38
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #9483 from nextcloud/azure-blobMorris Jobke2018-06-041-0/+118
|\ | | | | add azure object storage backend
| * add azure unit tests with azuriteRobin Appelman2018-06-041-1/+28
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.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 #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-042-1/+53
|\ \ | |/ |/| Check connection status and attempt to reconnect each each minute
| * Check connection status and attempt to reconnect each each minuteRobin Appelman2018-05-082-1/+53
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Remove not needed changeMorris Jobke2018-05-311-2/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Add human readable description to migration stepsRobin Appelman2018-05-301-4/+23
| | | | | | | | 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>
* | 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>
* | | 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>
* | | | 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>
* | | 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>
* | | Added disabled count per groupsJohn Molakvoæ (skjnldsv)2018-05-244-10/+107
|/ / | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #9435 from nextcloud/bugfix/noid/fix_force_language_html_attrRoeland Jago Douma2018-05-231-0/+5
|\ \ | | | | | | make sure force language is reflected in html lang attribute
| * | Always set the request language to the force languageRoeland Jago Douma2018-05-231-6/+5
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | make sure force language is reflected in html lang attributeGeorg Ehrke2018-05-221-0/+6
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Merge pull request #9395 from nextcloud/scanner-error-lock-cleanupMorris Jobke2018-05-231-9/+12
|\ \ \ | | | | | | | | cleanup locks in scanner on error
| * | | cleanup locks in scanner on errorRobin Appelman2018-05-041-9/+12
| | |/ | |/| | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #8824 from nextcloud/settings-vueMorris Jobke2018-05-233-60/+95
|\ \ \ | |_|/ |/| | Vue migration: settings
| * | Fixed settings menu entry and group deletionJohn Molakvoæ (skjnldsv)2018-05-161-1/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Added language support in users listJohn Molakvoæ (skjnldsv)2018-05-162-59/+94
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #9490 from marco44/faster_large_filehelper_32bitsRoeland Jago Douma2018-05-181-6/+14
|\ \ \ | | | | | | | | Make LargeFileHelper.php faster by avoiding execs as much as possible
| * | | Make LargeFileHelper.php faster by avoiding execs as much as possiblemarco442018-05-171-6/+14
| | | | | | | | | | | | | | | | Signed-off-by: Marc Cousin <cousinmarc@gmail.com>
* | | | Certain tokens can expireRoeland Jago Douma2018-05-176-5/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | However due to the nature of what we store in the token (encrypted passwords etc). We can't just delete the tokens because that would make the oauth refresh useless. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Allow the rotation of tokensRoeland Jago Douma2018-05-164-2/+63
|/ / / | | | | | | | | | | | | | | | This for example will allow rotating the apptoken for oauth Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #9475 from ↵Morris Jobke2018-05-162-0/+12
|\ \ \ | |/ / |/| | | | | | | | nextcloud/bug/9469/delete_preview_on_version_restore Delete the previews when a version is restored
| * | Delete the previews when a version is restoredRoeland Jago Douma2018-05-142-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #9469 When a version of a file is restored the previews are no longer valid. Thus we should remove them so they are regenerated. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Refix scopeRoeland Jago Douma2018-05-152-3/+5
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Fix testsRoeland Jago Douma2018-05-154-17/+29
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Make the Token Auth code strictRoeland Jago Douma2018-05-155-90/+94
| | | | | | | | | | | | | | | | | | In preparation for #9441 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #9444 from nextcloud/techdep/noid/appframework_mapper_to_qbRoeland Jago Douma2018-05-141-1/+2
|\ \ \ | |/ / |/| | Add a QueryBuilder based Mapper
| * | Move over TokenMapperRoeland Jago Douma2018-05-101-1/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Move to joinRoeland Jago Douma2018-05-141-8/+8
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Kill the dete preview watcherRoeland Jago Douma2018-05-142-51/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This code had the potential to time out. If a huge folder with pictures for example was deleted then this could easily grow the number of files to clean with a factor 5 (or more). Now the previews just get cleaned up in the background. Which is good enough for the 99% case As a bonus this now also keeps the previews when in the trashbin so you don't have a spiking server load when a user opens the trashbin view. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Add the jobRoeland Jago Douma2018-05-143-1/+53
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Add backgroundcleanup jobRoeland Jago Douma2018-05-141-0/+91
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Make Appdata staticRoeland Jago Douma2018-05-142-6/+13
|/ / | | | | | | | | | | * Add fileid for simpleroot folders (only internal) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #9390 from nextcloud/bugfix/noid/no-body-for-no-contentblizzz2018-05-091-3/+55
|\ \ | | | | | | Do not send a body for "No content", "Not modified" and others
| * | Do not send a body for "No content", "Not modified" and othersJoas Schilling2018-05-041-3/+55
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>