summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #15141 from nextcloud/fix/noid/regenerate-seen-users-onlyRoeland Jago Douma2019-04-241-2/+0
|\ | | | | fix searching all users in repair regenerate birthday cal reparir job
| * remove obsolete use statementsArthur Schiwon2019-04-241-2/+0
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #15168 from nextcloud/fix/13554/always_tmpfile_for_swiftRoeland Jago Douma2019-04-241-8/+3
|\ \ | | | | | | Always use a temp file for swift writes
| * | Always use a temp file for swift writesRoeland Jago Douma2019-04-181-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | Apparently the if statement doesn't work in all cases (even if I could not reproduce it). So for the time being we will just not directly stream to swift. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Deprecate legacy share code and cleanup some unused methodsMorris Jobke2019-04-181-74/+0
|/ / | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #14572 from ↵Morris Jobke2019-04-181-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 codeMorris Jobke2019-04-171-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 Jobke2019-04-181-5/+15
|\ \ | | | | | | | | | | | | nextcloud/enhancement/noid/contactsmenu-sharing-enum-settings Respect sharing enumeration config in contacts menu
| * | Respect sharing enumeration config in contacts menuJulius Härtl2019-04-181-5/+15
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #14363 from nextcloud/debt/cleanup-httpserviceMorris Jobke2019-04-182-63/+38
|\ \ | |/ |/| Set User-Agent as header without middleware
| * Refactor getProxyUriDaniel Kesselberg2019-04-161-9/+6
| | | | | | | | | | | | Get proxyuserpwd only if proxy not empty. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Set User-Agent as header without middlewareDaniel Kesselberg2019-04-162-57/+35
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Add return typesJoas Schilling2019-04-161-7/+7
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Use the querybuilder for the queriesJoas Schilling2019-04-161-34/+49
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Allow to use Subqueries in fromJoas Schilling2019-04-161-0/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Repair step for link sharesRoeland Jago Douma2019-04-162-0/+224
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* lib/private/User: do not change user properties if value has not changedLeon Klingele2019-04-111-1/+1
|
* lib/private/User,apps/user_ldap/lib/User: always pass old value to ↵Leon Klingele2019-04-111-1/+2
| | | | User::triggerChange
* Merge pull request #15020 from nextcloud/bugfix/noid/fix-too-many-event-triggersMorris Jobke2019-04-112-7/+6
|\ | | | | Bugfix/noid/fix too many event triggers
| * Remove unnecessary event dispatcherJoas Schilling2019-04-091-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 anywayJoas Schilling2019-04-092-5/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #15052 from nextcloud/fix/noid/pass-oldvalueMorris Jobke2019-04-111-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 changedLeon Klingele2019-04-111-6/+6
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Pass old value to user triggerChange hookMorris Jobke2019-04-111-4/+4
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Block install without CAN_INSTALL fileRoeland Jago Douma2019-04-111-0/+7
|/ / | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #14994 from ↵Morris Jobke2019-04-102-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 channelJoas Schilling2019-04-082-3/+27
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | +isAvailable()Maxence Lange2019-04-101-0/+15
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Forbid eval on legacy responsesRoeland Jago Douma2019-04-091-1/+1
| |/ |/| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Harden appdata putcontentRoeland Jago Douma2019-04-081-2/+11
|/ | | | | | | 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>
* Skip check if CONSTANT on real object is usedDaniel Kesselberg2019-04-011-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #14902 from nextcloud/bugfix/noid/fix-non-default-prefixJoas Schilling2019-04-011-6/+6
|\ | | | | Indeces, columns and sequences don't have the table prefix
| * Indeces, columns and sequences don't have the table prefixJoas Schilling2019-03-281-6/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Escape the search terms on the serverJoas Schilling2019-03-281-2/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Make sure the recursive result is returned :-XJoas Schilling2019-03-281-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fetch proper translationsRoeland Jago Douma2019-03-251-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>
* Merge pull request #14813 from nextcloud/fix/sentry/unsetMorris Jobke2019-03-251-0/+4
|\ | | | | Check if elements are set in installer
| * Check if elements are set in installerRoeland Jago Douma2019-03-221-0/+4
| | | | | | | | | | | | | | Since we now have all the apps from the appstore we need to do a bit more checking. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #14812 from nextcloud/bugfix/noid/collections-access-typeRoeland Jago Douma2019-03-231-1/+1
|\ \ | | | | | | Force boolean type for access parameter
| * | Force boolean type for access parameterJulius Härtl2019-03-221-1/+1
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / Properly inject EventDispatched in BackgroundRepairRoeland Jago Douma2019-03-221-4/+1
|/ | | | | | Else it will just be null when called Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Store user object later in the codeVlastimil Pecinka2019-03-211-1/+2
| | | | Signed-off-by: Vlastimil Pecinka <pecinka@email.cz>
* Fix PHPDocMorris Jobke2019-03-212-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Code cleanup.Ole Ostergaard2019-03-214-12/+13
| | | | Signed-off-by: Ole Ostergaard <ole.c.ostergaard@gmail.com>
* Add supression of SqlInjectionChecker.Ole Ostergaard2019-03-212-0/+6
| | | | Signed-off-by: Ole Ostergaard <ole.c.ostergaard@gmail.com>
* Add PostgreSQL specific implementation for includeIgnoreConflict.Ole Ostergaard2019-03-211-0/+12
| | | | Signed-off-by: Ole Ostergaard <ole.c.ostergaard@gmail.com>
* Add insertIgnoreConflict to Adapter and use it for for executing the file ↵Ole Ostergaard2019-03-213-11/+18
| | | | | | locking. Signed-off-by: Ole Ostergaard <ole.c.ostergaard@gmail.com>
* Merge pull request #14578 from nextcloud/enh/force_enable_appsRoeland Jago Douma2019-03-204-32/+57
|\ | | | | Force enable apps
| * Do not ignore the max-version for the "update-available" checkJoas Schilling2019-03-201-2/+11
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Remove apps from the list which have no release at allJoas Schilling2019-03-201-0/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>