Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4871 from nextcloud/remove-more-personal-info-on-user-del... | Morris Jobke | 2017-05-15 | 5 | -6/+96 |
|\ | |||||
| * | Remove account data on user deletion | Joas Schilling | 2017-05-15 | 2 | -0/+18 |
| * | Remove 2FA backup codes on user deletion | Joas Schilling | 2017-05-15 | 3 | -6/+78 |
* | | Merge pull request #4867 from nextcloud/kill-install-app | Lukas Reschke | 2017-05-15 | 3 | -80/+29 |
|\ \ | |||||
| * | | Remove OC_App:installApp | Morris Jobke | 2017-05-15 | 3 | -80/+29 |
* | | | Merge pull request #4810 from nextcloud/downstream-27668 | Morris Jobke | 2017-05-15 | 1 | -5/+10 |
|\ \ \ | |||||
| * | | | Fix variable names | Joas Schilling | 2017-05-15 | 1 | -6/+6 |
| * | | | Fix order of parameter and escaping | Joas Schilling | 2017-05-12 | 1 | -2/+2 |
| * | | | Actually we want to update the mimetype of all files ending with the suffix | Joas Schilling | 2017-05-11 | 1 | -3/+4 |
| * | | | don´t change folders with --repair-filecache | Rello | 2017-05-11 | 1 | -0/+4 |
* | | | | Merge pull request #4877 from nextcloud/oc-group-is-gone | Morris Jobke | 2017-05-15 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Remove OC_Group call | Lukas Reschke | 2017-05-15 | 1 | -1/+1 |
* | | | | | Merge pull request #4847 from nextcloud/throw-exception-if-password-not-avail | Morris Jobke | 2017-05-15 | 4 | -0/+39 |
|\ \ \ \ \ | |||||
| * | | | | | Update autoloader map | Lukas Reschke | 2017-05-15 | 2 | -0/+2 |
| * | | | | | Thows exception if password not available | Morris Jobke | 2017-05-12 | 2 | -0/+37 |
* | | | | | | Merge pull request #4873 from nextcloud/check-whether-REQUEST-exists | Morris Jobke | 2017-05-15 | 4 | -13/+14 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Check whether the $_SERVER['REQUEST_*'] vars exist before using them | Joas Schilling | 2017-05-15 | 4 | -13/+14 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge pull request #4872 from nextcloud/os-rename | Morris Jobke | 2017-05-15 | 1 | -1/+0 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | Revert "fix objectstore rename" | Roeland Jago Douma | 2017-05-15 | 1 | -1/+0 |
| |/ / / / | |||||
* | | | | | Merge pull request #4805 from nextcloud/enforce-upgrade-for-big-instances | Lukas Reschke | 2017-05-15 | 3 | -1/+27 |
|\ \ \ \ \ | |||||
| * | | | | | Allow to enforce update via web UI | Morris Jobke | 2017-05-11 | 3 | -1/+27 |
* | | | | | | Merge pull request #4866 from nextcloud/login-footer-bold-link | Lukas Reschke | 2017-05-15 | 1 | -0/+4 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Bold link in footer on login page | Morris Jobke | 2017-05-14 | 1 | -0/+4 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #4862 from coderkun/issue-440-localhost-regex | Joas Schilling | 2017-05-15 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Add IPv6 to “localhost” regex (#440) | coderkun | 2017-05-14 | 1 | -1/+1 |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-15 | 24 | -88/+196 |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-14 | 52 | -94/+662 |
|/ / / / | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-13 | 28 | -2/+126 |
* | | | | Merge pull request #4816 from nextcloud/Ardinis-quota-files_external | Morris Jobke | 2017-05-12 | 2 | -4/+4 |
|\ \ \ \ | |||||
| * | | | | fix quota tests for external storage | Morris Jobke | 2017-05-12 | 1 | -3/+3 |
| * | | | | Correctly calculate used space for quota with external storage | Ardinis | 2017-05-12 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #4829 from nextcloud/theming-preview-click | Morris Jobke | 2017-05-12 | 2 | -0/+13 |
|\ \ \ \ | |||||
| * | | | | Don't open the dialog for logo and background | Joas Schilling | 2017-05-12 | 1 | -1/+2 |
| * | | | | Clicking on theming preview triggers fileupload dialog | Morris Jobke | 2017-05-11 | 2 | -0/+12 |
| |/ / / | |||||
* | | | | Merge pull request #4809 from nextcloud/downstream-27676 | Lukas Reschke | 2017-05-12 | 5 | -16/+29 |
|\ \ \ \ | |||||
| * | | | | Disable the API endpoints as well | Joas Schilling | 2017-05-11 | 3 | -16/+26 |
| * | | | | Disable reset password link. Issue: #27440 | Ujjwal Bhardwaj | 2017-05-11 | 2 | -0/+3 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #4825 from nextcloud/add-timeout-appstore | Lukas Reschke | 2017-05-12 | 2 | -2/+8 |
|\ \ \ \ | |||||
| * | | | | Fix failed assertions | Joas Schilling | 2017-05-12 | 1 | -1/+5 |
| * | | | | Add timeout for requests to appstore | Morris Jobke | 2017-05-11 | 1 | -1/+3 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #4822 from nextcloud/fix-input-size | Lukas Reschke | 2017-05-12 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Fix size of enforced expiry date input | Morris Jobke | 2017-05-11 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #4824 from nextcloud/log-connection-problems-appfetcher | Lukas Reschke | 2017-05-12 | 6 | -8/+36 |
|\ \ \ \ | |||||
| * | | | | Fix unit tests | Joas Schilling | 2017-05-12 | 3 | -2/+12 |
| * | | | | Log connectiong problems while fetching data from appstore | Morris Jobke | 2017-05-11 | 3 | -6/+24 |
| |/ / / | |||||
* | | | | Merge pull request #4826 from nextcloud/hide-cropper-input | Joas Schilling | 2017-05-12 | 1 | -0/+4 |
|\ \ \ \ | |||||
| * | | | | Hide checkbox in avatarcropper | Morris Jobke | 2017-05-11 | 1 | -0/+4 |
| |/ / / | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-12 | 88 | -1682/+526 |
* | | | | Merge pull request #4821 from nextcloud/update-redis-cluster-documentation | Morris Jobke | 2017-05-11 | 1 | -2/+10 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Update redis cluster documentation | Morris Jobke | 2017-05-11 | 1 | -2/+10 |
| | |/ | |/| |