aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #1871 from nextcloud/use-csp-noncesMorris Jobke2016-10-251-0/+1
|\ \ \ \ \
| * | | | | Add ContentSecurityPolicyNonceManagerLukas Reschke2016-10-241-1/+1
| * | | | | Add support for CSP noncesLukas Reschke2016-10-241-0/+1
* | | | | | Merge pull request #1876 from nextcloud/shareesAPI_emailMorris Jobke2016-10-252-12/+314
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add ShareesAPI E-mail searchRoeland Jago Douma2016-10-242-12/+314
* | | | | | Merge pull request #1883 from nextcloud/downstream-26145Morris Jobke2016-10-255-10/+13
|\ \ \ \ \ \
| * | | | | | Storage 503 message improvementsVincent Petry2016-10-245-10/+13
* | | | | | | [tx-robot] updated from transifexNextcloud bot2016-10-25162-2294/+2342
* | | | | | | Merge pull request #1897 from nextcloud/fix-public-buttonMorris Jobke2016-10-251-3/+4
|\ \ \ \ \ \ \
| * | | | | | | fix button on public upload pageJan-Christoph Borchardt2016-10-241-3/+4
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #1452 from nextcloud/appconfig-endpointJoas Schilling2016-10-256-13/+553
|\ \ \ \ \ \ \
| * | | | | | | Add unit testsJoas Schilling2016-10-212-5/+386
| * | | | | | | Switch to public APIJoas Schilling2016-10-213-5/+5
| * | | | | | | Make AppConfig part of the public APIJoas Schilling2016-10-212-8/+167
* | | | | | | | Merge pull request #1283 from nextcloud/us_files-ui-webdav-uploadLukas Reschke2016-10-2516-872/+1437
|\ \ \ \ \ \ \ \
| * | | | | | | | Only enable files_drop plugin when we actuall do files_dropRoeland Jago Douma2016-10-242-4/+21
| * | | | | | | | Fix public files_drop pageRoeland Jago Douma2016-10-241-15/+9
| * | | | | | | | Make files_drop workRoeland Jago Douma2016-10-243-10/+124
| * | | | | | | | Fix permision maskRoeland Jago Douma2016-10-241-0/+0
| * | | | | | | | More fixes to file uploadVincent Petry2016-10-243-22/+32
| * | | | | | | | Fix js unit tests for webdav put upload changesVincent Petry2016-10-244-56/+54
| * | | | | | | | Add support for chunked uploadVincent Petry2016-10-242-45/+116
| * | | | | | | | Goodbye Iframe transport !Vincent Petry2016-10-243-353/+0
| * | | | | | | | Use Webdav PUT for uploads in the web browserVincent Petry2016-10-2416-802/+1516
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #1860 from ryanwr/feature-sort-favoriteRoeland Jago Douma2016-10-251-6/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Sort favorite files first Issue #1802ryanwr2016-10-241-6/+8
* | | | | | | | Import the used classesJoas Schilling2016-10-241-0/+3
| |_|/ / / / / |/| | | | | |
* | | | | | | Fix testsRoeland Jago Douma2016-10-241-19/+19
* | | | | | | Move files_sharing Controllers => ControllerRoeland Jago Douma2016-10-246-10/+10
| |_|/ / / / |/| | | | |
* | | | | | Fix middleware testsRoeland Jago Douma2016-10-241-13/+17
* | | | | | Move Share20OCS to ShareAPIControllerRoeland Jago Douma2016-10-245-119/+109
| |_|/ / / |/| | | |
* | | | | Merge pull request #1849 from nextcloud/oc_26368Lukas Reschke2016-10-223-0/+82
|\ \ \ \ \
| * | | | | Add unit testLukas Reschke2016-10-221-0/+40
| * | | | | Adding capability about new chunking - refs #25682 (#26368)Thomas Müller2016-10-212-0/+42
| |/ / / /
* | | | | Merge pull request #1832 from nextcloud/select2-into-coreLukas Reschke2016-10-222-5/+0
|\ \ \ \ \
| * | | | | Template css orderJohn Molakvoæ2016-10-212-5/+0
* | | | | | Fix testsRoeland Jago Douma2016-10-211-1/+1
* | | | | | Adding Open Graph Support for public shares http://ogp.me/Thomas Müller2016-10-214-6/+41
| |/ / / / |/| | | |
* | | | | Merge pull request #1834 from nextcloud/downstream-26186Morris Jobke2016-10-214-18/+94
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add more files plugins to new DAV endpoint (#26186)Vincent Petry2016-10-204-18/+94
* | | | | Merge pull request #1806 from nextcloud/karakayasemi_1767Roeland Jago Douma2016-10-211-4/+4
|\ \ \ \ \
| * | | | | Update file.php put function posthook callsSemih Serhat Karakaya2016-10-201-4/+4
| |/ / / /
* | | | | Merge pull request #1835 from nextcloud/downstream-24948Morris Jobke2016-10-2014-22/+20
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Move OC\Files\Storage\Shared to the right namespaceJoas Schilling2016-10-2014-22/+20
* | | | | Merge pull request #1826 from nextcloud/downstream-26391Morris Jobke2016-10-201-0/+22
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix post_unshareFromSelf hook parameter formatVincent Petry2016-10-201-0/+22
| |/ / /
* | | | Merge pull request #1821 from nextcloud/downstream-26366Morris Jobke2016-10-202-22/+25
|\ \ \ \
| * | | | Sanitize length headers when validating quotaThomas Müller2016-10-202-22/+25
| |/ / /
* | | | Merge pull request #1796 from nextcloud/oc_fav-reportLukas Reschke2016-10-2011-276/+118
|\ \ \ \ | |/ / / |/| | |
| * | | Make it possible to filter by tags with REPORT methodVincent Petry2016-10-1911-276/+118