Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Handlebars is already loaded by core.js | Roeland Jago Douma | 2017-03-23 | 1 | -2/+0 | |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Revert "Bundle vendor js" | Roeland Jago Douma | 2017-03-22 | 1 | -0/+2 | |
| | ||||||
* | Merge pull request #3795 from nextcloud/bundle_vendor_js | Roeland Jago Douma | 2017-03-22 | 1 | -2/+0 | |
|\ | | | | | Bundle vendor js | |||||
| * | Handlebars is already loaded by core.js | Roeland Jago Douma | 2017-03-22 | 1 | -2/+0 | |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | | Merge some CSS files using our SCSS compiler | Lukas Reschke | 2017-03-21 | 1 | -4/+1 | |
|/ | | | | | | This saves around 4 requests on the average page load. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | |||||
* | Fix app name of files app | Morris Jobke | 2017-02-14 | 1 | -6/+0 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Update thumbnail endpoint to new generato | Roeland Jago Douma | 2016-11-03 | 1 | -6/+17 | |
| | | | | 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> | |||||
* | update permissions | Bjoern Schiessle | 2016-11-01 | 1 | -1/+2 | |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | |||||
* | Make it possible to filter by tags with REPORT method | Vincent Petry | 2016-10-19 | 1 | -17/+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> | |||||
* | use correct case for addScript (#26214) | Jörn Friedrich Dreyer | 2016-09-26 | 1 | -15/+15 | |
| | | | | | | Downstreaming of https://github.com/owncloud/core/pull/26214 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | |||||
* | Merge pull request #1005 from nextcloud/fix_994 | Lukas Reschke | 2016-08-23 | 1 | -0/+51 | |
|\ | | | | | Do not error on maxUploadChange | |||||
| * | Do not error on maxUploadChange | Roeland Jago Douma | 2016-08-22 | 1 | -0/+51 | |
| | | | | | | | | | | | | | | | | | | | | The new admin page broke the updating of the max upload size. This is due to very old code there. * Now update is done in the background using js * Added proper route+controller to update Fixes #994 | |||||
* | | 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 |