Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | When requesting a permalink to an invalid file redirect | Roeland Jago Douma | 2016-08-19 | 1 | -4/+3 | |
| | | | | | | | | 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 | -9/+6 | |
|/ | | | | | | | | 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 | -12/+0 | |
| | | | | | * Update tests * Fix getMock in tests | |||||
* | use limit instead of since when listing recent files | Robin Appelman | 2016-07-22 | 1 | -2/+1 | |
| | ||||||
* | Add recent file listing | Robin Appelman | 2016-07-22 | 1 | -0/+2 | |
| | ||||||
* | add recent files api endpoint | Robin Appelman | 2016-07-22 | 1 | -17/+49 | |
| | ||||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 | |
| | ||||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 2 | -4/+8 | |
| | ||||||
* | [master] Port Same-Site Cookies to master | Lukas Reschke | 2016-07-20 | 1 | -0/+1 | |
| | | | | Fixes https://github.com/nextcloud/server/issues/50 | |||||
* | Add "goto" links for files in non-default file lists | Robin Appelman | 2016-07-05 | 1 | -0/+1 | |
| | ||||||
* | Add large sidebar previews for text files | Robin Appelman | 2016-07-04 | 1 | -0/+1 | |
| | ||||||
* | Factor out handling sidebar previews | Robin Appelman | 2016-07-04 | 1 | -0/+1 | |
| | ||||||
* | Improve the UX for "not found" perma links | Joas Schilling | 2016-06-07 | 1 | -30/+31 | |
| | ||||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 2 | -4/+4 | |
| | ||||||
* | Move Files app to PSR-4 (#24569) | Joas Schilling | 2016-05-12 | 2 | -0/+543 | |
* Move lib/ of Files app to PSR-4 * Move tests to PSR-4 |