Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add FileName to Workflow engine | Daniel Kesselberg | 2018-10-03 | 1 | -0/+74 | |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | Fix mimetype detection for junked uploads | Joas Schilling | 2018-08-24 | 1 | -4/+10 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Make the Outlook and Thunderbird addons identifyable | Joas Schilling | 2018-02-27 | 1 | -2/+10 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Use non aliased method instead | Morris Jobke | 2018-02-13 | 1 | -1/+1 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Request->getHeader() should always return a string | Morris Jobke | 2018-01-17 | 1 | -2/+2 | |
| | | | | | | | | PHPDoc (of the public API) says that this method returns string but it also returns null, which is not allowed in some method calls. This fixes that behaviour and returns an empty string and fixes all code paths that explicitly checked for null to be still compliant. Found while enabling the strict_typing for lib/private for the PHP7+ migration. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Also add the root of external storages to the file id list | Joas Schilling | 2017-03-30 | 1 | -5/+13 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix workflow engine mimetype detection when creating a directory | Joas Schilling | 2017-03-23 | 1 | -0/+6 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix mimetype detection on public uploads for the workflow engine | Joas Schilling | 2017-03-06 | 1 | -1/+20 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Make mimetype also work for READ and DELETE operations | Joas Schilling | 2016-09-05 | 1 | -0/+39 | |
| | ||||||
* | Better detection of mimetypes while uploading a zip on a mac | Joas Schilling | 2016-09-05 | 1 | -8/+46 | |
| | ||||||
* | Translate the errors | Joas Schilling | 2016-08-01 | 9 | -26/+69 | |
| | ||||||
* | Load the timezones via select2 | Joas Schilling | 2016-08-01 | 1 | -9/+8 | |
| | ||||||
* | Add request time | Joas Schilling | 2016-08-01 | 1 | -0/+125 | |
| | ||||||
* | Add remote address | Joas Schilling | 2016-08-01 | 1 | -0/+148 | |
| | ||||||
* | Add Request URL | Joas Schilling | 2016-08-01 | 1 | -0/+89 | |
| | ||||||
* | User agent check | Joas Schilling | 2016-08-01 | 1 | -0/+71 | |
| | ||||||
* | Add file mime type | Joas Schilling | 2016-08-01 | 2 | -0/+192 | |
| | ||||||
* | Add file size as check | Joas Schilling | 2016-08-01 | 1 | -0/+113 | |
| | ||||||
* | Add system tag check | Joas Schilling | 2016-08-01 | 1 | -0/+155 | |
| | ||||||
* | Add L10N support | Joas Schilling | 2016-07-27 | 1 | -3/+9 | |
| | ||||||
* | Add workflowengine | Morris Jobke | 2016-07-26 | 1 | -0/+108 | |