summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/lib
Commit message (Collapse)AuthorAgeFilesLines
* Make the Outlook and Thunderbird addons identifyableJoas Schilling2018-02-271-2/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use non aliased method insteadMorris Jobke2018-02-131-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use ::class statement instead of stringMorris Jobke2018-01-291-3/+7
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use stripos instead of strpos(strtolower(), 'something')Morris Jobke2018-01-251-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Request->getHeader() should always return a stringMorris Jobke2018-01-171-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>
* Fix L10N::tRoeland Jago Douma2017-08-011-5/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Also add the root of external storages to the file id listJoas Schilling2017-03-301-5/+13
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix workflow engine mimetype detection when creating a directoryJoas Schilling2017-03-231-0/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix admin panel missing some JS filesJoas Schilling2017-03-061-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix mimetype detection on public uploads for the workflow engineJoas Schilling2017-03-061-1/+20
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add the icons for shipped appsJoas Schilling2017-01-191-3/+18
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Require password confirmation when changing workflow rulesJoas Schilling2016-11-181-0/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Do not reset the list after adding cached entriesJoas Schilling2016-10-171-1/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make mimetype also work for READ and DELETE operationsJoas Schilling2016-09-051-0/+39
|
* Better detection of mimetypes while uploading a zip on a macJoas Schilling2016-09-051-8/+46
|
* add section to worklfowengineArthur Schiwon2016-08-221-0/+57
|
* Validate the operationJoas Schilling2016-08-191-5/+43
|
* Load the Template class in case it's not loadedJoas Schilling2016-08-181-3/+5
|
* OoopsJoas Schilling2016-08-021-1/+0
|
* Translate the errorsJoas Schilling2016-08-019-26/+69
|
* Load the timezones via select2Joas Schilling2016-08-013-9/+64
|
* Add request timeJoas Schilling2016-08-012-0/+126
|
* Add remote addressJoas Schilling2016-08-012-1/+150
|
* Add Request URLJoas Schilling2016-08-012-0/+90
|
* User agent checkJoas Schilling2016-08-012-0/+72
|
* Add file mime typeJoas Schilling2016-08-013-0/+193
|
* Add file size as checkJoas Schilling2016-08-012-0/+114
|
* Add system tag checkJoas Schilling2016-08-011-0/+155
|
* Add the systemtag js filesJoas Schilling2016-08-011-3/+18
|
* Add L10N supportJoas Schilling2016-07-272-7/+19
|
* Remove php side of check registrationJoas Schilling2016-07-273-38/+9
|
* Add workflowengineMorris Jobke2016-07-264-0/+617