summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-05-012-0/+2
|
* Bump versions of server and the requirements of appsJoas Schilling2019-04-111-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2019-04-044-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2019-03-312-22/+24
|
* [tx-robot] updated from transifexNextcloud bot2019-03-302-40/+44
|
* [tx-robot] updated from transifexNextcloud bot2019-03-262-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-03-214-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2019-03-1412-2/+12
|
* [tx-robot] updated from transifexNextcloud bot2019-02-282-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-02-264-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-02-252-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-02-242-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-02-238-20/+28
|
* [tx-robot] updated from transifexNextcloud bot2019-02-228-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2019-02-21112-224/+224
|
* Change Workflow to Tag ManagementRoeland Jago Douma2019-02-191-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-02-152-0/+150
|
* [tx-robot] updated from transifexNextcloud bot2019-02-102-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2019-02-092-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-02-082-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-02-062-0/+2
|
* Do not load bundled jstimezonedetectRoeland Jago Douma2019-02-061-2/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* No need to explicitly load bundle dependenciesRoeland Jago Douma2019-02-041-1/+0
| | | | | | oc-webdav-backbone is loaded by default Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-01-172-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-01-162-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-01-152-28/+28
|
* [tx-robot] updated from transifexNextcloud bot2019-01-144-6/+6
|
* [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>