Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #14572 from ↵ | Morris Jobke | 2019-04-18 | 1 | -504/+47 |
|\ | | | | | | | | | nextcloud/techdebt/noid/cleanup-legacy-share.php-from-unused-code Cleanup legacy Share.php from unused code | ||||
| * | Cleanup legacy Share.php from unused code | Morris Jobke | 2019-04-17 | 1 | -504/+47 |
| | | | | | | | | | | | | * the code was only used by tests and thus this reduces the code to the used paths and removes the branches that wouldn't be used anyway to reduce complexity and gain some overview while working towards completely removing this class Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #15152 from ↵ | Morris Jobke | 2019-04-18 | 1 | -5/+15 |
|\ \ | | | | | | | | | | | | | nextcloud/enhancement/noid/contactsmenu-sharing-enum-settings Respect sharing enumeration config in contacts menu | ||||
| * | | Respect sharing enumeration config in contacts menu | Julius Härtl | 2019-04-18 | 1 | -5/+15 |
| |/ | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #14363 from nextcloud/debt/cleanup-httpservice | Morris Jobke | 2019-04-18 | 2 | -63/+38 |
|\ \ | |/ |/| | Set User-Agent as header without middleware | ||||
| * | Refactor getProxyUri | Daniel Kesselberg | 2019-04-16 | 1 | -9/+6 |
| | | | | | | | | | | | | Get proxyuserpwd only if proxy not empty. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
| * | Set User-Agent as header without middleware | Daniel Kesselberg | 2019-04-16 | 2 | -57/+35 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Merge pull request #15129 from nextcloud/enh/share_repair_step | Roeland Jago Douma | 2019-04-17 | 5 | -0/+247 |
|\ \ | |/ |/| | Enh/share repair step | ||||
| * | Add return types | Joas Schilling | 2019-04-16 | 1 | -7/+7 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Use the querybuilder for the queries | Joas Schilling | 2019-04-16 | 1 | -34/+49 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Allow to use Subqueries in from | Joas Schilling | 2019-04-16 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Repair step for link shares | Roeland Jago Douma | 2019-04-16 | 4 | -0/+228 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Set empty CSP by default | Roeland Jago Douma | 2019-04-16 | 12 | -1/+34 |
|/ | | | | | | | | | For #14179 By default responses should have the strictest (and simplest) CSP possible. Only template responses should require an actual CSP. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Do not use spaces in generated passwords | Morris Jobke | 2019-04-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-14 | 2 | -2/+2 |
| | |||||
* | lib/private/User: do not change user properties if value has not changed | Leon Klingele | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | lib/private/User,apps/user_ldap/lib/User: always pass old value to ↵ | Leon Klingele | 2019-04-11 | 1 | -1/+2 |
| | | | | User::triggerChange | ||||
* | Merge pull request #15020 from nextcloud/bugfix/noid/fix-too-many-event-triggers | Morris Jobke | 2019-04-11 | 2 | -7/+6 |
|\ | | | | | Bugfix/noid/fix too many event triggers | ||||
| * | Remove unnecessary event dispatcher | Joas Schilling | 2019-04-09 | 1 | -2/+1 |
| | | | | | | | | | | | | The event is already triggered in OC\User\User::triggerChange Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Don't get the avatar when we don't operate anyway | Joas Schilling | 2019-04-09 | 2 | -5/+5 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #15052 from nextcloud/fix/noid/pass-oldvalue | Morris Jobke | 2019-04-11 | 1 | -10/+10 |
|\ \ | | | | | | | Pass old value to user triggerChange hook & do not update unchanged attributes | ||||
| * | | lib/private/User: do not change user properties if value has not changed | Leon Klingele | 2019-04-11 | 1 | -6/+6 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | Pass old value to user triggerChange hook | Morris Jobke | 2019-04-11 | 1 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Block install without CAN_INSTALL file | Roeland Jago Douma | 2019-04-11 | 1 | -0/+7 |
|/ / | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-11 | 2 | -0/+2 |
| | | |||||
* | | Merge pull request #14994 from ↵ | Morris Jobke | 2019-04-10 | 2 | -3/+27 |
|\ \ | | | | | | | | | | | | | nextcloud/feature/noid/pre-releases-for-beta-and-daily Enable pre-releases for beta and daily channel | ||||
| * | | Enable pre-releases for beta and daily channel | Joas Schilling | 2019-04-08 | 2 | -3/+27 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | +isAvailable() | Maxence Lange | 2019-04-10 | 2 | -0/+25 |
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | Merge pull request #15016 from nextcloud/enh/no-eval-default-response | Morris Jobke | 2019-04-09 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | Forbid eval on legacy responses | ||||
| * | | Forbid eval on legacy responses | Roeland Jago Douma | 2019-04-09 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-09 | 2 | -2/+2 |
|/ / | |||||
* / | Harden appdata putcontent | Roeland Jago Douma | 2019-04-08 | 2 | -2/+12 |
|/ | | | | | | | If for whatever reason appdata got into a strange state this will at least propegate up and not make it do boom the next run. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-04 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-03 | 2 | -0/+2 |
| | |||||
* | Skip check if CONSTANT on real object is used | Daniel Kesselberg | 2019-04-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Merge pull request #14902 from nextcloud/bugfix/noid/fix-non-default-prefix | Joas Schilling | 2019-04-01 | 1 | -6/+6 |
|\ | | | | | Indeces, columns and sequences don't have the table prefix | ||||
| * | Indeces, columns and sequences don't have the table prefix | Joas Schilling | 2019-03-28 | 1 | -6/+6 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-01 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-30 | 2 | -0/+2 |
| | | |||||
* | | Merge pull request #14892 from nextcloud/bugfix/noid/collections | Roeland Jago Douma | 2019-03-29 | 1 | -3/+7 |
|\ \ | | | | | | | Bugfix/noid/collections | ||||
| * | | Escape the search terms on the server | Joas Schilling | 2019-03-28 | 1 | -2/+6 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | Make sure the recursive result is returned :-X | Joas Schilling | 2019-03-28 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-29 | 8 | -78/+84 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-28 | 6 | -32/+36 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-27 | 12 | -8/+26 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-26 | 98 | -146/+50 |
| | |||||
* | Fix placeholder in disable message | Joas Schilling | 2019-03-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #14825 from marius-wieschollek/bugfix/11236 | Morris Jobke | 2019-03-25 | 1 | -3/+35 |
|\ | | | | | Set parameter type in QBMapper | ||||
| * | [#11236] Set parameter type in QBMapper | Marius David Wieschollek | 2019-03-24 | 1 | -3/+35 |
| | | | | | | | | Signed-off-by: Marius David Wieschollek <git.public@mdns.eu> | ||||
* | | Fetch proper translations | Roeland Jago Douma | 2019-03-25 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | Fixes #14793 This is caused by the mess we have with OC\Settings mapping to settings and lib/private/Settings. Anyway this is the quick fix. Moving stuff around for 17 seems better. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> |