summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add IAppManager::getAppWebPath()Daniel Rudolf2019-08-252-0/+27
| | | | | | Implements a public API for \OC_App::getAppWebPath() Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
* Merge pull request #16845 from nextcloud/bugfix/noid/public-constantsblizzz2019-08-232-0/+86
|\ | | | | Make the sharing constants publicly available
| * Make the sharing constants publicly availableJoas Schilling2019-08-232-0/+86
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Always check via http and https whether htaccess is workingJoas Schilling2019-08-231-1/+13
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2019-08-222-2/+2
|
* Merge pull request #16820 from nextcloud/bugfix/noid/access-handling-of-projectsRoeland Jago Douma2019-08-215-3/+77
|\ | | | | Change access handling of projects
| * Add a repair step to clear the projects access cacheJoas Schilling2019-08-215-0/+71
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Change the logic so projects are only shown when you can access all resourcesJoas Schilling2019-08-211-3/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #16813 from ↵blizzz2019-08-211-0/+2
|\ \ | | | | | | | | | | | | compagnon/fix/noid/AutoloadNotAllowedException-theming-off autoloader.php could raise Not AllowedException
| * | autoloader.php could raise Not AllowedExceptionGuillaume COMPAGNON2019-08-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | when theming is off Signed-off-by: Guillaume Compagnon <gcompagnon@outlook.com> modified: lib/private/TemplateLayout.php
* | | Only trigger the events with tags that where actually assignedJoas Schilling2019-08-211-1/+7
| |/ |/| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #16811 from ↵Roeland Jago Douma2019-08-201-1/+2
|\ \ | | | | | | | | | | | | nextcloud/bugfix/16771/correctly-remove-apps-without-any-releases Correctly remove apps without any releases
| * | Correctly remove apps without any releasesJoas Schilling2019-08-201-1/+2
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #16812 from nextcloud/bugfix/noid/previewv1-returntypeRoeland Jago Douma2019-08-201-2/+2
|\ \ | | | | | | Explicit cast for ProviderV1Adapter
| * | Explicit cast for ProviderV1AdapterJulius Härtl2019-08-201-2/+2
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / Undefined variable response when server is no nextcloud anymoreJoas Schilling2019-08-201-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #16793 from nextcloud/bugfix/noid/filter-more-configsJoas Schilling2019-08-201-0/+13
|\ | | | | Filter more configs
| * Filter more configsJoas Schilling2019-08-191-0/+13
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2019-08-202-22/+44
| |
* | Codechecker: removed unused useRoeland Jago Douma2019-08-191-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Do not enforce the parent constructor of response to be calledRoeland Jago Douma2019-08-191-10/+8
|/ | | | | | | If there is no policy set we just take the default empty ones. That way no obscure errors get thrown if the constructor is not called. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #16766 from nextcloud/fix/frame-src/no-nonceRoeland Jago Douma2019-08-191-3/+0
|\ | | | | frame-src doesn't respect the nonce attribute
| * frame-src doesn't respect the nonce attributeRoeland Jago Douma2019-08-161-3/+0
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-08-192-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2019-08-184-22/+236
| |
* | [tx-robot] updated from transifexNextcloud bot2019-08-172-0/+18
|/
* Make the auto-disabled list more broadJoas Schilling2019-08-154-15/+28
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix tracking of auto disabled apps in UpdaterGeorg Ehrke2019-08-151-1/+10
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Merge pull request #15946 from martink-p/bugxfix/9792/encrypted-external-webdavRoeland Jago Douma2019-08-151-2/+27
|\ | | | | Update Encryption.php
| * Update Encryption.phpmartink-p2019-06-171-7/+9
| | | | | | | | Signed-off-by: martink-p <47943787+martink-p@users.noreply.github.com>
| * Update Encryption.phpmartink-p2019-06-171-1/+7
| | | | | | | | Signed-off-by: martink-p <47943787+martink-p@users.noreply.github.com>
| * Apply suggestions from code reviewmartink-p2019-06-171-5/+5
| | | | | | | | | | Co-Authored-By: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: martink-p <47943787+martink-p@users.noreply.github.com>
| * Update Encryption.phpmartink-p2019-06-171-2/+19
| | | | | | | | Signed-off-by: martink-p <47943787+martink-p@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2019-08-15124-238/+204
| |
* | Merge pull request #16572 from nextcloud/fix/15613/bring-back-psql9-compatRoeland Jago Douma2019-08-142-3/+24
|\ \ | | | | | | instead of upsert query, fallback to default on PSQL <= 9.4
| * | instead of upsert, fallback to default query on PgSQL <= 9.4Arthur Schiwon2019-08-142-3/+24
| | | | | | | | | | | | | | | | | | because there is no upsert yet Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #16725 from nextcloud/bugfix/noid/syslog-diblizzz2019-08-142-2/+3
|\ \ \ | |/ / |/| | Fix loading of the syslog logging class
| * | Make sure SystemConfig class can be injected and syslog_tag is fetched properlyJulius Härtl2019-08-132-2/+3
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Get the proper UIDRoeland Jago Douma2019-08-135-1/+63
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some user backends (like the database backend) allow us to obtain a user case insensitive. However the UID itself is case sensitive. Example: * create a user User1 * login as User1 - This results the data/User1 folder to be created etc * now have some code somewhere that obtains the userFolder (from IRootFolder) but pas in 'uSER1' as uid - The code will check if that is a valid user. And in this case it is since User1 and uSER1 both map to the same user - However the the UID in the user object is used for the folder a new folder fill be create data/uSER1 With this PR this is avoided now. Since we obtain the real UID casing in the backend before creating the user object. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #16721 from nextcloud/fix/16644Roeland Jago Douma2019-08-111-4/+4
|\ \ | | | | | | Correctly handle emtpy string in proxyuserpwd config
| * | Correctly handle emtpy string in proxyuserpwd configScott Shambarger2019-08-111-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As documented, the default value for config value proxyuserpwd is ''. However, that value results in the error: "cURL error 5: Unsupported proxy syntax in '@'". This patch handles the values of '' and null (the default in the code) the same for config values proxyuserpwd and proxy. Signed-off-by: Scott Shambarger <devel@shambarger.net>
* | | Merge pull request #16179 from J0WI/mv-frameoptionsRoeland Jago Douma2019-08-111-5/+5
|\ \ \ | | | | | | | | Add X-Frame-Options header to .htaccess
| * | | Remove duplicated spacesJ0WI2019-08-111-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
| * | | Sort headersJ0WI2019-08-111-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
| * | | Add X-Frame-Options header to .htaccessJ0WI2019-08-111-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | | | Merge pull request #16613 from nextcloud/enh/featurepolicyRoeland Jago Douma2019-08-1112-1/+557
|\ \ \ \ | |/ / / |/| | | Add Feature-Policy header
| * | | Add feature policy headerRoeland Jago Douma2019-08-1011-0/+555
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the events and the classes to modify the feature policy. It also adds a default restricted feature policy. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Have the OCSBaseResponse call the parent constructorRoeland Jago Douma2019-08-081-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2019-08-102-2/+2
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2019-08-094-2/+4
|/ / /