Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-15 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-14 | 40 | -68/+68 |
| | |||||
* | Move of files_versions to webpack | Roeland Jago Douma | 2019-02-13 | 16 | -11/+51 |
| | | | | | | | | * Move CSS into bundle * Old merged.json no longer needed! * No need to load the style still Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-06 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-06 | 8 | -14/+34 |
| | |||||
* | Allow shared versions again in legacy backend | Roeland Jago Douma | 2019-01-25 | 1 | -2/+15 |
| | | | | | | | | To make sure that the versions in the legacy backend are shared again we have to check the storage of a file. Since all shared files are still on the owners storage. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-09 | 2 | -6/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-12-30 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-12-24 | 2 | -2/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-12-08 | 2 | -2/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-12-05 | 2 | -2/+2 |
| | |||||
* | Show mimetype icon if version preview is not available | Julius Härtl | 2018-11-26 | 1 | -1/+7 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix relative timestamp in versions | Julius Härtl | 2018-11-26 | 1 | -0/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Bump versions of server and the requirements of apps | Joas Schilling | 2018-11-23 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-16 | 2 | -0/+2 |
| | |||||
* | actually return the user when creating version dav nodes | Robin Appelman | 2018-11-15 | 1 | -0/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #12447 from nextcloud/bugfix/12446/fix-oracle-install-again | Morris Jobke | 2018-11-15 | 1 | -1/+1 |
|\ | | | | | Shorten index name of calendar changes table | ||||
| * | Shorten index name of calendar changes table | Joas Schilling | 2018-11-14 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-15 | 2 | -0/+4 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-05 | 4 | -0/+8 |
| | |||||
* | Merge pull request #12180 from nextcloud/sidebar-fixes | Morris Jobke | 2018-11-01 | 1 | -0/+4 |
|\ | | | | | Sidebar fixes, mostly fixing design of tabs | ||||
| * | Add icon to Versions sidebar tab | Jan-Christoph Borchardt | 2018-11-01 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | Merge pull request #12129 from nextcloud/versions-modular-api | Morris Jobke | 2018-11-01 | 20 | -120/+781 |
|\ \ | |/ |/| | modular versions api | ||||
| * | modular versions api | Robin Appelman | 2018-11-01 | 20 | -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 transifex | Nextcloud bot | 2018-10-30 | 2 | -6/+6 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-29 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-28 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-27 | 6 | -0/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-26 | 2 | -0/+2 |
| | |||||
* | Set error expected by the DAV client for a failed move | Daniel Calviño Sánchez | 2018-10-25 | 1 | -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 test | Daniel Calviño Sánchez | 2018-10-25 | 1 | -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 transifex | Nextcloud bot | 2018-10-25 | 14 | -0/+14 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-24 | 124 | -172/+172 |
| | |||||
* | Merge pull request #11778 from nextcloud/versions-webui-dav | Roeland Jago Douma | 2018-10-23 | 11 | -529/+118 |
|\ | | | | | move versions webui over to the dav api | ||||
| * | move versions webui over to the dav api | Robin Appelman | 2018-10-11 | 11 | -529/+118 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Add .l10nignore files for compiled assets | Morris Jobke | 2018-10-19 | 1 | -0/+2 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix mock of ITimeFactory | Joas Schilling | 2018-10-10 | 1 | -41/+12 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move files_versions to compiled handlebars templates | Roeland Jago Douma | 2018-10-04 | 5 | -46/+89 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-25 | 2 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-21 | 4 | -6/+14 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-17 | 2 | -2/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-15 | 2 | -2/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-10 | 2 | -2/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-09 | 2 | -2/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-06 | 2 | -2/+8 |
| | |||||
* | Update version requirements and versions of shipped apps | Joas Schilling | 2018-09-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-01 | 2 | -2/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-30 | 2 | -2/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-27 | 2 | -2/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-24 | 10 | -10/+40 |
| |