Commit Graph

3263 Commits (a94de5cb5a0a0e341dd3eb7130a41f95c71a6abc)

Author SHA1 Message Date
Robin Appelman 8238582e59
store unencrypted size in the unencrypted_size column 4 years ago
Robin Appelman 2a68819a67
add case statement to sql function builder 4 years ago
Robin Appelman 813b50ed42
make expression build return IQueryFunction instead of string 4 years ago
Côme Chilliet fa041dabf4 Add the ISizeEstimationMigrator interface for method getExportEstimatedSize 4 years ago
Julius Härtl 3901a93c72
Use JSON_THROW_ON_ERROR instead of custom error handling 4 years ago
Côme Chilliet 09917b8583 Implement getExportEstimatedSize in migrators 4 years ago
Côme Chilliet f20b7e5764 Add a method to get estimated export size in IMigrator 4 years ago
Daniel Kesselberg be99ea969e
Fix type for resource 4 years ago
Carl Schwan 6147bb611c
Revert api break 4 years ago
Joas Schilling 31dc9aa682
Add API to change preferences 4 years ago
Joas Schilling be4faebc47
Adjust docs to the same as the implementation 4 years ago
Christoph Wurst 450136b7cf
Add a helper function that makes it easier to log from anywhere 4 years ago
Carl Schwan 9ec0cb0a90 Fix psalm issues related to the user backend 4 years ago
Joas Schilling ad908cd87a
Make appName of TemplateResponse accessible in BeforeTemplateRenderedEvent 4 years ago
Thomas Citharel 28b0da59ce
Fix a doctype in OCP for IAddressBook 4 years ago
Thomas Citharel 4d26a9afa0
Allow to tweak default scopes for accounts 4 years ago
Carl Schwan 53169890d6 Fix psalm errors fron the end of the baseline file 4 years ago
Daniel Kesselberg 00b9e576b4
Fix spelling for PreConditionNotMetException 4 years ago
Daniel Kesselberg f43df2b917
Fix spelling for return type 4 years ago
Daniel Kesselberg c65952a5e8
Drop redundanten return comment 4 years ago
Carl Schwan 7f899b3bc8 Improve psalm annotation to make it stricter 4 years ago
Daniel Kesselberg 7cd356ee7d
Fix psalm warning for zip response due wrong type 4 years ago
Thomas Citharel 232322fe06
Modernize contacts menu 4 years ago
Carl Schwan fcae6a68c3 Cleanup lock related code 4 years ago
Julius Härtl 9a6869943e
Introduce event for loading additional script on projects 4 years ago
Christoph Wurst 1cd05a06fa
Always free the DB result in QBMapper::findEntities 4 years ago
Carl Schwan a392cd70fb Make it possible to get the appdata folder using the public API 4 years ago
Joas Schilling d18a293ee5
Add talk-poll to the ROS definitions 4 years ago
Carl Schwan f945c0cbc6 Add a public replacement for OC::$server->get 4 years ago
Joas Schilling 902476fa20
Extract the EmojiService from user status and add an OCP interface 4 years ago
Robin Appelman a4e120c203
tell mysql to ignore the sort index for search queries 4 years ago
Louis Chemineau e8ab298d2c Use email settings in DAV search 4 years ago
Louis Chemineau 70c56b411e Use share setting in DAV search 4 years ago
Vincent Petry 78c8e57896
Fix migrators according to exceptions 4 years ago
Côme Chilliet a77ffe8593
Adapt user_migration APIs to have information about failures 4 years ago
Carl Schwan 7817845538 Add a metadata service to store file metadata 4 years ago
Cyrille Bollu c6a5c07041 Adds a "Request password" button to the public share authentication page for shares 4 years ago
Côme Chilliet dda51d49d7 Use Migrators id instead of class names 4 years ago
Christopher Ng 2273ddc873 Extend migrator interface 4 years ago
Carl Schwan 69b36fc2c5 Don't inject Bruteforce capability info in the webui 4 years ago
Carl Schwan 1dbe7dafe2 Fetch status in heartbeat controller only once 4 years ago
Julius Härtl 9b408d556d
Adapt LockScope to LockContext rename 4 years ago
Carl Schwan a29251e02d Allow to disable password policy enforcement for selected groups 4 years ago
Robin Appelman 89d3cd1447
don't overwrite the etag from storage backends that already provide "good" etags 4 years ago
Robin Appelman 44a8ebdc1f
optimize getById on LazyUserFolder to not require a full fs setup 4 years ago
Robin Appelman 99ac46d8f5
allow getting mounts by providers 4 years ago
Carl Schwan 7d272c54d0 Add a built-in profiler inside Nextcloud 4 years ago
Julius Härtl 40f1ad60c2
Add public API for owner based locking 4 years ago
Vincent Petry 18c013d8fc
Add CSP policy merge priority for booleans 4 years ago
Côme Chilliet efebbacca4 Add octetLength and charLength to function builder, and tests 4 years ago