summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Make code strictJoas Schilling2020-12-072-5/+6
* [tx-robot] updated from transifexNextcloud bot2020-12-074-0/+4
* [tx-robot] updated from transifexNextcloud bot2020-12-062-0/+2
* [tx-robot] updated from transifexNextcloud bot2020-12-054-0/+4
* Merge pull request #24552 from nextcloud/enh/remember_me_is_not_app_passwordRoeland Jago Douma2020-12-041-2/+12
|\
| * Fix typo Morris Jobke2020-12-041-1/+1
| * Remember me is not an app_passwordRoeland Jago Douma2020-12-041-2/+12
* | Merge pull request #24550 from nextcloud/enh/fix/new_session_id_if_decrypt_failsMorris Jobke2020-12-041-0/+1
|\ \
| * | Generate a new session id if the decrypting the session data failsRoeland Jago Douma2020-12-041-0/+1
| |/
* | Don't log params of imagecreatefromstringVincent Petry2020-12-041-0/+3
* | Merge pull request #24474 from nextcloud/enhancement/unified-search-result-at...Christoph Wurst2020-12-041-0/+21
|\ \
| * | Allow unified search results to have attributesChristoph Wurst2020-12-031-0/+21
| |/
* | [tx-robot] updated from transifexNextcloud bot2020-12-0412-0/+12
* | Fix the download of multiple files from the webUIRoeland Jago Douma2020-12-031-0/+1
|/
* Merge pull request #24498 from nextcloud/enhancement/nextcloud-log-normalizerJoas Schilling2020-12-031-2/+1
|\
| * Replace abandoned log normalizer with our forkChristoph Wurst2020-12-031-2/+1
* | Also handle legacy cipher support when encryption is disabled but an old mast...Julius Härtl2020-12-032-2/+4
|/
* Merge pull request #24519 from nextcloud/fix/bug/emailtemplateMorris Jobke2020-12-031-1/+1
|\
| * Fix vsprint parameterRoeland Jago Douma2020-12-031-1/+1
* | Merge pull request #24429 from nextcloud/3rdparty/closureChristoph Wurst2020-12-033-8/+4
|\ \
| * | [3rdparty] Migrate to Opis/ClosureRoeland Jago Douma2020-12-023-8/+4
| |/
* / [tx-robot] updated from transifexNextcloud bot2020-12-032-6/+24
|/
* Merge pull request #24113 from nextcloud/extend-cache-eventsRoeland Jago Douma2020-12-0211-12/+159
|\
| * code style and dispatchTypedRobin Appelman2020-12-023-4/+1
| * rename cache event to follow new naming standardsRobin Appelman2020-11-268-17/+103
| * extend cache eventsRobin Appelman2020-11-267-5/+69
* | Merge pull request #23278 from nextcloud/enh/noid/user-limitsChristoph Wurst2020-12-026-5/+127
|\ \
| * | Add notification for user limitMorris Jobke2020-12-023-4/+25
| * | Allow subscription to indicate that a userlimit is reachedMorris Jobke2020-12-024-3/+104
* | | Merge pull request #23257 from aler9/patch-32bit-filesize-masterMorris Jobke2020-12-021-5/+4
|\ \ \
| * | | Fix file size computation on 32bit platformsaler92020-12-021-5/+4
| |/ /
* | | Merge pull request #24396 from nextcloud/dont-use-system-composerMorris Jobke2020-12-024-3/+5
|\ \ \
| * | | rebuild autoloader scripts with 2.0.7Robin Appelman2020-11-264-3/+5
| | |/ | |/|
* | | Merge pull request #24500 from nextcloud/bugfix/noid/log_query_no_crashRoeland Jago Douma2020-12-021-17/+25
|\ \ \ | |_|/ |/| |
| * | Prevent log_query to mess up regular execution flowVincent Petry2020-12-021-17/+25
* | | [tx-robot] updated from transifexNextcloud bot2020-12-01130-158/+158
* | | Merge pull request #24414 from nextcloud/techdebt/remove-update-phpChristoph Wurst2020-11-301-5/+0
|\ \ \
| * | | Remove the deprecated update.phpChristoph Wurst2020-11-271-5/+0
| |/ /
* | | Replace static call to Share::unshare with ShareManager->deleteShare in testsMorris Jobke2020-11-302-242/+0
* | | Remove now unused methods in Share.php due to the reduced code complexity in ...Morris Jobke2020-11-291-36/+0
* | | Remove unused method Share Helper::generateTargetMorris Jobke2020-11-291-41/+0
* | | Reduce code complexity in Share::getItems by tracing all remaining callersMorris Jobke2020-11-292-60/+24
* | | Remove unused Share::getItemSharedWithBySource()Morris Jobke2020-11-291-17/+0
|/ /
* / Remove dead method \OC\Updater::checkAppUpgradeChristoph Wurst2020-11-261-41/+0
|/
* Merge pull request #24319 from nextcloud/techdebt/noid/streamline-user-creati...Christoph Wurst2020-11-266-83/+16
|\
| * Streamline user creation and deletion eventsMorris Jobke2020-11-236-83/+16
* | Merge pull request #23912 from nextcloud/objectstore-copyRoeland Jago Douma2020-11-256-5/+91
|\ \
| * | use in objectstore copyRobin Appelman2020-11-246-5/+91
* | | send expected format of cloud idArthur Schiwon2020-11-241-1/+2
* | | Merge pull request #24162 from nextcloud/fix/noid/fedshares-displaynamezblizzz2020-11-243-13/+47
|\ \ \