aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #12180 from nextcloud/sidebar-fixesMorris Jobke2018-11-011-0/+4
|\ | | | | Sidebar fixes, mostly fixing design of tabs
| * Add icon to Versions sidebar tabJan-Christoph Borchardt2018-11-011-0/+4
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #12129 from nextcloud/versions-modular-apiMorris Jobke2018-11-0120-120/+781
|\ \ | |/ |/| modular versions api
| * modular versions apiRobin Appelman2018-11-0120-120/+781
| | | | | | | | | | | | | | Allows apps to register version backends for storage types The existing versions backend is wrapped in a "legacy" backend. Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-10-302-6/+6
|/
* [tx-robot] updated from transifexNextcloud bot2018-10-292-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-10-282-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-10-276-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-10-262-0/+2
|
* Set error expected by the DAV client for a failed moveDaniel Calviño Sánchez2018-10-251-2/+10
| | | | | | | | | | | | | A revert triggers a move in the DAV client, and the DAV client expects a DAV error message to be provided by the server in case of failure; if no error message is given the client ends trying to get an attribute from an undefined object and "crashes". Besides that, if the revert fails the "done" callback of the promise (the first parameter of "then") is never called, so a "fail" callback should be used instead. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Wait for the promise to be fulfilled before running the next testDaniel Calviño Sánchez2018-10-251-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | In Jasmine 2.5 the "it" function takes an optional parameter that should be called when the async work is completed (returning a promise was introduced in Jasmine 2.7, so it is not supported yet in the tests). If the parameter is not declared then the next test is executed without waiting for the asynchronous work in the previous one to finish, which could cause that asynchronous work to finish while a different test is being run. Note that if that happens the test could still work as expected if it relied only in local variables. However, in the case of the successful revert tests, the stubs being checked are not the ones created when that test was initialized, but the ones created when the next test, the failed revert test, was initialized and the previous variables were replaced (although the model itself calls the proper stubs, as they are set through parameters in function calls). Besides all that, the checks in the failed revert test were never executed due to a different problem which will be fixed in the next commit. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-10-2514-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2018-10-24124-172/+172
|
* Merge pull request #11778 from nextcloud/versions-webui-davRoeland Jago Douma2018-10-2311-529/+118
|\ | | | | move versions webui over to the dav api
| * move versions webui over to the dav apiRobin Appelman2018-10-1111-529/+118
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Add .l10nignore files for compiled assetsMorris Jobke2018-10-191-0/+2
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix mock of ITimeFactoryJoas Schilling2018-10-101-41/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move files_versions to compiled handlebars templatesRoeland Jago Douma2018-10-045-46/+89
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-09-252-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-09-214-6/+14
|
* [tx-robot] updated from transifexNextcloud bot2018-09-172-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-09-152-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-09-102-2/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-09-092-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-09-062-2/+8
|
* Update version requirements and versions of shipped appsJoas Schilling2018-09-051-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-09-012-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-08-302-2/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-08-272-2/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-08-2410-10/+40
|
* [tx-robot] updated from transifexNextcloud bot2018-08-2332-108/+32
|
* [tx-robot] updated from transifexNextcloud bot2018-08-214-4/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-08-162-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-08-132-2/+4
|
* Bump autoloadersRoeland Jago Douma2018-08-101-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-07-112-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-07-108-8/+16
|
* Merge pull request #10009 from ↵Morris Jobke2018-06-271-1/+1
|\ | | | | | | | | nextcloud/techdebt/noid/replace-headers-with-http_response_code-calls Replace hard coded HTTP status codes with proper calls to http_response_code
| * Replace hardcoded status headers with calls to http_response_code()Morris Jobke2018-06-261-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2018-06-272-10/+10
|/
* [tx-robot] updated from transifexNextcloud bot2018-06-252-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-06-172-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-06-162-2/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-06-154-4/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-06-122-2/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-06-104-4/+14
|
* Merge pull request #9550 from ↵Morris Jobke2018-06-011-1/+2
|\ | | | | | | | | nextcloud/bugfix/noid/override_freebusy_sharing_rules allow admins to disable FreeBusy without modifying ShareAPI capabilities
| * allow admins to override FreeBusy capabilities without modifying ShareAPI ↵Georg Ehrke2018-05-221-1/+2
| | | | | | | | | | | | capabilities Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | [tx-robot] updated from transifexNextcloud bot2018-06-012-4/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2018-05-312-4/+4
| |