Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use .text instead of .html | Lukas Reschke | 2015-11-30 | 1 | -3/+3 |
* | Merge pull request #20828 from owncloud/sharing_integration_test_20645_morris | Thomas Müller | 2015-11-30 | 6 | -20/+122 |
|\ | |||||
| * | Change from with of | Sergio Bertolin | 2015-11-30 | 2 | -16/+16 |
| * | Added webdav test to check range downloads | Sergio Bertolin | 2015-11-30 | 2 | -0/+22 |
| * | Making propfinds, having depth in mind and checking it in gherkin description | Sergio Bertolin | 2015-11-30 | 2 | -17/+25 |
| * | Use depth 1 and valid properties to get a list | Vincent Petry | 2015-11-27 | 1 | -1/+2 |
| * | Added sabre dav in webdav, modified skeleton to have parent and child folders | Sergio Bertolin | 2015-11-27 | 4 | -6/+77 |
* | | Merge pull request #20842 from owncloud/fix-date-time-column | Thomas Müller | 2015-11-30 | 1 | -2/+2 |
|\ \ | |||||
| * | | Fix column width of mtime column | Morris Jobke | 2015-11-30 | 1 | -2/+2 |
* | | | Merge pull request #20784 from owncloud/jeremeamia_superclosure_2.1.0 | Thomas Müller | 2015-11-30 | 1 | -0/+0 |
|\ \ \ | |||||
| * | | | [3rdparty] bump jeremeamia/superclosure to 2.1.0 | Roeland Jago Douma | 2015-11-27 | 1 | -0/+0 |
* | | | | Merge pull request #20829 from owncloud/dav-define-phpunit | Thomas Müller | 2015-11-30 | 0 | -0/+0 |
|\ \ \ \ | |||||
| * | | | | Fix already defined warning from dav test bootstrap | Robin Appelman | 2015-11-30 | 1 | -1/+3 |
* | | | | | Merge pull request #20845 from owncloud/allow-di-in-apps | Thomas Müller | 2015-11-30 | 2 | -1/+9 |
|\ \ \ \ \ | |||||
| * | | | | | Allow DI the system tag stuff without Application class | Joas Schilling | 2015-11-30 | 2 | -1/+9 |
* | | | | | | Merge pull request #20487 from owncloud/activity-oracle-sql-error-for-favorites | Thomas Müller | 2015-11-30 | 3 | -18/+50 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Inject the database connection | Joas Schilling | 2015-11-30 | 3 | -2/+16 |
| * | | | | | | Only require the interface | Joas Schilling | 2015-11-30 | 2 | -10/+10 |
| * | | | | | | Add a unit test that executes the query | Joas Schilling | 2015-11-30 | 1 | -0/+15 |
| * | | | | | | Correctly escape the paths so we only display favorites instead of wildcards | Joas Schilling | 2015-11-30 | 1 | -1/+1 |
| * | | | | | | Oracle can not return statements but only values | Joas Schilling | 2015-11-30 | 2 | -7/+10 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #20832 from owncloud/update-js-dependencies | Thomas Müller | 2015-11-30 | 4 | -121/+141 |
|\ \ \ \ \ \ | |||||
| * | | | | | | update bootstrap from 3.3.5 to 3.3.6 | Morris Jobke | 2015-11-30 | 2 | -3/+3 |
| * | | | | | | update backbone.js from 1.2.1 to 1.2.3 | Morris Jobke | 2015-11-30 | 3 | -118/+138 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #20843 from owncloud/fix-share-with-input | Thomas Müller | 2015-11-30 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix the width of the share with input | Morris Jobke | 2015-11-30 | 1 | -1/+1 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #20841 from owncloud/generate-response-using-xml-writer | Thomas Müller | 2015-11-30 | 1 | -18/+29 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | Use XMLWriter to generate response | Lukas Reschke | 2015-11-30 | 1 | -18/+29 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #20837 from owncloud/fix-mountoptions-dropdown | Thomas Müller | 2015-11-30 | 1 | -1/+0 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Fix ext storage mount options dropdown | Vincent Petry | 2015-11-30 | 1 | -1/+0 |
| |/ / / | |||||
* | | | | Merge pull request #20650 from owncloud/systemtags-core | Thomas Müller | 2015-11-30 | 11 | -5/+1508 |
|\ \ \ \ | |||||
| * | | | | Fix phpstorm complains in tests | Joas Schilling | 2015-11-30 | 2 | -9/+7 |
| * | | | | Cleanup imports and type hinting | Thomas Müller | 2015-11-30 | 2 | -11/+18 |
| * | | | | Add phpunit group for tests | Joas Schilling | 2015-11-30 | 2 | -0/+12 |
| * | | | | Do not count the entries when we only need to know if it is at least one | Joas Schilling | 2015-11-30 | 1 | -5/+14 |
| * | | | | Fix use statements | Joas Schilling | 2015-11-30 | 3 | -21/+25 |
| * | | | | Add backticks inside function to escape the column | Joas Schilling | 2015-11-30 | 1 | -1/+1 |
| * | | | | Added system tags data structure and PHP side managers | Vincent Petry | 2015-11-27 | 11 | -5/+1478 |
* | | | | | Merge pull request #20688 from owncloud/publiclink-getdownloadurl-webdav | Thomas Müller | 2015-11-30 | 2 | -7/+10 |
|\ \ \ \ \ | |||||
| * | | | | | Fix public link getDownloadUrl to return Webdav public link | Vincent Petry | 2015-11-25 | 2 | -7/+10 |
* | | | | | | Merge pull request #20834 from owncloud/aspdye-master | Thomas Müller | 2015-11-30 | 1 | -22/+26 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Update README.md | aspdye | 2015-11-30 | 1 | -22/+26 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #20815 from owncloud/avatar-cache-size | Thomas Müller | 2015-11-30 | 1 | -2/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cache resized avatars | Robin Appelman | 2015-11-28 | 1 | -2/+7 |
* | | | | | | | Merge pull request #20248 from owncloud/use-phpunit-groups-to-run-database-co... | Thomas Müller | 2015-11-30 | 150 | -112/+991 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| * | | | | | | Don't break app on travis | Thomas Müller | 2015-11-30 | 1 | -0/+5 |
| * | | | | | | More group DB | Thomas Müller | 2015-11-30 | 2 | -0/+14 |
| * | | | | | | Don't execute phpunit twice | Thomas Müller | 2015-11-30 | 1 | -1/+0 |
| * | | | | | | Add DB group to some files_external tests | Thomas Müller | 2015-11-30 | 20 | -2/+123 |
| * | | | | | | Un-confuse @MorrisJobke :wink: | Thomas Müller | 2015-11-30 | 1 | -3/+0 |