Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-05 | 20 | -10/+126 |
| | |||||
* | Merge pull request #465 from nextcloud/fix_smb_attributes | Morris Jobke | 2016-08-04 | 1 | -0/+13 |
|\ | | | | | Fix file permissions for SMB (read-only folders will be writeable) (#… | ||||
| * | Fix file permissions for SMB (read-only folders will be writeable) (#25301) | Juan Pablo Villafañez | 2016-07-20 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | * Fix file permissions for SMB (read-only folders will be writeable) * Read-only folders won't be deletable * Added comment for the read-only behaviour for folders | ||||
* | | fix #724 by using step instead of job | Bernhard Posselt | 2016-08-04 | 1 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-04 | 12 | -38/+38 |
| | | |||||
* | | 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 |
| | | | |||||
* | | | 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. | ||||
* | | | Added more tests for sharing's MountProvider | Vincent Petry | 2016-08-03 | 1 | -0/+158 |
| | | | |||||
* | | | Improved share grouping readability + fixed test | Vincent Petry | 2016-08-03 | 2 | -60/+64 |
| | | | |||||
* | | | 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! | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-03 | 6 | -18/+26 |
| | | | |||||
* | | | Do not allow to delete/update group shares as a group member | Joas Schilling | 2016-08-02 | 1 | -4/+4 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-02 | 2 | -0/+18 |
| | | | |||||
* | | | 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 | 1 | -0/+4 |
|\ \ \ \ | |_|/ / |/| | | | slight animation for the sidebar for better feedback what happens | ||||
| * | | | Fix javascript tests for sidebar animation | Julius Haertl | 2016-07-30 | 1 | -0/+4 |
| | | | | |||||
* | | | | Merge pull request #685 from nextcloud/validate-theming-input | Björn Schießle | 2016-08-01 | 3 | -30/+94 |
|\ \ \ \ | | | | | | | | | | | Validate the input of the theming options | ||||
| * | | | | Validate the input of the theming options | Joas Schilling | 2016-08-01 | 3 | -30/+94 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-01 | 4 | -4/+4 |
| | | | | | |||||
* | | | | | Merge pull request #674 from nextcloud/action-menu-position | Lukas Reschke | 2016-08-01 | 1 | -7/+0 |
|\ \ \ \ \ | |/ / / / |/| | | | | remove extra file size padding to fix action menu position | ||||
| * | | | | remove extra file size padding to fix action menu position | Jan-Christoph Borchardt | 2016-07-30 | 1 | -7/+0 |
| | |/ / | |/| | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-01 | 16 | -2/+88 |
| | | | | |||||
* | | | | Merge pull request #595 from nextcloud/fix_slow_test | blizzz | 2016-07-31 | 1 | -0/+7 |
|\ \ \ \ | | | | | | | | | | | Close session fast when doing a test to prevent blocking the next requests | ||||
| * | | | | Close session fast when doing a test to prevent blocking the next | Juan Pablo Villafáñez | 2016-07-27 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | requests | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-31 | 10 | -0/+68 |
| |/ / / |/| | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-30 | 56 | -64/+460 |
| | | | | |||||
* | | | | Merge pull request #625 from nextcloud/video-container-size | Jan-Christoph Borchardt | 2016-07-29 | 1 | -2/+7 |
|\ \ \ \ | | | | | | | | | | | up the minimum size of the public share video a bit, use 16/9 ratio | ||||
| * | | | | up the minimum size of the public share video a bit, use 16/9 ratio, fix #603 | Jan-Christoph Borchardt | 2016-07-29 | 1 | -2/+7 |
| | | | | | |||||
* | | | | | Adding quota plugin to new dav endpoint (#25615) | Thomas Müller | 2016-07-29 | 1 | -0/+3 |
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding quota plugin to new dav endpoint * Added integrated test failing in old endpoint * Added 0B quota test | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-29 | 54 | -58/+120 |
| | | | | |||||
* | | | | Fix tests | Joas Schilling | 2016-07-28 | 5 | -29/+70 |
| | | | | |||||
* | | | | Update routes.php | Joas Schilling | 2016-07-28 | 1 | -4/+2 |
| | | | | |||||
* | | | | Remove useless check | Joas Schilling | 2016-07-28 | 1 | -3/+1 |
| | | | |