Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove IEntity's getId in favor of class name | Arthur Schiwon | 2019-09-09 | 1 | -14/+0 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | merge IOperator with IOperation for simplicity | Arthur Schiwon | 2019-09-09 | 7 | -106/+62 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | add operator interfaces / API | Arthur Schiwon | 2019-09-09 | 6 | -0/+198 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | add missing @since annotations | Arthur Schiwon | 2019-09-09 | 2 | -1/+9 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | the workflow manager becomes scope aware, Part 1 | Arthur Schiwon | 2019-09-09 | 1 | -0/+4 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | introducing Entity interfaces and a File one as first implementation | Arthur Schiwon | 2019-09-09 | 5 | -0/+148 |
| | | | | | | also adds admin settings that pass entities as initial state Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | open the WFE to deal with other subjects but files | Arthur Schiwon | 2019-09-09 | 3 | -0/+36 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #16836 from nextcloud/fix/16724/smb-availability | Roeland Jago Douma | 2019-09-09 | 2 | -109/+102 |
|\ | | | | | Fix SMB availability status + higher delay on auth issues | ||||
| * | set a storage availability delay on auth issues to avoid lock out | Arthur Schiwon | 2019-08-22 | 2 | -109/+102 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Merge pull request #16859 from PhrozenByte/patch-1 | Roeland Jago Douma | 2019-09-09 | 3 | -0/+29 |
|\ \ | | | | | | | Add IAppManager::getAppWebPath() | ||||
| * | | Improve usage of IAppManager::getAppWebPath() | Daniel Rudolf | 2019-09-05 | 3 | -3/+5 |
| | | | | | | | | | | | | | | | | | | Deprecate \OC_App::getAppWebPath() and \OC_App::getAppPath() Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de> | ||||
| * | | Add IAppManager::getAppWebPath() | Daniel Rudolf | 2019-08-25 | 2 | -0/+27 |
| | | | | | | | | | | | | | | | | | | Implements a public API for \OC_App::getAppWebPath() Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de> | ||||
* | | | Merge pull request #16962 from nextcloud/keep-cypress-git | Roeland Jago Douma | 2019-09-08 | 4 | -86/+0 |
|\ \ \ | | | | | | | | | Kill repair step for cypress | ||||
| * | | | Kill repair step for cypress tests | Daniel Kesselberg | 2019-09-02 | 4 | -90/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
| * | | | Keep cypress if git | Daniel Kesselberg | 2019-09-01 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-09-08 | 6 | -16/+16 |
| | | | | |||||
* | | | | Merge pull request #17006 from nextcloud/querybuilder-max-min | Roeland Jago Douma | 2019-09-07 | 2 | -0/+28 |
|\ \ \ \ | | | | | | | | | | | add MAX and MIN to functionbuilder | ||||
| * | | | | add MAX and MIN to functionbuilder | Robin Appelman | 2019-09-06 | 2 | -0/+28 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-09-06 | 2 | -10/+10 |
| | | | | | |||||
* | | | | | Return the proper jailed path when requesting the root path | Julius Härtl | 2019-09-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | | Merge pull request #16972 from nextcloud/enh/default_client_timeout | Roeland Jago Douma | 2019-09-04 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Set a default request timeout | ||||
| * | | | | | Set a default request timeout | Roeland Jago Douma | 2019-09-02 | 1 | -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/icontrolelrmethodreflector | Roeland Jago Douma | 2019-09-03 | 1 | -0/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Remove reflect method form public interface | ||||
| * | | | | | | Remove reflect method form public interface | Roeland Jago Douma | 2019-08-30 | 1 | -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/master | Roeland Jago Douma | 2019-09-03 | 1 | -5/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix sanity checks #16963 | ||||
| * | | | | | | Fix sanity checks #16963 | Samuel CHEMLA | 2019-09-01 | 1 | -5/+3 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | Signed-off-by: Samuel CHEMLA <chemla.samuel@gmail.com> | ||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-09-03 | 2 | -4/+40 |
| | | | | | | |||||
* | | | | | | Define a guest type so Talk can use it in it's notifications | Joas Schilling | 2019-09-02 | 1 | -0/+19 |
|/ / / / / | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-30 | 2 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #16925 from nextcloud/bugfix/throwable-middleware | Roeland Jago Douma | 2019-08-29 | 1 | -0/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | Handle throwables in the http dispatcher | ||||
| * | | | | | Handle throwables in the http dispatcher | Julius Härtl | 2019-08-29 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | | | Add deprecation warning | Roeland Jago Douma | 2019-08-29 | 1 | -0/+1 |
|/ / / / / | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | | Merge pull request #16913 from nextcloud/fix/declare_members | Roeland Jago Douma | 2019-08-29 | 2 | -18/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | SessionMiddleware: declare session property | ||||
| * | | | | | SessionMiddleware: declare session property | Roeland Jago Douma | 2019-08-28 | 2 | -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_key | Roeland Jago Douma | 2019-08-28 | 1 | -1/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | Make sure they keys are unique | ||||
| * | | | | | Make sure they keys are unique | Roeland Jago Douma | 2019-08-28 | 1 | -1/+0 |
| |/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* / / / / | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-28 | 2 | -112/+490 |
|/ / / / | |||||
* | | | | Merge pull request #16723 from nextcloud/fix/sharing/unshare-message | Joas Schilling | 2019-08-26 | 3 | -2/+17 |
|\ \ \ \ | | | | | | | | | | | Add expiration event for shares | ||||
| * | | | | Add expiration event for shares | John Molakvoæ (skjnldsv) | 2019-08-21 | 3 | -2/+17 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | | Merge pull request #16795 from nextcloud/enh/phpstan/limiter | John Molakvoæ | 2019-08-26 | 2 | -18/+4 |
|\ \ \ \ | |_|/ / |/| | | | Fix report of phpstan in Limiter | ||||
| * | | | Fix report of phpstan in Limiter | Roeland Jago Douma | 2019-08-19 | 2 | -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-constants | blizzz | 2019-08-23 | 2 | -0/+86 |
|\ \ \ \ | | | | | | | | | | | Make the sharing constants publicly available | ||||
| * | | | | Make the sharing constants publicly available | Joas Schilling | 2019-08-23 | 2 | -0/+86 |
| | |_|/ | |/| | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* / | | | Always check via http and https whether htaccess is working | Joas Schilling | 2019-08-23 | 1 | -1/+13 |
|/ / / | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-22 | 2 | -2/+2 |
| | | | |||||
* | | | Merge pull request #16820 from nextcloud/bugfix/noid/access-handling-of-projects | Roeland Jago Douma | 2019-08-21 | 5 | -3/+77 |
|\ \ \ | | | | | | | | | Change access handling of projects | ||||
| * | | | Add a repair step to clear the projects access cache | Joas Schilling | 2019-08-21 | 5 | -0/+71 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | Change the logic so projects are only shown when you can access all resources | Joas Schilling | 2019-08-21 | 1 | -3/+6 |
| | |/ | |/| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #16813 from ↵ | blizzz | 2019-08-21 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | | | | | | | | | compagnon/fix/noid/AutoloadNotAllowedException-theming-off autoloader.php could raise Not AllowedException | ||||
| * | | | autoloader.php could raise Not AllowedException | Guillaume COMPAGNON | 2019-08-20 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when theming is off Signed-off-by: Guillaume Compagnon <gcompagnon@outlook.com> modified: lib/private/TemplateLayout.php |