summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-01-052-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-01-032-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-12-242-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-12-212-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-12-172-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-12-042-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-11-294-44/+46
|
* Bump versions of server and the requirements of appsJoas Schilling2018-11-231-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-11-192-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-11-182-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-11-142-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-11-122-0/+4
|
* A folder should get a folder mimetypeRoeland Jago Douma2018-10-291-0/+5
| | | | | | | | | | | If doing achunked upload the mimetype of the folder would otherwise be guessed from the path. Which always returned application/octet-stream. If an access control rule to block that is in place this means that all chunked uploads fail hard in directories as the isCreatable on the directory always fails. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-10-292-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-10-272-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-10-23114-680/+702
|
* Move workflowengine to compiled handlebarsRoeland Jago Douma2018-10-156-72/+179
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-10-1012-0/+12
|
* Fix typoDaniel Kesselberg2018-10-081-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Ignore case for is and !isDaniel Kesselberg2018-10-051-4/+9
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Change placeholderDaniel Kesselberg2018-10-041-2/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Remove unused importDaniel Kesselberg2018-10-041-2/+0
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Make code strictDaniel Kesselberg2018-10-031-2/+3
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Add FileName to Workflow engineDaniel Kesselberg2018-10-033-0/+153
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* [tx-robot] updated from transifexNextcloud bot2018-09-282-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-09-252-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-09-232-0/+148
|
* [tx-robot] updated from transifexNextcloud bot2018-09-174-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-09-162-10/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-09-154-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-09-142-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-09-134-6/+16
|
* Update version requirements and versions of shipped appsJoas Schilling2018-09-051-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #10828 from ↵Morris Jobke2018-08-241-4/+10
|\ | | | | | | | | nextcloud/bugfix/fac-108/mimetype-detection-broken-for-junked-uploads Fix mimetype detection for junked uploads
| * Fix mimetype detection for junked uploadsJoas Schilling2018-08-241-4/+10
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2018-08-242-0/+2
|/
* [tx-robot] updated from transifexNextcloud bot2018-08-232-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-08-202-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-08-182-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-08-154-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-08-132-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-08-1110-0/+10
|
* Merge pull request #8690 from ↵Roeland Jago Douma2018-08-091-9/+10
|\ | | | | | | | | nextcloud/feature/8565/make-thunderbird-and-outlook-addons-identifyable [Part2] Make thunderbird and outlook addons identifyable
| * Add an option for mail addonsJoas Schilling2018-04-191-1/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix code errorsJoas Schilling2018-04-191-8/+8
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2018-08-082-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2018-08-072-4/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2018-07-232-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2018-07-222-0/+8
| |
* | Make sure to always use an array as parameterJoas Schilling2018-07-191-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>