Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [master] Add new apps as official | Lukas Reschke | 2016-08-04 | 1 | -1/+6 |
| | |||||
* | Merge pull request #718 from jurgenhaas/patch-1 | Joas Schilling | 2016-08-04 | 1 | -1/+1 |
|\ | | | | | Exit from upgrade without reporting error | ||||
| * | Exit from upgrade without reporting error | Jürgen Haas | 2016-08-03 | 1 | -1/+1 |
| | | | | | | As reported at https://help.nextcloud.com/t/silent-mode-for-occ-upgrade/2120 we should exit with a return value of 0 (zero) if the current instance is already up to date so that automatic deployment tools don't recognize that as an error. | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-04 | 16 | -50/+52 |
| | | |||||
* | | Merge pull request #717 from nextcloud/mark-apps-as-shipped | Joas Schilling | 2016-08-03 | 1 | -0/+2 |
|\ \ | |/ |/| | Add access control and automated tagging as shipped | ||||
| * | Add access control and automated tagging as shipped | Joas Schilling | 2016-08-03 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #611 from nextcloud/add-more-checks | Joas Schilling | 2016-08-03 | 26 | -33/+2207 |
|\ | | | | | Add more checks | ||||
| * | Ooops | Joas Schilling | 2016-08-02 | 1 | -1/+0 |
| | | |||||
| * | No multi support, less magic | Joas Schilling | 2016-08-02 | 1 | -2/+1 |
| | | |||||
| * | Allow to define the operation | Joas Schilling | 2016-08-02 | 3 | -13/+10 |
| | | |||||
| * | Tags need to be loaded before | Joas Schilling | 2016-08-01 | 1 | -5/+0 |
| | | |||||
| * | Translate the errors | Joas Schilling | 2016-08-01 | 12 | -75/+149 |
| | | |||||
| * | Load the timezones via select2 | Joas Schilling | 2016-08-01 | 6 | -22/+130 |
| | | |||||
| * | add a UI to render proper time picker | Morris Jobke | 2016-08-01 | 1 | -8/+97 |
| | | |||||
| * | Add request time | Joas Schilling | 2016-08-01 | 4 | -0/+326 |
| | | |||||
| * | Add remote address | Joas Schilling | 2016-08-01 | 4 | -1/+356 |
| | | |||||
| * | Add Request URL | Joas Schilling | 2016-08-01 | 3 | -0/+207 |
| | | |||||
| * | User agent check | Joas Schilling | 2016-08-01 | 4 | -1/+191 |
| | | |||||
| * | Add file mime type | Joas Schilling | 2016-08-01 | 10 | -10/+433 |
| | | |||||
| * | Add file size as check | Joas Schilling | 2016-08-01 | 3 | -0/+165 |
| | | |||||
| * | Add system tag check | Joas Schilling | 2016-08-01 | 3 | -1/+237 |
| | | |||||
| * | Add the systemtag js files | Joas Schilling | 2016-08-01 | 1 | -3/+18 |
| | | |||||
| * | Make sure each plugin is only added once | Joas Schilling | 2016-08-01 | 1 | -12/+8 |
| | | |||||
* | | Merge pull request #474 from nextcloud/group_shares | Roeland Jago Douma | 2016-08-03 | 13 | -128/+1437 |
|\ \ | | | | | | | Group shares with same source and target | ||||
| * | | Add integration tests for double shares with rename in between | Vincent Petry | 2016-08-03 | 2 | -4/+34 |
| | | | |||||
| * | | Make share target consistent when grouping group share with user share | Vincent Petry | 2016-08-03 | 2 | -12/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In some situations, a group share is created before a user share, and the recipient renamed the received share before the latter is created. In this situation, the "file_target" was already modified and the second created share must align to the already renamed share. To achieve this, the MountProvider now groups only by "item_source" value and sorts by share time. This makes it so that the least recent share is selected as super-share and its "file_target" value is then adjusted in all grouped shares. This fixes the issue where this situation would have different "file_target" values resulting in two shared folders appearing instead of one. | ||||
| * | | Fix RepairUnmergedShares to not skip valid repair cases | Vincent Petry | 2016-08-03 | 2 | -13/+58 |
| | | | | | | | | | | | | | | | | | | The repair step was a bit overeager to skip repairing so it missed the case where a group share exists without subshares but with an additional direct user share. | ||||
| * | | Adjust repair version check for unmerged shares | Vincent Petry | 2016-08-03 | 2 | -2/+2 |
| | | | |||||
| * | | Group incoming shares for resharing in JS | Vincent Petry | 2016-08-03 | 2 | -1/+70 |
| | | | |||||
| * | | Added more tests for sharing's MountProvider | Vincent Petry | 2016-08-03 | 1 | -0/+158 |
| | | | |||||
| * | | Add repair step for unmerged shares (WIP) | Vincent Petry | 2016-08-03 | 3 | -0/+739 |
| | | | |||||
| * | | Improved share grouping readability + fixed test | Vincent Petry | 2016-08-03 | 2 | -60/+64 |
| | | | |||||
| * | | Add integration tests for merging received shares | Vincent Petry | 2016-08-03 | 3 | -24/+180 |
| | | | |||||
| * | | Group shares with same source and target | Roeland Jago Douma | 2016-08-03 | 3 | -53/+118 |
| | | | | | | | | | | | | | | | | | | | | | Fixes #24575 Note that this is a very limited solution and eventually we want smarter merging! | ||||
* | | | Merge pull request #709 from nextcloud/add-code-check | Marius Blüm | 2016-08-03 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Add workflowengine to check-code call | ||||
| * | | Add workflowengine to check-code call | Morris Jobke | 2016-08-03 | 1 | -1/+1 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-03 | 12 | -18/+58 |
| | | |||||
* | | Merge pull request #701 from nextcloud/fix-add-apps-icon | Morris Jobke | 2016-08-02 | 1 | -6/+3 |
|\ \ | | | | | | | Apply black app icon style to newly installed app icons | ||||
| * | | Apply inverted app icon style to newly installed icons | Julius Haertl | 2016-08-01 | 1 | -6/+3 |
| | | | |||||
* | | | Merge pull request #637 from nextcloud/h1-prevent-delete-update-on-group-shares | Morris Jobke | 2016-08-02 | 2 | -4/+20 |
|\ \ \ | | | | | | | | | Do not allow to delete/update group shares as a group member | ||||
| * | | | Add intergration test | Roeland Jago Douma | 2016-08-02 | 1 | -0/+16 |
| | | | | |||||
| * | | | Do not allow to delete/update group shares as a group member | Joas Schilling | 2016-08-02 | 1 | -4/+4 |
| | | | | |||||
* | | | | Merge pull request #700 from nextcloud/token-provider-invalidateoldtokens | Morris Jobke | 2016-08-02 | 2 | -3/+7 |
|\ \ \ \ | |/ / / |/| | | | add invalidateOldTokens to IProvider interface | ||||
| * | | | add invalidateOldTokens to IProvider interface | Christoph Wurst | 2016-08-02 | 2 | -3/+7 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-02 | 4 | -0/+20 |
| | | | |||||
* | | | Merge pull request #695 from nextcloud/shake-wrong-password | Morris Jobke | 2016-08-02 | 2 | -2/+16 |
|\ \ \ | | | | | | | | | Shake the login fields if password is wrong | ||||
| * | | | Shake the login fields if password is wrong | Morris Jobke | 2016-08-01 | 2 | -2/+16 |
|/ / / | |||||
* | | | Merge pull request #682 from nextcloud/fix-theming-logo | Morris Jobke | 2016-08-01 | 2 | -14/+14 |
|\ \ \ | | | | | | | | | fix missing semicolon to fix themed logo on log in page | ||||
| * | | | fix missing semicolon to fix themed logo on log in page | Jan-Christoph Borchardt | 2016-08-01 | 2 | -14/+14 |
| | | | | |||||
* | | | | Merge pull request #653 from nextcloud/animate-sidebar | Morris Jobke | 2016-08-01 | 3 | -5/+16 |
|\ \ \ \ | |_|_|/ |/| | | | slight animation for the sidebar for better feedback what happens |