summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Use S3Client::upload instead of splitting single/multipart upload ourselvesRobin Appelman2018-01-242-48/+14
* | | Merge pull request #8100 from nextcloud/s3-folder-deleteMorris Jobke2018-02-081-7/+12
|\ \ \
| * | | fix invalidating folder cache for s3Robin Appelman2018-01-291-1/+1
| * | | adjust s3 bulk delete to new sdk syntaxRobin Appelman2018-01-291-6/+11
* | | | Merge pull request #8218 from nextcloud/display_proper_lang_stringMorris Jobke2018-02-081-1/+1
|\ \ \ \
| * | | | Display the proper language strings in setttingsRoeland Jago Douma2018-02-071-1/+1
* | | | | Merge pull request #8252 from nextcloud/remove-wrong-documentation-linkJoas Schilling2018-02-081-1/+0
|\ \ \ \ \
| * | | | | Remove invalid link to documentationMorris Jobke2018-02-081-1/+0
* | | | | | Merge pull request #8214 from axllent/referrer-fixJoas Schilling2018-02-083-3/+3
|\ \ \ \ \ \
| * | | | | | Referrer fix (no-referrer)Ralph Slooten2018-02-083-3/+3
* | | | | | | Merge pull request #8023 from nextcloud/webdavsearch_limit_order_fixingMorris Jobke2018-02-084-57/+147
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | adjust testsRobin Appelman2018-02-071-17/+21
| * | | | | | CacheJail should apply limit and offset after searchingRoeland Jago Douma2018-02-072-3/+10
| * | | | | | Adjust to updated searchdav libraryRobin Appelman2018-02-072-67/+51
| * | | | | | Respect limit and order in webdav searchRoeland Jago Douma2018-02-071-3/+98
* | | | | | | Merge pull request #8233 from nextcloud/swift-return-streamRoeland Jago Douma2018-02-081-1/+1
|\ \ \ \ \ \ \
| * | | | | | | actually return stream from swiftRobin Appelman2018-02-071-1/+1
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2018-02-0818-48/+160
|/ / / / / / /
* | | | | | | Merge pull request #8224 from nextcloud/dav-dir-exception-previousRobin Appelman2018-02-072-5/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | keep previous exception when transforming to dav exceptionRobin Appelman2018-02-072-5/+6
|/ / / / / /
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-02-0744-46/+102
* | | | | | Merge pull request #8217 from nextcloud/fix_8180Morris Jobke2018-02-071-1/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Use proper lanugage in langauge codeRoeland Jago Douma2018-02-071-1/+3
| |/ / / /
* | | | | [tx-robot] updated from transifexNextcloud bot2018-02-0720-16/+240
* | | | | Merge pull request #8182 from robert-scheck/pki-validationMorris Jobke2018-02-062-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Handle SSL certificate verifications for others than Let's EncryptRobert Scheck2018-02-052-2/+2
* | | | | Merge pull request #8175 from LorbusChris/patch-1Morris Jobke2018-02-061-8/+8
|\ \ \ \ \
| * | | | | Sort dependencies in bower.json alphabeticallyChristian Glombek2018-02-051-8/+8
* | | | | | Merge pull request #8173 from michaelletzgus/fix_for_eachMorris Jobke2018-02-061-3/+5
|\ \ \ \ \ \
| * | | | | | using isset()michaelletzgus2018-02-051-1/+1
| * | | | | | Fix undefined index problemmichaelletzgus2018-02-041-3/+5
| |/ / / / /
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-02-064-24/+162
* | | | | | Merge pull request #8172 from nextcloud/phan-versionDaniel Calviño Sánchez2018-02-061-6/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Bump php7.2 imageRoeland Jago Douma2018-02-051-5/+5
| * | | | | Use 7.2 imageRoeland Jago Douma2018-02-041-1/+1
| * | | | | Use a phan version instead of masterRoeland Jago Douma2018-02-041-1/+1
* | | | | | Merge pull request #8144 from nextcloud/cache-update-occMorris Jobke2018-02-0510-9/+235
|\ \ \ \ \ \
| * | | | | | Fix testsRoeland Jago Douma2018-02-031-0/+4
| * | | | | | Move depsCache clearing to SCSSCacher/JSCombinerJulius Härtl2018-02-036-31/+45
| * | | | | | Add tests and class mappingJulius Härtl2018-02-033-0/+96
| * | | | | | Add repair step to clear frontend related cachesJulius Härtl2018-02-035-6/+118
| |/ / / / /
* | | | | | Merge pull request #8135 from coliff/patch-3Morris Jobke2018-02-052-2/+2
|\ \ \ \ \ \
| * | | | | | Update settings.scssChristian Oliff2018-02-021-1/+1
| * | | | | | Use correct input type for website urlChristian Oliff2018-02-011-1/+1
* | | | | | | Merge pull request #8155 from nextcloud/use-guest-cssMorris Jobke2018-02-052-3/+8
|\ \ \ \ \ \ \
| * | | | | | | Add space on guest pages with custom logoJulius Härtl2018-02-021-0/+3
| * | | | | | | Load guest css on any guest and error pageJulius Härtl2018-02-021-1/+3
| * | | | | | | Make sure theming logo css only applies when a logo is setJulius Härtl2018-02-021-2/+2
* | | | | | | | Merge pull request #8160 from nextcloud/fix_8047Morris Jobke2018-02-051-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Do not try to get the jailed path if we can't find the idRoeland Jago Douma2018-02-031-0/+4
| | |_|/ / / / / | |/| | | | | |