summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add ContentSecurityPolicyNonceManagerLukas Reschke2016-10-249-4/+130
* Add support for CSP noncesLukas Reschke2016-10-2414-12/+176
* Merge pull request #1820 from nextcloud/4byte-filenamesRoeland Jago Douma2016-10-245-5/+43
|\
| * Added method to DB and fix testRoeland Jago Douma2016-10-242-2/+19
| * Allow 4byte unicode filenames on supported platformsRobin Appelman2016-10-203-3/+24
* | 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-225-16/+6
|\ \ \
| * | | Template css orderJohn Molakvoæ2016-10-215-16/+6
* | | | Merge pull request #1852 from nextcloud/downstream-25579Lukas Reschke2016-10-225-6/+41
|\ \ \ \
| * | | | Fix testsRoeland Jago Douma2016-10-211-1/+1
| * | | | Use proper imageMorris Jobke2016-10-211-0/+0
| * | | | Adding Open Graph Support for public shares http://ogp.me/Thomas Müller2016-10-215-6/+41
* | | | | Merge pull request #1841 from nextcloud/oc_26359Lukas Reschke2016-10-227-56/+74
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix .gitignore and include zxcvbn.jsMorris Jobke2016-10-213-3/+34
| * | | | Fix personal pageRoeland Jago Douma2016-10-211-1/+1
| * | | | Fix zxcvbn path in setup page (#26359)Philipp Eichhorn2016-10-211-1/+1
| * | | | Bump bower dep to proper v4.4.0Roeland Jago Douma2016-10-213-51/+38
* | | | | Merge pull request #1848 from nextcloud/php7.1-RC4Roeland Jago Douma2016-10-213-7/+7
|\ \ \ \ \
| * | | | | Fix DateTime comparissonRoeland Jago Douma2016-10-212-5/+5
| * | | | | Bump to php7.1 RC4Roeland Jago Douma2016-10-211-2/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #1851 from nextcloud/oc_26352Roeland Jago Douma2016-10-211-6/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove removed --dry-run command from occ help (#26352)Vincent Petry2016-10-211-6/+0
|/ / / /
* | | | Merge pull request #1842 from nextcloud/oc_26372Joas Schilling2016-10-211-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | console.log now returns 1 instead of 0 on all errorsPatrick Paysant2016-10-211-3/+3
|/ / /
* | | 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-2023-34/+39
|\ \ \ \
| * | | | Fix shared storage namespace in DecryptAll classVincent Petry2016-10-202-2/+2
| * | | | Move OC\Files\Storage\Shared to the right namespaceJoas Schilling2016-10-2021-32/+37
* | | | | Merge pull request #1827 from nextcloud/downstream-26381Morris Jobke2016-10-205-193/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Get rid of very old oc:// stream wrapper (#26381)Vincent Petry2016-10-205-193/+0
|/ / / /
* | | | Merge pull request #1826 from nextcloud/downstream-26391Morris Jobke2016-10-202-2/+24
|\ \ \ \
| * | | | Fix post_unshareFromSelf hook parameter formatVincent Petry2016-10-202-2/+24
* | | | | Merge pull request #1824 from nextcloud/downstream-26423Morris Jobke2016-10-202-7/+11
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Ensure $commands being an array - fixes #26073Thomas Müller2016-10-202-0/+4
| * | | | use short array syntaxMorris Jobke2016-10-201-7/+7
| |/ / /
* | | | 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 #1817 from nextcloud/oc_nusLukas Reschke2016-10-201-0/+1
|\ \ \ \
| * | | | Expose the needupgrade status (#26209)Kristof Provost2016-10-201-0/+1
* | | | | Merge pull request #1822 from nextcloud/restore-overwritten-services-after-er...Roeland Jago Douma2016-10-205-51/+46
|\ \ \ \ \
| * | | | | Restore all services when a tests failed/finished for better testcase isolationJoas Schilling2016-10-201-3/+26
| * | | | | Make sure all tests use the TestCase method to overwrite servicesJoas Schilling2016-10-204-48/+20
| |/ / / /
* | | | | Merge pull request #1812 from nextcloud/allow-to-dismiss-the-code-integrity-w...Jakob Sack2016-10-201-0/+1
|\ \ \ \ \
| * | | | | Allow to dismiss the code integrity warningJoas Schilling2016-10-201-0/+1
* | | | | | Merge pull request #1796 from nextcloud/oc_fav-reportLukas Reschke2016-10-2013-280/+124
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |