Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rollback to default list view | John Molakvoæ (skjnldsv) | 2018-11-15 | 1 | -2/+2 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Fix tests | John Molakvoæ (skjnldsv) | 2018-11-06 | 1 | -4/+7 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Fixes empty favorite names for trailing slashes | Michael Weimann | 2018-09-19 | 1 | -3/+69 | |
| | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | |||||
* | Phpunit tests fixes | John Molakvoæ (skjnldsv) | 2018-07-24 | 1 | -0/+63 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Fixed phpunit | John Molakvoæ (skjnldsv) | 2018-07-13 | 1 | -72/+12 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | No draggable list anymore | Roeland Jago Douma | 2018-07-12 | 1 | -1/+0 | |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Fix tests | Roeland Jago Douma | 2018-07-12 | 1 | -3/+20 | |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Fix tests | Roeland Jago Douma | 2018-07-05 | 1 | -0/+15 | |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Show the new dav url in the web UI | Roeland Jago Douma | 2018-04-05 | 1 | -0/+1 | |
| | | | | | | Fixes #8795 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+4 | |
| | | | | 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> | |||||
* | 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> | |||||
* | 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> | |||||
* | 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 | 1 | -6/+19 | |
| | ||||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -2/+3 | |
| | ||||||
* | 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 | 1 | -2/+2 | |
| | ||||||
* | Move Files app to PSR-4 (#24569) | Joas Schilling | 2016-05-12 | 1 | -0/+482 | |
* Move lib/ of Files app to PSR-4 * Move tests to PSR-4 |