| Commit message (Expand) | Author | Age | Files | Lines |
* | Better fallback for unknown log types | Joas Schilling | 2017-01-10 | 1 | -2/+4 |
* | Add tests | Joas Schilling | 2017-01-10 | 1 | -0/+16 |
* | dont write a certificate bundle if the shipped ca bundle is empty | Robin Appelman | 2017-01-09 | 1 | -3/+4 |
* | Increase version to 11.0.1 | Lukas Reschke | 2016-12-29 | 1 | -1/+1 |
* | Add a unit test | Joas Schilling | 2016-12-13 | 1 | -0/+132 |
* | Don't use cached informations for app version | Lukas Reschke | 2016-12-09 | 1 | -0/+4 |
* | Document updater channel & check for correct PHP version in updater | Morris Jobke | 2016-12-06 | 1 | -1/+1 |
* | Merge pull request #2505 from nextcloud/sudo-mode-provisioning-api | Morris Jobke | 2016-12-05 | 1 | -0/+101 |
|\ |
|
| * | Set last-login-check on basic auth | Roeland Jago Douma | 2016-12-05 | 1 | -0/+101 |
* | | 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 |
* | | 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 | 2 | -15/+181 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | bring back setEmailAddress for the user management | Bjoern Schiessle | 2016-11-25 | 1 | -0/+157 |
| * | | | update accounts table if email address or display name changes from outside | Bjoern Schiessle | 2016-11-25 | 1 | -15/+24 |
* | | | | 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 | 2 | -92/+0 |
|\ \ \ |
|
| * | | | update tests | Robin Appelman | 2016-11-21 | 2 | -92/+0 |
| |/ / |
|
* | | | Adjust unit tests | Lukas Reschke | 2016-11-21 | 1 | -2/+6 |
* | | | Add a signer class for signing | Lukas Reschke | 2016-11-21 | 2 | -0/+167 |
* | | | 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 |
* | | | 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 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | Fix unit tests | Joas Schilling | 2016-11-18 | 1 | -0/+5 |
| | |/
| |/| |
|
* | | | 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 |