summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9802 from nextcloud/bugfix/noid/token_check_expire_betterMorris Jobke2018-06-091-1/+1
|\
| * Make the token expiration also work for autocasting 0Roeland Jago Douma2018-06-081-1/+1
* | New regex to match mentionsMario Danic2018-06-081-1/+1
* | Remove unsupported modifierMario Danic2018-06-081-1/+1
* | Fix mentions regexMario Danic2018-06-081-1/+1
|/
* Make sure initial files can be properly createdRoeland Jago Douma2018-06-071-1/+2
* Merge pull request #9565 from nextcloud/feature/noid/app-settingsMorris Jobke2018-06-062-0/+3
|\
| * Keep AppConfig for nowJulius Härtl2018-06-061-0/+1
| * Remove unused importJulius Härtl2018-06-061-1/+0
| * Remove unneeded classJulius Härtl2018-06-061-41/+0
| * Properly clear cacheJulius Härtl2018-06-061-0/+1
| * Implement update functionalityJulius Härtl2018-06-062-0/+2
| * Move logic to app management mixinJulius Härtl2018-06-061-2/+5
| * Add AppStore ManagerJulius Härtl2018-06-061-0/+38
* | Add a hint that some indexes are not added yetMorris Jobke2018-06-061-0/+39
* | 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'tRoeland Jago Douma2018-05-301-1/+9
* | Merge pull request #9483 from nextcloud/azure-blobMorris Jobke2018-06-041-0/+118
|\ \
| * | add azure unit tests with azuriteRobin Appelman2018-06-041-1/+28
| * | add azure object storage backendRobin Appelman2018-06-041-0/+91
* | | Merge pull request #9725 from nextcloud/fix/contacts-menu-local-null-checkMorris Jobke2018-06-041-1/+2
|\ \ \
| * | | Fix local users check in contacts menuChristoph Wurst2018-06-041-1/+2
| |/ /
* | | Merge pull request #9425 from nextcloud/db-reconnect-timeoutMorris Jobke2018-06-042-1/+53
|\ \ \ | |/ / |/| |
| * | Check connection status and attempt to reconnect each each minuteRobin Appelman2018-05-082-1/+53
* | | Remove not needed changeMorris Jobke2018-05-311-2/+0
* | | Add human readable description to migration stepsRobin Appelman2018-05-301-4/+23
| |/ |/|
* | Make sure the file is readable before attempting to create a previewRoeland Jago Douma2018-05-301-0/+6
* | Merge pull request #9589 from nextcloud/bugfix/noid/allow-empty-route-navigationMorris Jobke2018-05-291-1/+1
|\ \
| * | Allow empty route for navigation entriesJulius Härtl2018-05-241-1/+1
* | | Merge pull request #9617 from nextcloud/users-sort-case-fixMorris Jobke2018-05-281-2/+2
|\ \ \
| * | | Ignore case when sorting usersJohn Molakvoæ (skjnldsv)2018-05-261-2/+2
* | | | Merge pull request #9268 from nextcloud/bugfix/6711Morris Jobke2018-05-281-1/+3
|\ \ \ \
| * | | | Move repairstep to a custom commandRoeland Jago Douma2018-05-281-1/+3
* | | | | Merge pull request #9584 from nextcloud/file-cache-gc-isdirMorris Jobke2018-05-281-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | remove unneeded is_dir from file cache gcRobin Appelman2018-05-241-1/+1
| | |/ / | |/| |
* | | | Merge pull request #9585 from nextcloud/feature/noid/rename-syncclientsMorris Jobke2018-05-261-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Rename sync clients section to mobile & desktopJulius Härtl2018-05-241-1/+1
| |/ /
* | | Tabs fixJohn Molakvoæ (skjnldsv)2018-05-251-1/+1
* | | Added total count for subadminsJohn Molakvoæ (skjnldsv)2018-05-242-1/+20
* | | Added disabled count per groupsJohn Molakvoæ (skjnldsv)2018-05-244-10/+107
|/ /
* | Merge pull request #9435 from nextcloud/bugfix/noid/fix_force_language_html_attrRoeland Jago Douma2018-05-231-0/+5
|\ \
| * | Always set the request language to the force languageRoeland Jago Douma2018-05-231-6/+5
| * | make sure force language is reflected in html lang attributeGeorg Ehrke2018-05-221-0/+6
* | | Merge pull request #9395 from nextcloud/scanner-error-lock-cleanupMorris Jobke2018-05-231-9/+12
|\ \ \
| * | | cleanup locks in scanner on errorRobin Appelman2018-05-041-9/+12
| | |/ | |/|
* | | Merge pull request #8824 from nextcloud/settings-vueMorris Jobke2018-05-233-60/+95
|\ \ \ | |_|/ |/| |
| * | Fixed settings menu entry and group deletionJohn Molakvoæ (skjnldsv)2018-05-161-1/+1
| * | Added language support in users listJohn Molakvoæ (skjnldsv)2018-05-162-59/+94
* | | 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 possiblemarco442018-05-171-6/+14