Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Morris Jobke | 2017-11-06 | 2 | -0/+5 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 1 | -16/+18 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix tests | Roeland Jago Douma | 2017-09-21 | 1 | -0/+7 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix unit tests | Morris Jobke | 2017-09-21 | 1 | -0/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix sorting of entries in Files sidebar | Jan-Christoph Borchardt | 2017-08-25 | 1 | -3/+3 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Adjust the unit test | Joas Schilling | 2017-06-13 | 1 | -0/+8 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -2/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix the tests | Joas Schilling | 2017-03-26 | 1 | -1/+9 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix app name of files app | Morris Jobke | 2017-02-14 | 1 | -6/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Added genertor helper & tests | Roeland Jago Douma | 2016-11-03 | 1 | -13/+32 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | remove 'send mail notification' option from sharing, replaced by ↵ | Bjoern Schiessle | 2016-11-02 | 1 | -2/+0 |
| | | | | | | send-by-mail feature Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Fix more tests | Roeland Jago Douma | 2016-10-28 | 1 | -7/+7 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make it possible to filter by tags with REPORT method | Vincent Petry | 2016-10-19 | 1 | -176/+0 |
| | | | | | | | | | | | Enhanced the REPORT method on the Webdav endpoint and added a "oc:favorite" filter rule. When set, it will return a flat list of results filtered with only favorite files. The web UI was also adjusted to use this REPORT method instead of the private API endpoint. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix getMock files | Roeland Jago Douma | 2016-09-06 | 1 | -3/+6 |
| | |||||
* | When requesting a permalink to an invalid file redirect | Roeland Jago Douma | 2016-08-19 | 1 | -3/+7 |
| | | | | We need to do the redirect to update address bar. | ||||
* | When using permalinks don't error out if file id can't be found | Roeland Jago Douma | 2016-08-19 | 1 | -64/+27 |
| | | | | | | | | Fixes #952 * Use only the index route (since it went to showFile anyways) * Fix tests * Use getUserFolder to force init of users mounts | ||||
* | Remove IE8 support from ViewController | Roeland Jago Douma | 2016-08-16 | 1 | -73/+20 |
| | | | | | * Update tests * Fix getMock in tests | ||||
* | fix test | Robin Appelman | 2016-07-25 | 1 | -1/+1 |
| | |||||
* | fix test | Robin Appelman | 2016-07-22 | 2 | -7/+26 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 2 | -4/+6 |
| | |||||
* | Adjust test to work with phpunit < 5.2 | Joas Schilling | 2016-06-08 | 1 | -1/+1 |
| | |||||
* | Improve the UX for "not found" perma links | Joas Schilling | 2016-06-07 | 1 | -4/+9 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 2 | -5/+4 |
| | |||||
* | Move Files app to PSR-4 (#24569) | Joas Schilling | 2016-05-12 | 2 | -0/+881 |
* Move lib/ of Files app to PSR-4 * Move tests to PSR-4 |