Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #445 from nextcloud/ocs_share_to_appframework | Lukas Reschke | 2016-08-08 | 8 | -606/+693 |
|\ | |||||
| * | Fix tests | Roeland Jago Douma | 2016-08-05 | 3 | -399/+365 |
| * | Add OCSShareAPIMiddleware tests | Roeland Jago Douma | 2016-08-05 | 2 | -1/+115 |
| * | DataResponse required ['data' => DATA] | Roeland Jago Douma | 2016-08-05 | 1 | -9/+9 |
| * | More exceptions | Roeland Jago Douma | 2016-08-05 | 1 | -57/+24 |
| * | Add OCSShareAPIMiddleware | Roeland Jago Douma | 2016-08-05 | 3 | -75/+86 |
| * | Throw OCSNotFoundExceptions | Roeland Jago Douma | 2016-08-05 | 1 | -91/+40 |
| * | Remove unneeded wrapper | Roeland Jago Douma | 2016-08-05 | 1 | -64/+0 |
| * | Convert Share API to use the AppFramework | Roeland Jago Douma | 2016-08-05 | 3 | -87/+231 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-07 | 2 | -2/+2 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-06 | 12 | -64/+112 |
* | | Move Share backends to PSR-4 instead of using class path (#24941) | Joas Schilling | 2016-08-05 | 4 | -7/+9 |
|/ | |||||
* | [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) (#25301) | Juan Pablo Villafañez | 2016-07-20 | 1 | -0/+13 |
* | | 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 |
|\ \ | |||||
| * | | 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 |
* | | | 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 |
* | | | [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 | 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 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | 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 | 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 | Jan-Christoph Borchardt | 2016-07-30 | 1 | -7/+0 |
| | |/ / | |/| | |