summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add a controller with the most important methodsJoas Schilling2019-03-011-4/+3
* | | Basic implementation of resource and collection handlingJoas Schilling2019-03-013-0/+304
* | | Merge pull request #14254 from sparrowjack63/masterRoeland Jago Douma2019-03-011-4/+7
|\ \ \
| * | | Bucket name - Alert in debug modeS. Cat2019-03-011-1/+1
| * | | Correct code indentS. Cat2019-03-011-5/+5
| * | | Warning on S3 not compatible DNS bucket nameS. Cat2019-03-011-4/+11
| * | | Dont check Bucket Name in NextcloudSebastien Cat2019-03-011-4/+0
* | | | Merge pull request #14412 from nextcloud/fileinfo-raw-sizeMorris Jobke2019-02-286-11/+25
|\ \ \ \
| * | | | add option to get raw size (without submounts) from fileinfoRobin Appelman2019-02-276-11/+25
* | | | | Do not load 2fa admin settings asyncRoeland Jago Douma2019-02-281-5/+21
* | | | | Merge pull request #14343 from nextcloud/bugfix/14052-multiple-navigation-itemsMorris Jobke2019-02-272-5/+17
|\ \ \ \ \
| * | | | | Generate id for navigation itemDaniel Kesselberg2019-02-251-2/+2
| * | | | | Parse multiple navigation itemsDaniel Kesselberg2019-02-222-4/+16
* | | | | | Search sharees on lookup server when explicitly requested by userChristoph Wurst2019-02-261-1/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #14346 from tomaski/masterMorris Jobke2019-02-261-0/+1
|\ \ \ \ \
| * | | | | changed order of methodsTomasz Paluszkiewicz2019-02-261-1/+1
| * | | | | fix(EMailTemplate): malformed HTML in some casesTomasz Paluszkiewicz2019-02-241-0/+1
| |/ / / /
* | | | | Merge pull request #14198 from nextcloud/bugfix/8647-exclude-file-name-patternsMorris Jobke2019-02-261-8/+29
|\ \ \ \ \
| * | | | | Use more precise regexDaniel Kesselberg2019-02-141-1/+1
| * | | | | Apply code style fixes from owncloud, revert regexDaniel Kesselberg2019-02-141-5/+8
| * | | | | Exclude file name patterns; ignore gentoo webapp filesRomain Rivière2019-02-141-7/+25
| | |_|/ / | |/| | |
* | | | | allow group backends to mark that a group should now be shown in search dialogsRobin Appelman2019-02-252-0/+15
* | | | | Merge pull request #14325 from nextcloud/fix/always_query_lookup_server_in_gs...Roeland Jago Douma2019-02-251-1/+1
|\ \ \ \ \
| * | | | | Always query lookup server in GS modeRoeland Jago Douma2019-02-211-1/+1
* | | | | | Login flow V2Roeland Jago Douma2019-02-252-0/+51
| |_|/ / / |/| | | |
* | | | | Merge pull request #14337 from nextcloud/bugfix/noid/undefined-index-user-uidRoeland Jago Douma2019-02-221-4/+6
|\ \ \ \ \
| * | | | | Fix "Undefined index: user_uid" on login pageJoas Schilling2019-02-221-4/+6
| |/ / / /
* | | | | Merge pull request #14066 from nextcloud/feature/noid/casted-system-valuesJoas Schilling2019-02-225-9/+44
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make sure maintenance mode is always casted to boolJoas Schilling2019-02-224-9/+8
| * | | | Add methods to get casted system valuesJoas Schilling2019-02-221-0/+36
* | | | | Merge pull request #14255 from nextcloud/fix-ocm-discoveryMorris Jobke2019-02-201-0/+1
|\ \ \ \ \
| * | | | | make sure that the ocm end-point discovery /ocm-provider is not redirected to...Bjoern Schiessle2019-02-201-0/+1
* | | | | | Merge pull request #14178 from nextcloud/bugfix/noid/get-current-user-for-gue...Morris Jobke2019-02-201-0/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix OC.getCurrentUser() on guest pagesJoas Schilling2019-02-191-0/+4
| |/ / / /
* / / / / According to the OCM specification the body needs to be JSON encodedBjoern Schiessle2019-02-191-3/+4
|/ / / /
* | | | Merge pull request #14264 from nextcloud/null-is-not-a-booleanRoeland Jago Douma2019-02-191-1/+1
|\ \ \ \
| * | | | Set false as default for requirePNGDaniel Kesselberg2019-02-181-1/+1
| | |/ / | |/| |
* | | | Merge pull request #14269 from nextcloud/cache-update-eventMorris Jobke2019-02-192-1/+75
|\ \ \ \
| * | | | add event for cache updateRobin Appelman2019-02-182-1/+75
* | | | | Merge pull request #14194 from nextcloud/bugfix/noid/correctly-determinate-ow...Morris Jobke2019-02-191-2/+4
|\ \ \ \ \
| * | | | | Correctly determinate the owner in case of shared external storagesJoas Schilling2019-02-181-2/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #14210 from nextcloud/fix/14192/fix_empty_uploadsRoeland Jago Douma2019-02-181-2/+23
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix empty file uploads to S3Roeland Jago Douma2019-02-151-2/+23
| |/ / /
* | | | Merge pull request #14223 from nextcloud/enh/use_CountWrapperMorris Jobke2019-02-182-67/+2
|\ \ \ \
| * | | | Use CountWrapper instead of almost identical CountReadStreamRoeland Jago Douma2019-02-152-67/+2
| |/ / /
* / / / Add guest navigation typeJulius Härtl2019-02-181-1/+2
|/ / /
* | | Merge pull request #14191 from nextcloud/bugfix/noid/make-testcase-overwrite-...Morris Jobke2019-02-141-0/+4
|\ \ \
| * | | Make TestCase->overwriteService() work with App classesJoas Schilling2019-02-141-0/+4
| |/ /
* | | Merge pull request #14167 from nextcloud/techdebt/noid/update-php-parser-for-...Roeland Jago Douma2019-02-141-2/+2
|\ \ \
| * | | Update PHP-Parser for 7.1 compatibilityJoas Schilling2019-02-141-2/+2