Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also cache WOFF, SVG and GIF | Lukas Reschke | 2016-08-08 | 1 | -2/+2 |
| | |||||
* | Merge pull request #445 from nextcloud/ocs_share_to_appframework | Lukas Reschke | 2016-08-08 | 11 | -609/+722 |
|\ | | | | | OCS Share API to appframework | ||||
| * | Add OCS-APIREQUEST header to intergration test calls | Roeland Jago Douma | 2016-08-05 | 3 | -3/+29 |
| | | |||||
| * | 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 |
| | | | | | | | | | | * This will cleanup the locks after each request * Move check for enabled share api to the middleware | ||||
| * | 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 |
| | | |||||
* | | Merge pull request #752 from nextcloud/disbale_failing_test | Lukas Reschke | 2016-08-08 | 1 | -14/+14 |
|\ \ | | | | | | | Disbale failing intergration test for now | ||||
| * | | Disbale failing intergration test for now | Roeland Jago Douma | 2016-08-05 | 1 | -14/+14 |
| |/ | | | | | | | | | | | I have not been able to reproduce this failure locally yet. But it seems to happen often on CI. So disable for now. | ||||
* | | Merge pull request #728 from nextcloud/update-styling | Lukas Reschke | 2016-08-08 | 6 | -19/+27 |
|\ \ | | | | | | | Design fixes for updates | ||||
| * | | reduce info on update screens, introduce button to refresh | Jan-Christoph Borchardt | 2016-08-04 | 6 | -16/+19 |
| | | | |||||
| * | | switch nested containers in update to semibold style | Jan-Christoph Borchardt | 2016-08-03 | 2 | -3/+8 |
| | | | |||||
* | | | Merge pull request #711 from nextcloud/password-policy-on-createUser | Björn Schießle | 2016-08-08 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Apply password policy on user creation | ||||
| * | | | Apply password policy on user creation | michag86 | 2016-08-03 | 1 | -0/+2 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-07 | 6 | -16/+16 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-06 | 26 | -82/+202 |
| | | | | |||||
* | | | | Merge pull request #747 from nextcloud/up_24941 | Roeland Jago Douma | 2016-08-05 | 6 | -10/+12 |
|\ \ \ \ | | | | | | | | | | | Move Share backends to PSR-4 instead of using class path (#24941) | ||||
| * | | | | Move Share backends to PSR-4 instead of using class path (#24941) | Joas Schilling | 2016-08-05 | 6 | -10/+12 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #732 from nextcloud/fix-shipped.json | Roeland Jago Douma | 2016-08-05 | 1 | -6/+4 |
|\ \ \ \ | |/ / / |/| | | | Order alphabetically and deduplicate the shipped.json | ||||
| * | | | Order alphabetically and deduplicate the shipped.json | Joas Schilling | 2016-08-04 | 1 | -6/+4 |
| | | | | |||||
* | | | | Merge pull request #737 from nextcloud/blizzz-fix-name-console | Joas Schilling | 2016-08-05 | 1 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | Correct name in Console Application.php | ||||
| * | | | | Correct name in Console Application.php | blizzz | 2016-08-04 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | see changes :) | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-05 | 30 | -30/+232 |
| | | | | | |||||
* | | | | | 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 | ||||
* | | | | | Merge pull request #729 from nextcloud/fix-724 | Joas Schilling | 2016-08-04 | 1 | -2/+2 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fix #724 by using step instead of job | ||||
| * | | | | fix #724 by using step instead of job | Bernhard Posselt | 2016-08-04 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #730 from nextcloud/add-new-apps-as-official | Lukas Reschke | 2016-08-04 | 1 | -1/+6 |
|\ \ \ \ \ | |/ / / / |/| | | | | [master] Add new apps as official | ||||
| * | | | | [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 |
| | | |