Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2052 from nextcloud/ros-definitions-as-php-class | Morris Jobke | 2016-11-09 | 3 | -2/+98 |
|\ | | | | | Use a php class for the definitions to avoid loading problems | ||||
| * | Add test and adjust PHP function arguments | Lukas Reschke | 2016-11-09 | 1 | -0/+9 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | Add tests for validity of the definitions | Joas Schilling | 2016-11-09 | 1 | -0/+84 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Use a php class for the definitions to avoid loading problems | Joas Schilling | 2016-11-09 | 2 | -2/+5 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Generate js codecov coverage | Roeland Jago Douma | 2016-11-09 | 1 | -1/+2 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #2053 from nextcloud/make-sure-we-can-backup-the-command-bus | Morris Jobke | 2016-11-08 | 1 | -4/+4 |
|\ | | | | | Make sure the database is not replaced while we make a backup of the … | ||||
| * | Make sure the database is not replaced while we make a backup of the service | Joas Schilling | 2016-11-08 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | refactor share permission logic into own method to reuse it for the share tab | Christoph Wurst | 2016-11-07 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add settings PersonalController | Roeland Jago Douma | 2016-11-06 | 1 | -0/+122 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Cleanup OC_Group usage a bit | Roeland Jago Douma | 2016-11-04 | 1 | -206/+220 |
| | | | | | | This is deprecated internal stuff. Should not be used anymore. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #1109 from nextcloud/add-more-secrets-to-password-reset-link | Morris Jobke | 2016-11-03 | 1 | -143/+187 |
|\ | | | | | Use mail for encrypting the password reset token as well | ||||
| * | Fix tests | Roeland Jago Douma | 2016-11-03 | 1 | -166/+174 |
| | | | | | | | | | | | | * Tests fixed and controller coverage to 100% Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | [WIP] Use mail for encrypting the password reset token as well | Lukas Reschke | 2016-11-03 | 1 | -6/+42 |
| | | |||||
* | | Merge pull request #1741 from nextcloud/new_preview | Lukas Reschke | 2016-11-03 | 3 | -1/+565 |
|\ \ | | | | | | | Improve previews | ||||
| * | | Add cache 1 day cache to preview endpoint | Roeland Jago Douma | 2016-11-03 | 1 | -3/+6 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | More tests | Roeland Jago Douma | 2016-11-03 | 1 | -0/+223 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * PreviewController test * PublicPreview test * Versions Preview test * Trash Preview test Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Added genertor helper & tests | Roeland Jago Douma | 2016-11-03 | 1 | -0/+338 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Fix urlgenerator test | Roeland Jago Douma | 2016-11-03 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #1994 from nextcloud/proper-cron-hints | Roeland Jago Douma | 2016-11-03 | 1 | -1/+3 |
|\ \ | |/ |/| | Show a hint for system based cron user name | ||||
| * | Show a hint for system based cron user name | Morris Jobke | 2016-11-03 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | * makes it easier to setup cron job * gives hints for PHP documentation * disables the cron setting if requirements not met * fixes #1989 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #1915 from nextcloud/downstream-26398 | Lukas Reschke | 2016-11-03 | 9 | -80/+396 |
|\ \ | |/ |/| | Add using casing check/fix for initMountPoints | ||||
| * | Adjust tests and DI for Share.php | Lukas Reschke | 2016-11-02 | 3 | -5/+28 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | DI for root.php | Lukas Reschke | 2016-11-02 | 6 | -131/+307 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | Fix mock warning in some FS tests (#26464) | Vincent Petry | 2016-11-02 | 2 | -2/+2 |
| | | |||||
| * | Add using casing check/fix for initMountPoints | Vincent Petry | 2016-11-02 | 4 | -2/+119 |
| | | |||||
* | | Merge pull request #1978 from nextcloud/remove-send-mail-option | Morris Jobke | 2016-11-02 | 1 | -40/+16 |
|\ \ | | | | | | | Remove send mail option | ||||
| * | | remove 'send mail notification' option from sharing, replaced by ↵ | Bjoern Schiessle | 2016-11-02 | 1 | -40/+16 |
| | | | | | | | | | | | | | | | | | | send-by-mail feature Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | | Merge pull request #1988 from nextcloud/silly-but-effective-test | Morris Jobke | 2016-11-02 | 1 | -0/+68 |
|\ \ \ | |_|/ |/| | | Add test for "languageCodes.php" | ||||
| * | | Add test for "languageCodesTest.php" | Lukas Reschke | 2016-11-02 | 1 | -0/+68 |
| | | | | | | | | | | | | | | | | | | Arguably not the most awesome test but increases coverage and is an easy gain. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Merge pull request #1981 from nextcloud/multibucket-num-buckets | Lukas Reschke | 2016-11-02 | 2 | -9/+13 |
|\ \ \ | | | | | | | | | Allow setting a maximun number of buckets for multibucket | ||||
| * | | | Allow setting a maximun number of buckets for multibucket | Robin Appelman | 2016-11-02 | 2 | -9/+13 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Add tests | Lukas Reschke | 2016-11-02 | 2 | -0/+139 |
| | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | | Inject config and logger | Joas Schilling | 2016-11-02 | 2 | -7/+29 |
| |/ / |/| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #1347 from nextcloud/bring-back-remember-me | Morris Jobke | 2016-11-02 | 5 | -174/+471 |
|\ \ \ | | | | | | | | | fix remember me login | ||||
| * | | | Add missing tests and fix PHPDoc | Lukas Reschke | 2016-11-02 | 2 | -3/+160 |
| | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | | | inject ISecureRandom into user session and use injected config too | Christoph Wurst | 2016-11-02 | 1 | -49/+60 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | | | bring back remember-me | Christoph Wurst | 2016-11-02 | 5 | -140/+269 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * try to reuse the old session token for remember me login * decrypt/encrypt token password and set the session id accordingly * create remember-me cookies only if checkbox is checked and 2fa solved * adjust db token cleanup to store remembered tokens longer * adjust unit tests Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | Merge pull request #1940 from nextcloud/new-appstore | Michael Grosser | 2016-11-02 | 15 | -1368/+1321 |
|\ \ \ | |/ / |/| | | Use new appstore API | ||||
| * | | Add tests for installer method | Lukas Reschke | 2016-10-31 | 4 | -0/+522 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | | Proxy images through usercontent.apps.nextcloud.com | Lukas Reschke | 2016-10-31 | 1 | -14/+2 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | | Add update support | Lukas Reschke | 2016-10-31 | 4 | -77/+279 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | | Use substr and explode instead of a regex | Lukas Reschke | 2016-10-31 | 1 | -0/+7 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | | Fix tests | Lukas Reschke | 2016-10-31 | 4 | -5/+12 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | | Use new appstore API | Lukas Reschke | 2016-10-31 | 8 | -1291/+518 |
| | | | | | | | | | | | | | | | | | | This change introduces the new appstore API in Nextcloud. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Merge pull request #1966 from nextcloud/fix-csrf-token-generation | Roeland Jago Douma | 2016-11-02 | 2 | -4/+12 |
|\ \ \ | |_|/ |/| | | Fix CSRF token generation / validation | ||||
| * | | Fix CSRF token generation / validation | Leon Klingele | 2016-11-02 | 2 | -4/+12 |
| | | | | | | | | | | | | | | | | | | | | | Operate on raw bytes instead of base64-encoded strings. Issue was introduced in a977465 Signed-off-by: Leon Klingele <git@leonklingele.de> | ||||
* | | | add method to check if a share provider for a given type is loaded | Bjoern Schiessle | 2016-11-01 | 1 | -0/+40 |
|/ / | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | Add defaultShareProvider & federatedshareprovider tests | Roeland Jago Douma | 2016-11-01 | 1 | -0/+91 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Add Manager unit tests | Roeland Jago Douma | 2016-11-01 | 1 | -6/+77 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Add getShareTypesInFolder to optimize folder listening | Robin Appelman | 2016-10-31 | 1 | -0/+9 |
|/ | | | | Signed-off-by: Robin Appelman <icewind@owncloud.com> |