aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2322 from nextcloud/compat-with-chrome54Morris Jobke2016-11-251-9/+0
|\ | | | | Remove exception for Chrome on Mobile
| * Remove exception for Chrome on MobileLukas Reschke2016-11-241-9/+0
| | | | | | | | | | | | | | | | | | | | This didn't really work anyways and Chrome 54 for Android has been pushed out via Google Play on October 19th. So we should remove this. This is only in master and doesn't affect any stable branch. Fixes https://github.com/nextcloud/server/issues/2318 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #2276 from nextcloud/update-email-addressMorris Jobke2016-11-253-5/+115
|\ \ | | | | | | Update email address
| * | bring back setEmailAddress for the user managementBjoern Schiessle2016-11-253-13/+29
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | update accounts table if email address or display name changes from outsideBjoern Schiessle2016-11-253-5/+99
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Merge pull request #2314 from nextcloud/log-upgrade-stepsLukas Reschke2016-11-251-0/+131
|\ \ \ | | | | | | | | Log all events that happen during an upgrade
| * | | Log all events that happen during an updateMorris Jobke2016-11-241-0/+131
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Add Identityproof testsRoeland Jago Douma2016-11-241-23/+4
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | * Add tests for Key * Add tests for Manager * Add tests for Signer * Removed URLGenerator from Signer Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #2301 from nextcloud/pass-confirm-cookie-loginRoeland Jago Douma2016-11-241-4/+3
|\ \ \ | | | | | | | | fix password check when using remember me login
| * | | fix password check when using remember me loginRobin Appelman2016-11-241-4/+3
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #2307 from nextcloud/better-filter-on-appstoreblizzz2016-11-242-8/+85
|\ \ \ \ | |_|/ / |/| | | Loop for newest version in appstore response
| * | | Loop for newest version in appstore responseLukas Reschke2016-11-242-8/+85
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | The current implementation when fetching apps from the appstore is to assume that the first element is the newest version, this is now always applicable and leads to the fact that for some apps (e.g. nextant) the newest version is not delivered. This can be easily tested by comparing the version of the downloaded Nextant version. This change will loop over all releases delivered by the appstore and chooses the newest compatible one. While not the cleanest solution, it does its job. Most of the code are actually unit tests. Whereas I have copied the whole original response from the appstore and also have performed the transformation. So that's why the diff looks so huge. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #2302 from nextcloud/register-command-error-handlingLukas Reschke2016-11-241-2/+11
|\ \ \ | | | | | | | | handle errors in apps while registering commands
| * | | handle errors in apps while registering commandsRobin Appelman2016-11-241-2/+11
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #2299 from nextcloud/oc-mounts-non-existing-userLukas Reschke2016-11-241-3/+6
|\ \ \ | | | | | | | | filter out oc_mounts results from non existing users
| * | | filter out oc_mounts results from non existing usersRobin Appelman2016-11-241-3/+6
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* / / Fix previews for federated sharesRoeland Jago Douma2016-11-241-1/+2
|/ / | | | | | | | | | | | | The owner of a federated file is the federated user. For which we obviously can't setup a view. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #2233 from nextcloud/change-link-to-11Lukas Reschke2016-11-231-1/+1
|\ \ | | | | | | Update link to the docs to 11
| * | Update link to the docs to 11Lukas Reschke2016-11-221-1/+1
| |/ | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* / Harden cookies more appropriateLukas Reschke2016-11-232-3/+40
|/ | | | | | | | | | This adds the __Host- prefix to the same-site cookies. This is a small but yet nice security hardening. See https://googlechrome.github.io/samples/cookie-prefixes/ for the implications. Fixes https://github.com/nextcloud/server/issues/1412 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #1972 from nextcloud/invalid-files-from-scannerRoeland Jago Douma2016-11-225-26/+111
|\ | | | | Make sure we don't scan files that can not be accessed
| * Move the validation into one place onlyJoas Schilling2016-11-215-41/+105
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Make sure we don't scan files that can not be accessedJoas Schilling2016-11-211-0/+21
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #2165 from nextcloud/sharing-activities-updateRoeland Jago Douma2016-11-221-5/+0
|\ \ | | | | | | Move file sharing activities to the new API
| * | Move file sharing activities to the new APIJoas Schilling2016-11-161-5/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #2154 from nextcloud/comments-activities-updateMorris Jobke2016-11-224-12/+12
|\ \ \ | | | | | | | | Move comments activities to the new API
| * | | Fix wrong copyright headersJoas Schilling2016-11-164-12/+12
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2016-11-2226-26/+26
| | |
* | | Merge pull request #2214 from nextcloud/remove-loggingRobin Appelman2016-11-212-92/+0
|\ \ \ | | | | | | | | remove old logging section
| * | | remove old logging sectionRobin Appelman2016-11-212-92/+0
| | |/ | |/| | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #2211 from nextcloud/maintenance-wsodRobin Appelman2016-11-211-0/+3
|\ \ \ | | | | | | | | fix white screen of death in maintenance mode when theming is disabled
| * | | fix white screen of death in maintenance mode when theming is disabledRobin Appelman2016-11-211-0/+3
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #2212 from nextcloud/fix_web_installerMorris Jobke2016-11-211-2/+3
|\ \ \ | | | | | | | | Do not trigger appconfig queries when we are not yet installed
| * | | Do not trigger appconfig queries when we are not yet installedRoeland Jago Douma2016-11-211-2/+3
| |/ / | | | | | | | | | | | | | | | Fixes #2209 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Add a signer class for signingLukas Reschke2016-11-212-9/+148
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Add identity proofLukas Reschke2016-11-211-8/+7
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Add privateLukas Reschke2016-11-212-0/+136
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | fix unit testsBjoern Schiessle2016-11-211-1/+0
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | update system address book if the user change the personal settingsBjoern Schiessle2016-11-212-14/+100
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | introduce accounts table and keep it up-to-date with the data added to the ↵Björn Schießle2016-11-211-0/+116
|/ / | | | | | | | | | | personal settings Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2016-11-218-2/+116
| |
* | [tx-robot] updated from transifexNextcloud bot2016-11-202-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2016-11-194-0/+4
| |
* | Merge pull request #1602 from nextcloud/ignore-mod-envLukas Reschke2016-11-184-6/+9
|\ \ | | | | | | Add system config htaccess.IgnoreFrontController for prettyURLs w/o mod_env
| * | Add system config htaccess.IgnoreFrontController for prettyURLs w/o mod_envFelix Epp2016-11-164-6/+9
| | | | | | | | | | | | | | | | | | | | | Added the system config which sets all conditions to true that query the FrontControllerActive mod_env variable. Signed-off-by: Felix A. Epp <work@felixepp.de>
* | | Merge pull request #2076 from nextcloud/log_preview_accessMorris Jobke2016-11-184-6/+39
|\ \ \ | | | | | | | | Dispatch event on preview request
| * | | Dispatch event on preview requestRoeland Jago Douma2016-11-104-6/+39
| | | | | | | | | | | | | | | | | | | | | | | | Fixes: #73 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #1447 from nextcloud/password-confirmation-for-some-actionsMorris Jobke2016-11-187-1/+74
|\ \ \ \ | | | | | | | | | | Password confirmation for some actions
| * | | | Add the 15 seconds to the window, instead of removingJoas Schilling2016-11-181-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Update class mapJoas Schilling2016-11-182-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>