Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-29 | 6 | -6/+14 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-26 | 6 | -6/+14 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-25 | 4 | -4/+12 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-22 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-18 | 16 | -16/+16 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-17 | 16 | -30/+30 |
| | |||||
* | Delete the previews when a version is restored | Roeland Jago Douma | 2018-05-14 | 1 | -0/+8 |
| | | | | | | | | | Fixes #9469 When a version of a file is restored the previews are no longer valid. Thus we should remove them so they are regenerated. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Use more magic DI in files_versions | Roeland Jago Douma | 2018-05-11 | 4 | -28/+8 |
| | | | | | | | There is no need to register this. The system can figure out by itself what it needs to do :) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | If not in debug disable principal listing | Roeland Jago Douma | 2018-05-08 | 1 | -1/+5 |
| | | | | | | | Trashbin and Version should have the same behaviour as the other collections. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Allow to read get old versions | Roeland Jago Douma | 2018-05-01 | 2 | -4/+20 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add rollback | Roeland Jago Douma | 2018-05-01 | 6 | -0/+105 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add version collection to DAV | Roeland Jago Douma | 2018-05-01 | 9 | -1/+449 |
| | | | | | | | listed as versions/<username>/versions/<file id>/<timastamp> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Less deprecated calls to OCP\Util::writeLog | Morris Jobke | 2018-04-22 | 1 | -4/+5 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-04-03 | 2 | -2/+6 |
| | |||||
* | Finally remove \OCP\JSON | Roeland Jago Douma | 2018-03-23 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Move calls to \OCP\JSON to private \OC_JSON | Roeland Jago Douma | 2018-03-22 | 3 | -12/+12 |
| | | | | | | They should be properly fixed at some point. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Remove deprecated and unused OCP\Response | Morris Jobke | 2018-03-21 | 1 | -2/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-20 | 2 | -2/+6 |
| | |||||
* | Use normal header() calls instead of private method calls | Morris Jobke | 2018-02-19 | 1 | -1/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix info.xml files of shipped apps | Joas Schilling | 2018-02-16 | 1 | -11/+15 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-14 | 2 | -2/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-13 | 36 | -108/+36 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-09 | 2 | -4/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-01 | 112 | -336/+112 |
| | |||||
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 2 | -10/+12 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 2 | -5/+5 |
| | | | | | | It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #8053 from nextcloud/simplify-substr | Joas Schilling | 2018-01-26 | 1 | -1/+1 |
|\ | | | | | Use short for of substr to not need strlen() | ||||
| * | Use short for of substr to not need strlen() | Morris Jobke | 2018-01-25 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Use $var[] = $a instead of array_push - 2x faster | Morris Jobke | 2018-01-25 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix risky tests without assertions | Joas Schilling | 2018-01-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-23 | 2 | -0/+4 |
| | |||||
* | Bump apps | Roeland Jago Douma | 2018-01-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update composer | Morris Jobke | 2018-01-12 | 2 | -10/+14 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Composer updated | Roeland Jago Douma | 2018-01-04 | 2 | -16/+12 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-04 | 4 | -0/+28 |
| | |||||
* | Use proper authorative-autoloader for app autoloaders | Roeland Jago Douma | 2017-12-14 | 2 | -11/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-12-08 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-23 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-11 | 12 | -4/+134 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-10 | 10 | -0/+130 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-08 | 2 | -2/+14 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-07 | 2 | -0/+26 |
| | |||||
* | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 10 | -5/+13 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-03 | 4 | -0/+52 |
| | |||||
* | Merge pull request #6875 from nextcloud/app_autoloaders | Joas Schilling | 2017-11-01 | 9 | -0/+623 |
|\ | | | | | Move server apps to dedicated autoloader | ||||
| * | Files_Versions Autoloader | Roeland Jago Douma | 2017-10-24 | 9 | -0/+623 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-01 | 2 | -4/+8 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-31 | 2 | -0/+4 |
| | | |||||
* | | Use ::class in test mocks of dav app | Morris Jobke | 2017-10-26 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> |