Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #2484 from nextcloud/fix-wrong-update-of-email-address | Christoph Wurst | 2016-12-05 | 1 | -7/+26 | |
|\ \ | ||||||
| * | | make sure that we only update the email address if it really changed | Bjoern Schiessle | 2016-12-02 | 1 | -7/+26 | |
* | | | Merge pull request #2411 from nextcloud/fix-encryption-home-storage | Morris Jobke | 2016-12-05 | 1 | -0/+94 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | check if the file should really be encrypted before we update the file cache | Bjoern Schiessle | 2016-11-29 | 1 | -0/+94 | |
* | | | update test | Robin Appelman | 2016-12-02 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Add tests | Lukas Reschke | 2016-12-01 | 1 | -0/+71 | |
* | | Language | Morris Jobke | 2016-11-30 | 1 | -68/+0 | |
* | | Merge pull request #2152 from nextcloud/preview_cleanupjob | Morris Jobke | 2016-11-30 | 2 | -0/+371 | |
|\ \ | ||||||
| * | | Add test if repair step is already done | Roeland Jago Douma | 2016-11-19 | 1 | -1/+43 | |
| * | | Adds background job to cleanup all previews. | Roeland Jago Douma | 2016-11-19 | 2 | -0/+329 | |
* | | | Merge pull request #2066 from nextcloud/fix-redirect-double-encoding | Morris Jobke | 2016-11-29 | 1 | -6/+6 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | do not double encode the redirect url | Christoph Wurst | 2016-11-09 | 1 | -6/+6 | |
* | | | Merge pull request #2351 from nextcloud/remember-session-default | Lukas Reschke | 2016-11-28 | 1 | -3/+43 | |
|\ \ \ | ||||||
| * | | | fix parameter order | Christoph Wurst | 2016-11-28 | 1 | -1/+1 | |
| * | | | do not remember session tokens by default | Christoph Wurst | 2016-11-27 | 1 | -3/+43 | |
* | | | | Merge pull request #2353 from nextcloud/renew-session-token-remember | Lukas Reschke | 2016-11-28 | 1 | -1/+11 | |
|\ \ \ \ | ||||||
| * | | | | copy remember-me value when renewing a session token | Christoph Wurst | 2016-11-27 | 1 | -1/+11 | |
| |/ / / | ||||||
* | | | | Merge pull request #2327 from nextcloud/exclude-pre-releases | Christoph Wurst | 2016-11-28 | 1 | -18/+38 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Exclude pre-release versions as per SemVer | Lukas Reschke | 2016-11-25 | 1 | -18/+38 | |
* | | | | Merge pull request #2276 from nextcloud/update-email-address | Morris Jobke | 2016-11-25 | 3 | -35/+484 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | bring back setEmailAddress for the user management | Bjoern Schiessle | 2016-11-25 | 2 | -9/+218 | |
| * | | | update accounts table if email address or display name changes from outside | Bjoern Schiessle | 2016-11-25 | 1 | -15/+24 | |
| * | | | update email address correctly | Bjoern Schiessle | 2016-11-23 | 1 | -20/+251 | |
* | | | | Add Identityproof tests | Roeland Jago Douma | 2016-11-24 | 3 | -1/+250 | |
* | | | | Loop for newest version in appstore response | Lukas Reschke | 2016-11-24 | 2 | -4/+1861 | |
* | | | | Harden cookies more appropriate | Lukas Reschke | 2016-11-23 | 1 | -0/+70 | |
|/ / / | ||||||
* | | | Merge pull request #1972 from nextcloud/invalid-files-from-scanner | Roeland Jago Douma | 2016-11-22 | 2 | -1/+27 | |
|\ \ \ | ||||||
| * | | | Move the validation into one place only | Joas Schilling | 2016-11-21 | 1 | -1/+1 | |
| * | | | Make sure we don't scan files that can not be accessed | Joas Schilling | 2016-11-21 | 1 | -0/+26 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #2214 from nextcloud/remove-logging | Robin Appelman | 2016-11-21 | 3 | -181/+0 | |
|\ \ \ | ||||||
| * | | | update tests | Robin Appelman | 2016-11-21 | 3 | -181/+0 | |
| |/ / | ||||||
* | | | Adjust unit tests | Lukas Reschke | 2016-11-21 | 1 | -2/+6 | |
* | | | Fix changing display names for subadmins | Lukas Reschke | 2016-11-21 | 1 | -7/+42 | |
* | | | Add a signer class for signing | Lukas Reschke | 2016-11-21 | 2 | -0/+167 | |
* | | | fix unit tests | Bjoern Schiessle | 2016-11-21 | 1 | -74/+7 | |
* | | | push public user data to the lookup server | Bjoern Schiessle | 2016-11-21 | 1 | -0/+4 | |
* | | | remove old test class | Bjoern Schiessle | 2016-11-21 | 1 | -173/+0 | |
* | | | fix unit tests | Bjoern Schiessle | 2016-11-21 | 1 | -0/+202 | |
* | | | allow to change display names in the user settings again | Björn Schießle | 2016-11-21 | 1 | -0/+1 | |
* | | | introduce accounts table and keep it up-to-date with the data added to the pe... | Björn Schießle | 2016-11-21 | 1 | -0/+173 | |
|/ / | ||||||
* | | Merge pull request #1602 from nextcloud/ignore-mod-env | Lukas Reschke | 2016-11-18 | 1 | -0/+10 | |
|\ \ | ||||||
| * | | Add system config htaccess.IgnoreFrontController for prettyURLs w/o mod_env | Felix Epp | 2016-11-16 | 1 | -0/+10 | |
* | | | Merge pull request #2076 from nextcloud/log_preview_access | Morris Jobke | 2016-11-18 | 1 | -1/+67 | |
|\ \ \ | ||||||
| * | | | Dispatch event on preview request | Roeland Jago Douma | 2016-11-10 | 1 | -1/+67 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #1447 from nextcloud/password-confirmation-for-some-actions | Morris Jobke | 2016-11-18 | 2 | -1/+8 | |
|\ \ \ | ||||||
| * | | | Fix unit tests | Joas Schilling | 2016-11-18 | 2 | -1/+8 | |
* | | | | Merge pull request #768 from nextcloud/s3-objectstore | Robin Appelman | 2016-11-18 | 7 | -177/+434 | |
|\ \ \ \ | ||||||
| * | | | | add tests for FileInfo::isMounted | Robin Appelman | 2016-11-16 | 1 | -0/+46 | |
| * | | | | add tests for http/output | Robin Appelman | 2016-11-16 | 1 | -0/+31 | |
| * | | | | add amazon s3 objectstore backend | Robin Appelman | 2016-11-16 | 1 | -0/+38 |