aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Allow crash reporters to catpture any messageChristoph Wurst2019-05-092-7/+35
* Use non-absolute logout URL to fix wrong URL in reverse proxy scenarioMorris Jobke2019-05-081-1/+1
* Merge pull request #15308 from nextcloud/fix/13550/loggingMorris Jobke2019-05-081-3/+25
|\
| * fix class might be undefinedJoas Schilling2019-05-081-2/+2
| * remove args from logging of common-spelled methods dependent on classArthur Schiwon2019-05-071-10/+24
| * remove setup args from loggingArthur Schiwon2019-05-061-0/+8
* | Merge pull request #15259 from nextcloud/bugfix/15256-wrong-column-typeMorris Jobke2019-05-071-1/+1
|\ \
| * | Set type for access column on cacheAccessForCollectionDaniel Kesselberg2019-05-021-1/+1
* | | Add a login chain to reduce the complexity of LoginController::tryLoginChristoph Wurst2019-05-0717-1/+1052
* | | remove extra param in cache update callRobin Appelman2019-05-071-2/+2
* | | Move OC.appswebroots to the bundle and deprecate oc_appswebrootsChristoph Wurst2019-05-071-1/+1
* | | Merge pull request #15385 from nextcloud/bugfix/noid/broken-federated-sharesblizzz2019-05-061-0/+3
|\ \ \
| * | | Make sure all middlewares are only registered onceJoas Schilling2019-05-061-0/+3
* | | | Move oc_webroot, OC.webroot and OC.getRootPath() to the bundleChristoph Wurst2019-05-061-1/+1
| |_|/ |/| |
* | | Move oc_debug to the bundleChristoph Wurst2019-05-061-1/+1
|/ /
* / Deprecate oc_isadmin and move OC.isUserAdmin() to the bundleChristoph Wurst2019-05-031-1/+1
|/
* Move oc_config to the bundleChristoph Wurst2019-05-021-1/+1
* Merge pull request #15289 from nextcloud/bugfix/15229/fix-non-default-prefixesMorris Jobke2019-04-301-1/+1
|\
| * Remove the custom prefix from the table name length when checking on the defa...Joas Schilling2019-04-301-1/+1
* | take return of mkdir into account, throw exception on failureArthur Schiwon2019-04-291-1/+3
|/
* Merge pull request #15141 from nextcloud/fix/noid/regenerate-seen-users-onlyRoeland Jago Douma2019-04-241-2/+0
|\
| * remove obsolete use statementsArthur Schiwon2019-04-241-2/+0
* | 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 writesRoeland Jago Douma2019-04-181-8/+3
* | | Deprecate legacy share code and cleanup some unused methodsMorris Jobke2019-04-181-74/+0
|/ /
* | Merge pull request #14572 from nextcloud/techdebt/noid/cleanup-legacy-share.p...Morris Jobke2019-04-181-504/+47
|\ \
| * | Cleanup legacy Share.php from unused codeMorris Jobke2019-04-171-504/+47
| |/
* | Merge pull request #15152 from nextcloud/enhancement/noid/contactsmenu-sharin...Morris Jobke2019-04-181-5/+15
|\ \
| * | Respect sharing enumeration config in contacts menuJulius Härtl2019-04-181-5/+15
| |/
* | Merge pull request #14363 from nextcloud/debt/cleanup-httpserviceMorris Jobke2019-04-182-63/+38
|\ \ | |/ |/|
| * Refactor getProxyUriDaniel Kesselberg2019-04-161-9/+6
| * Set User-Agent as header without middlewareDaniel Kesselberg2019-04-162-57/+35
* | Add return typesJoas Schilling2019-04-161-7/+7
* | Use the querybuilder for the queriesJoas Schilling2019-04-161-34/+49
* | Allow to use Subqueries in fromJoas Schilling2019-04-161-0/+4
* | Repair step for link sharesRoeland Jago Douma2019-04-162-0/+224
|/
* 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 User::trig...Leon Klingele2019-04-111-1/+2
* Merge pull request #15020 from nextcloud/bugfix/noid/fix-too-many-event-triggersMorris Jobke2019-04-112-7/+6
|\
| * Remove unnecessary event dispatcherJoas Schilling2019-04-091-2/+1
| * Don't get the avatar when we don't operate anywayJoas Schilling2019-04-092-5/+5
* | Merge pull request #15052 from nextcloud/fix/noid/pass-oldvalueMorris Jobke2019-04-111-10/+10
|\ \
| * | lib/private/User: do not change user properties if value has not changedLeon Klingele2019-04-111-6/+6
| * | Pass old value to user triggerChange hookMorris Jobke2019-04-111-4/+4
* | | Block install without CAN_INSTALL fileRoeland Jago Douma2019-04-111-0/+7
|/ /
* | Merge pull request #14994 from nextcloud/feature/noid/pre-releases-for-beta-a...Morris Jobke2019-04-102-3/+27
|\ \
| * | Enable pre-releases for beta and daily channelJoas Schilling2019-04-082-3/+27
* | | +isAvailable()Maxence Lange2019-04-101-0/+15
* | | Forbid eval on legacy responsesRoeland Jago Douma2019-04-091-1/+1
| |/ |/|
* | Harden appdata putcontentRoeland Jago Douma2019-04-081-2/+11
|/