summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix email verificationChristopher Ng2022-01-071-1/+4
* | | Merge pull request #30486 from nextcloud/backport/29780/stable23Joas Schilling2022-01-071-4/+5
|\ \ \
| * | | Run migrations fully when reenabling an appJoas Schilling2022-01-041-4/+5
* | | | [stable23] Remove iconv from dependencies and testsMichaIng2022-01-042-5/+0
|/ / /
* | | Merge pull request #30026 from nextcloud/backport/30013/stable23Joas Schilling2021-12-211-2/+6
|\ \ \
| * | | Don't query the bruteforce attempts when we just deleted themJoas Schilling2021-12-011-2/+6
* | | | fix translation source in directEditing templatesAzul2021-12-161-1/+1
* | | | Migrate profile_config id column to bigintChristopher Ng2021-12-152-0/+2
* | | | Merge pull request #30236 from nextcloud/backport/30200/stable23MichaIng2021-12-131-2/+1
|\ \ \ \
| * | | | Don't check the configvalue for lastLogin which is never nullJoas Schilling2021-12-131-2/+1
* | | | | Make psalm more happyJoas Schilling2021-12-131-2/+2
* | | | | Fix docs to make Psalm happierJoas Schilling2021-12-131-6/+1
* | | | | Convert strict_search to wildcard property and add psalm docsJoas Schilling2021-12-133-6/+18
* | | | | Limit more contact searchesJoas Schilling2021-12-134-5/+25
* | | | | Only limit search in the system address bookJoas Schilling2021-12-133-4/+18
* | | | | Only wildcard search if enumeration is allowedJoas Schilling2021-12-134-1/+12
|/ / / /
* | | | Merge pull request #30180 from nextcloud/backport/30160/stable23Vincent Petry2021-12-101-2/+6
|\ \ \ \
| * | | | Check resource before closing in encryption wrapperVincent Petry2021-12-101-2/+6
* | | | | Fix relation "user_id" already exists migration errorChristopher Ng2021-12-092-0/+2
|/ / / /
* | | | Avoid assignment in if clauseCôme Chilliet2021-12-061-8/+12
* | | | Fix typing problems in OC_ImageCôme Chilliet2021-12-062-3/+11
* | | | Avoid calling image* methods on booleanCôme Chilliet2021-12-061-14/+27
* | | | Merge pull request #30025 from nextcloud/backport/30012/stable23Christoph Wurst2021-12-061-1/+9
|\ \ \ \
| * | | | Only check the twofactor state once per requestJoas Schilling2021-12-011-1/+9
| |/ / /
* | | | Merge pull request #30036 from nextcloud/backport/30011/stable23blizzz2021-12-034-6/+109
|\ \ \ \
| * | | | Allow to log DB, redis and LDAP requests into filesJoas Schilling2021-12-024-6/+109
| |/ / /
* | | | code checker fixes for instanceOfStorageRobin Appelman2021-12-023-2/+7
* | | | background scan the source storage when a background scan on a storage jail i...Robin Appelman2021-12-022-16/+25
* | | | teach psalm about `Storage::instanceOfStorage`Robin Appelman2021-12-021-0/+3
* | | | Fix log_query config flagJoas Schilling2021-12-021-1/+10
|/ / /
* | | Merge pull request #29967 from nextcloud/backport/29917/stable23blizzz2021-11-307-17/+17
|\ \ \
| * | | Fix source of translationsChristopher Ng2021-11-297-17/+17
* | | | Include previous execption for repair steps that don't existChristoph Wurst2021-11-301-1/+1
* | | | Let repair step query exceptions bubble upChristoph Wurst2021-11-301-1/+8
* | | | Interpolate the log message also for logged exceptionsChristoph Wurst2021-11-291-8/+19
|/ / /
* | | Obey col length of 255 to insert and search in accounts_dataArthur Schiwon2021-11-261-1/+8
* | | add method to shorten a string to given byte size to UtilsArthur Schiwon2021-11-261-0/+24
* | | Merge pull request #29913 from nextcloud/backport/29906/stable23Carl Schwan2021-11-261-1/+1
|\ \ \ | |_|/ |/| |
| * | Use strict comparison to detect usage of redis clusterLouis Chemineau2021-11-251-1/+1
* | | Fix inactive profile parameters being returnedChristopher Ng2021-11-251-0/+1
|/ /
* | Merge pull request #29800 from nextcloud/backport/29632/stable23MichaIng2021-11-251-0/+4
|\ \
| * | fix imagecreatetruecolor() errorszaimen2021-11-231-0/+4
* | | Check for invalid characters before trimmingJoas Schilling2021-11-251-1/+1
|/ /
* | Type hint in IpAddress Vincent Petry2021-11-231-3/+2
* | Improve normalizer detecting IPv4 inside of IPv6Vincent Petry2021-11-231-2/+42
* | Fix getting subnet of ipv4 mapped ipv6 addressesVincent Petry2021-11-231-0/+2
* | Do not print verbose info about app updates if there are noneChristoph Wurst2021-11-221-2/+2
* | Normalize directory entries in Encoding wrapperVincent Petry2021-11-195-4/+72
* | Move storage encoding compatibility warning logicVincent Petry2021-11-192-2/+11
* | Normalize file name before existence check in scannerVincent Petry2021-11-191-0/+1
|/