Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -20/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+20 |
| | |||||
* | Check if the offset exists before accessing | Lukas Reschke | 2015-02-17 | 1 | -16/+34 |
| | | | | | | This checks if the offset exists before accessing it and also adds unit tests to this function which would have catched this before :see_no_evil: Fixes https://github.com/owncloud/core/issues/14277 | ||||
* | fix response for tags and show error message | Morris Jobke | 2015-02-02 | 1 | -3/+3 |
| | |||||
* | Ignore favorites that are not available when creating the favorites list | Joas Schilling | 2015-01-23 | 1 | -0/+6 |
| | | | | Also correctly return the exception for all cases when adding/removing favos | ||||
* | Fixed small code style issues | Vincent Petry | 2014-12-15 | 1 | -0/+5 |
| | |||||
* | Added favorites feature to the files app | Vincent Petry | 2014-12-15 | 1 | -1/+50 |
| | |||||
* | URLEncode filenames to be compatible with special characters | Lukas Reschke | 2014-10-20 | 1 | -3/+3 |
| | |||||
* | Route for thumbnail generation | tobiasKaminsky | 2014-09-16 | 1 | -0/+52 |
Thumbnail generation Removed Log Added requested changes Added requested changes. - Fix code style - Add exception if file does not exist - Switch route styling Replaces https://github.com/owncloud/core/pull/10805 Fix codestyle Fix codestyle Migrate to appframework Fix typo |