aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions
Commit message (Collapse)AuthorAgeFilesLines
* Less deprecated calls to OCP\Util::writeLogMorris Jobke2018-04-221-4/+5
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-04-032-2/+6
|
* Finally remove \OCP\JSONRoeland Jago Douma2018-03-231-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move calls to \OCP\JSON to private \OC_JSONRoeland Jago Douma2018-03-223-12/+12
| | | | | | They should be properly fixed at some point. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove deprecated and unused OCP\ResponseMorris Jobke2018-03-211-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-03-202-2/+6
|
* Use normal header() calls instead of private method callsMorris Jobke2018-02-191-1/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix info.xml files of shipped appsJoas Schilling2018-02-161-11/+15
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-02-142-2/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-02-1336-108/+36
|
* [tx-robot] updated from transifexNextcloud bot2018-02-092-4/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-02-01112-336/+112
|
* Use ::class statement instead of stringMorris Jobke2018-01-292-10/+12
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use type casting instead of *val() methodMorris Jobke2018-01-262-5/+5
| | | | | | It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #8053 from nextcloud/simplify-substrJoas Schilling2018-01-261-1/+1
|\ | | | | Use short for of substr to not need strlen()
| * Use short for of substr to not need strlen()Morris Jobke2018-01-251-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Use $var[] = $a instead of array_push - 2x fasterMorris Jobke2018-01-251-1/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix risky tests without assertionsJoas Schilling2018-01-251-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-01-232-0/+4
|
* Bump appsRoeland Jago Douma2018-01-141-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update composerMorris Jobke2018-01-122-10/+14
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Composer updatedRoeland Jago Douma2018-01-042-16/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-01-044-0/+28
|
* Use proper authorative-autoloader for app autoloadersRoeland Jago Douma2017-12-142-11/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2017-12-082-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-11-232-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-11-1112-4/+134
|
* [tx-robot] updated from transifexNextcloud bot2017-11-1010-0/+130
|
* [tx-robot] updated from transifexNextcloud bot2017-11-082-2/+14
|
* [tx-robot] updated from transifexNextcloud bot2017-11-072-0/+26
|
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-0610-5/+13
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-11-034-0/+52
|
* Merge pull request #6875 from nextcloud/app_autoloadersJoas Schilling2017-11-019-0/+623
|\ | | | | Move server apps to dedicated autoloader
| * Files_Versions AutoloaderRoeland Jago Douma2017-10-249-0/+623
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-11-012-4/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2017-10-312-0/+4
| |
* | Use ::class in test mocks of dav appMorris Jobke2017-10-261-1/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use ::class in test mocksMorris Jobke2017-10-241-1/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #6922 from nextcloud/unneeded-isEnabled-checkBjörn Schießle2017-10-241-44/+28
|\ | | | | Remove unneeded check if app is enabled
| * Remove unneeded check if app is enabledMorris Jobke2017-10-231-44/+28
| | | | | | | | | | | | App code will not be executable if the app is not enabled, because the autoloader refuses to load that class. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-10-242-0/+26
|/
* [tx-robot] updated from transifexNextcloud bot2017-10-142-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-10-062-4/+10
|
* [tx-robot] updated from transifexNextcloud bot2017-10-022-2/+2
|
* Removed unused filter for opacity, fix #6408John Molakvoæ (skjnldsv)2017-09-231-4/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* allow apps to disable versions for some filesBjoern Schiessle2017-09-152-0/+93
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* [tx-robot] updated from transifexNextcloud bot2017-08-304-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-08-222-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-08-162-6/+10
|