Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #9545 from ↵ | Morris Jobke | 2018-05-22 | 1 | -0/+4 |
|\ | | | | | | | | | nextcloud/bugfix/noid/ellipsis-below-public-textfiles Remove ellipsis below public text file shares | ||||
| * | Remove ellipsis below public text file shares | Morris Jobke | 2018-05-22 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Add tests | Roeland Jago Douma | 2018-05-22 | 2 | -40/+324 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Don't use special chars to avoid confusion | Roeland Jago Douma | 2018-05-22 | 1 | -0/+7 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Rotate token | Roeland Jago Douma | 2018-05-22 | 1 | -11/+43 |
| | | | | | | | | | | | | | | | | On a refresh token request: * rorate * reset expire Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Authenticate the clients on requesting a token | Roeland Jago Douma | 2018-05-22 | 1 | -2/+45 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Fail if the response type is not properly set | Roeland Jago Douma | 2018-05-22 | 1 | -1/+10 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Set OAuth token expiration | Roeland Jago Douma | 2018-05-22 | 5 | -2/+89 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #9515 from ↵ | Roeland Jago Douma | 2018-05-22 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/noid/reset_session_when_auth_against_protected_share Regenerate session id after public share auth | ||||
| * | | Regenerate session id after public share auth | Roeland Jago Douma | 2018-05-17 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-22 | 24 | -22/+124 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-20 | 8 | -2/+26 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-19 | 14 | -0/+72 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-18 | 284 | -412/+412 |
|/ / | |||||
* | | Merge pull request #9437 from nextcloud/feature/noid/imprint | Roeland Jago Douma | 2018-05-17 | 9 | -20/+140 |
|\ \ | |/ |/| | allow to specify a link to a legal notice | ||||
| * | Use link not address in labels for URLs | Arthur Schiwon | 2018-05-16 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | fix undo for url-typed inputs | Arthur Schiwon | 2018-05-11 | 3 | -4/+9 |
| | | | | | | | | | | | | and minor adjustments Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | fix tests | Arthur Schiwon | 2018-05-11 | 2 | -0/+12 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | allow to specify a link to a legal notice | Arthur Schiwon | 2018-05-09 | 7 | -16/+119 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Merge pull request #9503 from nextcloud/bugfix/noid/theming-mime-check | Morris Jobke | 2018-05-17 | 2 | -8/+13 |
|\ \ | | | | | | | Check mime type properly in theming app | ||||
| * | | Add Content-Disposition header | Julius Härtl | 2018-05-17 | 2 | -1/+4 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Properly check mime type of the uploaded file | Julius Härtl | 2018-05-17 | 2 | -8/+10 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-17 | 186 | -308/+308 |
| | | | |||||
* | | | Delete the previews when a version is restored | Roeland Jago Douma | 2018-05-14 | 1 | -0/+8 |
|/ / | | | | | | | | | | | | | | | | | Fixes #9469 When a version of a file is restored the previews are no longer valid. Thus we should remove them so they are regenerated. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #9420 from nextcloud/feature/5263/cleanup_previes | Morris Jobke | 2018-05-14 | 1 | -5/+11 |
|\ \ | | | | | | | Cleanup previews in the background | ||||
| * | | Fix tests | Roeland Jago Douma | 2018-05-14 | 1 | -5/+11 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Merge pull request #9446 from ↵ | Morris Jobke | 2018-05-14 | 7 | -2/+26 |
|\ \ \ | |/ / |/| | | | | | | | | nextcloud/feature/9416/fileid_trashbin_dav_endpoint Support fileid propfind on trash endpoint | ||||
| * | | Support fileid propfind on trash endpoint | Roeland Jago Douma | 2018-05-11 | 7 | -2/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #9416 In order to support previews on mobile clients they will need the fileid of files in the trashbin. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Merge pull request #9464 from nextcloud/fix/noid/version_expiration_DI | Morris Jobke | 2018-05-14 | 4 | -28/+8 |
|\ \ \ | | | | | | | | | Use more magic DI in files_versions | ||||
| * | | | Use more magic DI in files_versions | Roeland Jago Douma | 2018-05-11 | 4 | -28/+8 |
| |/ / | | | | | | | | | | | | | | | | | | | There is no need to register this. The system can figure out by itself what it needs to do :) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-13 | 88 | -86/+88 |
| | | | |||||
* | | | Merge pull request #9288 from GitHubUser4234/ldap_password_renew_nc13fix | Roeland Jago Douma | 2018-05-12 | 2 | -10/+125 |
|\ \ \ | | | | | | | | | Ldap password renewal fixes for NC13 | ||||
| * | | | Remove unneeded semicolon and parentheses | Roger Szabo | 2018-04-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de> | ||||
| * | | | css indent alignment | Roger Szabo | 2018-04-25 | 1 | -70/+87 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de> | ||||
| * | | | adjust css to nc13 core changes | Roger Szabo | 2018-04-24 | 1 | -5/+107 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de> | ||||
| * | | | remove reset password link | Roger Szabo | 2018-04-24 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-12 | 22 | -50/+72 |
| |/ / |/| | | |||||
* | | | Merge pull request #9447 from nextcloud/feature/noid/trashbin_propfind_oc_size | Roeland Jago Douma | 2018-05-11 | 4 | -0/+14 |
|\ \ \ | | | | | | | | | Trashbin propfind respond to oc:size | ||||
| * | | | Trashbin propfind respond to oc:size | Roeland Jago Douma | 2018-05-10 | 4 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to display the total size of folders also in the clients (and web) we should return the oc:size. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-11 | 2 | -0/+2 |
|/ / / | |||||
* | | | Merge pull request #9360 from GitHubUser4234/ldap_password_renew_invarg_fix | Roeland Jago Douma | 2018-05-10 | 2 | -6/+6 |
|\ \ \ | | | | | | | | | Fix "Invalid argument supplied for foreach()" | ||||
| * | | | adjust unit tests for \"Invalid argument supplied for foreach()\" fix | Roger Szabo | 2018-05-09 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de> | ||||
| * | | | Fix "Invalid argument supplied for foreach()" | Roger Szabo | 2018-05-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de> | ||||
* | | | | Merge pull request #9427 from ↵ | Roeland Jago Douma | 2018-05-10 | 2 | -2/+9 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/no_listing_if_not_in_debug_trash_version If not in debug disable principal listing | ||||
| * | | | | If not in debug disable principal listing | Roeland Jago Douma | 2018-05-08 | 2 | -2/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Trashbin and Version should have the same behaviour as the other collections. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-10 | 28 | -14/+150 |
| |_|_|/ |/| | | | |||||
* | | | | Merge pull request #9415 from nextcloud/feature/noid/trashbin_dav_deletion_time | Morris Jobke | 2018-05-09 | 6 | -3/+19 |
|\ \ \ \ | | | | | | | | | | | Propfind for deletion time of trash files | ||||
| * | | | | Propfind for deletion time of trash files | Roeland Jago Douma | 2018-05-08 | 6 | -3/+19 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* / / / | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-09 | 2 | -2/+2 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-08 | 12 | -0/+58 |
| | | |