aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* [9.2] Register commands in info.xml (#26248)Thomas Müller2016-10-113-3/+33
* Add app name to the callJoas Schilling2016-10-101-1/+1
* Merge pull request #1672 from nextcloud/cache_non_exisiting_db_userRoeland Jago Douma2016-10-101-2/+7
|\
| * Cache non existing DB userRoeland Jago Douma2016-10-101-2/+7
* | Merge pull request #1660 from nextcloud/add-notification-icon-to-apiChristoph Wurst2016-10-101-5/+27
|\ \
| * | Add an icon to the notification APIJoas Schilling2016-10-071-5/+27
* | | Merge pull request #1640 from nextcloud/less_queries_group_shareMorris Jobke2016-10-101-30/+49
|\ \ \
| * | | More efficient group share resolvingRoeland Jago Douma2016-10-061-30/+49
* | | | Merge pull request #1663 from nextcloud/dont-reparse-info-xmlMorris Jobke2016-10-103-41/+42
|\ \ \ \ | |_|_|/ |/| | |
| * | | Cache AppInfo in Memory Cache if configuredLukas Reschke2016-10-072-1/+24
| * | | Don't parse info.xml but reuse already cached app infos - fixes #25603 (#25968)Thomas Müller2016-10-073-46/+24
| | |/ | |/|
* | | Merge pull request #1658 from nextcloud/fix-log.conditionMorris Jobke2016-10-091-1/+1
|\ \ \
| * | | Default to empty stringLukas Reschke2016-10-071-1/+1
| |/ /
* / / Simplify isSubDirectory checkLukas Reschke2016-10-072-30/+26
|/ /
* | Merge pull request #1514 from nextcloud/integration-tests-orphaned-sharesMorris Jobke2016-10-061-8/+38
|\ \ | |/ |/|
| * Prefilter inaccessible shares in DefaultShareProvider::getSharedWith()Vincent Petry2016-10-061-8/+38
* | Merge pull request #1629 from nextcloud/cleanup-settings-applicationJoas Schilling2016-10-061-0/+3
|\ \
| * | When we can not create the class, try if the variable is a registered serviceJoas Schilling2016-10-051-0/+3
* | | log version number in each log lineMorris Jobke2016-10-061-2/+4
| |/ |/|
* | Merge pull request #1306 from nextcloud/simplefsLukas Reschke2016-10-0612-32/+611
|\ \
| * | DI fails for bg jobRoeland Jago Douma2016-10-051-10/+4
| * | Fix repairRoeland Jago Douma2016-10-051-3/+1
| * | Use a backgroundjob to move avatarsRoeland Jago Douma2016-10-052-78/+118
| * | Deprecate old app folderRoeland Jago Douma2016-10-051-0/+1
| * | Kill users with the reserved name on loginRoeland Jago Douma2016-10-051-1/+11
| * | Add for proper DIRoeland Jago Douma2016-10-051-0/+5
| * | Avatar migration stepRoeland Jago Douma2016-10-052-0/+141
| * | avatar to appdataRoeland Jago Douma2016-10-054-28/+23
| * | Add TestsRoeland Jago Douma2016-10-052-12/+26
| * | Initial AppDataRoeland Jago Douma2016-10-056-3/+384
| |/
* | Merge pull request #1586 from nextcloud/issue-1466-fix-multi-translation-name...Lukas Reschke2016-10-051-7/+67
|\ \ | |/ |/|
| * Fallback from "de" to "de_DE" and the other way aroundJoas Schilling2016-10-041-3/+30
| * Allow multiple names and descriptionJoas Schilling2016-09-301-7/+40
* | Remove database requirement from testLukas Reschke2016-10-031-2/+8
* | Use proper casing of username in avatar filesystem setupMorris Jobke2016-10-031-0/+2
|/
* Merge pull request #1558 from nextcloud/remove-notifications-upon-user-deletionMorris Jobke2016-09-301-3/+7
|\
| * Only trigger postDelete hooks when the user was deleted...Joas Schilling2016-09-291-3/+3
| * Remove notifications upon user deletionJoas Schilling2016-09-291-0/+4
* | Do not break the output when running _completionJoas Schilling2016-09-291-5/+9
|/
* Merge pull request #1549 from nextcloud/kill-update-simulationMorris Jobke2016-09-283-114/+37
|\
| * Kill update simulationVincent Petry2016-09-273-114/+37
* | Merge pull request #1521 from nextcloud/fix-mimetypedetect-hiddenfolderLukas Reschke2016-09-271-2/+4
|\ \ | |/ |/|
| * Fix mimetype detection inside hidden folders (#26138)Vincent Petry2016-09-261-2/+4
* | Use the same URL everywhereJoas Schilling2016-09-271-1/+1
* | Return the autoupdater value from the serverJoas Schilling2016-09-271-0/+1
* | Merge pull request #1489 from nextcloud/fix-status-code-when-app-is-disabledMorris Jobke2016-09-271-1/+1
|\ \
| * | Return 404 on v2.php when the app is disabledJoas Schilling2016-09-221-1/+1
* | | Merge pull request #1516 from nextcloud/fix-openbasedir-realpath-warningMorris Jobke2016-09-271-1/+6
|\ \ \
| * | | Only use realpath for real directories (#26058)Vincent Petry2016-09-261-1/+6
* | | | Merge pull request #1499 from nextcloud/updaterLukas Reschke2016-09-262-0/+82
|\ \ \ \