summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Return the proper jailed path when requesting the root pathJulius Härtl2019-09-041-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #16972 from nextcloud/enh/default_client_timeoutRoeland Jago Douma2019-09-041-0/+1
|\ | | | | Set a default request timeout
| * Set a default request timeoutRoeland Jago Douma2019-09-021-0/+1
| | | | | | | | | | | | | | | | This to avoid endless running processes. A default timeout of 30 seconds should cover the 99% case. If a job need specific longer time it should set that. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #16928 from nextcloud/fix/icontrolelrmethodreflectorRoeland Jago Douma2019-09-031-0/+1
|\ \ | | | | | | Remove reflect method form public interface
| * | Remove reflect method form public interfaceRoeland Jago Douma2019-08-301-0/+1
| |/ | | | | | | | | | | | | | | The reflect method is (and should) only every be called internally. Since if you call it again it would otherwise start mixing and matching arguments etc. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #16964 from phpbg/masterRoeland Jago Douma2019-09-031-5/+3
|\ \ | | | | | | Fix sanity checks #16963
| * | Fix sanity checks #16963Samuel CHEMLA2019-09-011-5/+3
| |/ | | | | | | Signed-off-by: Samuel CHEMLA <chemla.samuel@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2019-09-032-4/+40
| |
* | Define a guest type so Talk can use it in it's notificationsJoas Schilling2019-09-021-0/+19
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2019-08-302-2/+2
|
* Merge pull request #16925 from nextcloud/bugfix/throwable-middlewareRoeland Jago Douma2019-08-291-0/+4
|\ | | | | Handle throwables in the http dispatcher
| * Handle throwables in the http dispatcherJulius Härtl2019-08-291-0/+4
| | | | | | | | | | | | Co-authored-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Add deprecation warningRoeland Jago Douma2019-08-291-0/+1
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #16913 from nextcloud/fix/declare_membersRoeland Jago Douma2019-08-292-18/+6
|\ | | | | SessionMiddleware: declare session property
| * SessionMiddleware: declare session propertyRoeland Jago Douma2019-08-282-18/+6
| | | | | | | | | | | | | | * Remove request since we don't useit * Update tests as well Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #16912 from nextcloud/fix/duplicate_array_keyRoeland Jago Douma2019-08-281-1/+0
|\ \ | | | | | | Make sure they keys are unique
| * | Make sure they keys are uniqueRoeland Jago Douma2019-08-281-1/+0
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / [tx-robot] updated from transifexNextcloud bot2019-08-282-112/+490
|/
* Merge pull request #16723 from nextcloud/fix/sharing/unshare-messageJoas Schilling2019-08-263-2/+17
|\ | | | | Add expiration event for shares
| * Add expiration event for sharesJohn Molakvoæ (skjnldsv)2019-08-213-2/+17
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #16795 from nextcloud/enh/phpstan/limiterJohn Molakvoæ2019-08-262-18/+4
|\ \ | | | | | | Fix report of phpstan in Limiter
| * | Fix report of phpstan in LimiterRoeland Jago Douma2019-08-192-18/+4
| | | | | | | | | | | | | | | | | | | | | | | | * unneeded arguments to constructor * added return types * let automatic DI do its work Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | 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