Commit Graph

802 Commits (a77d468d3568055ee85dd9508a2f009cb5da650f)

Author SHA1 Message Date
Lukas Reschke 88c3a4a31a Expose setSystemValue 12 years ago
Morris Jobke ab6ee6a600 Add doc for \OCP\Files\FileInfo space constants 12 years ago
Morris Jobke b3b3354809 move to public namespace 12 years ago
Thomas Müller c08a1e6455 according to PHPDoc this function shall return the entity 12 years ago
Jörn Friedrich Dreyer fd798fd982 update deprecation docs 12 years ago
Bjoern Schiessle d9f35d8c15 we need the recipient as a additional parameter to know for which share the notification was send 12 years ago
scolebrook 2e127d2c5e Add ability to theme iOS and Android client URLs just like desktop URLs. 12 years ago
Bjoern Schiessle 41cca70a63 don't display share permission if resharing was disabled by the admin 12 years ago
Robin Appelman 4a9b0d5465 Use svg mimeicons for empty text files 12 years ago
Morris Jobke 889088f72d Fix template rendering for 'blank' templates 12 years ago
Bjoern Schiessle ecc1f92bb6 add OCS api call to set expire date for link shares 12 years ago
Thomas Müller a8b6cc6a07 - adding default value for $recoveryPassword 12 years ago
Joas Schilling 01878153e0 Add language parameter to public API for getL10N() 12 years ago
Robin Appelman 94fa21d146 Add group management to the public api 12 years ago
Jörn Friedrich Dreyer b3106c321c use correct IUser in interface 12 years ago
Robin Appelman 51d0bdc90c Expose the user manager in the public server container 12 years ago
Robin Appelman 20c1ce7f47 Add public interfaces for User, UserManager and UserSession 12 years ago
Thomas Müller 8363f3c635 Adding new interface \OCP\Activity\IExtentsion 12 years ago
Bjoern Schiessle 735eac6c9d add a explicit interface for the home storage 12 years ago
Jörn Friedrich Dreyer 5a588333b2 introduce and use getCurrentConnection() 12 years ago
Robin Appelman 1c43081d38 Detect removed public shares 12 years ago
Robin Appelman d78a2a9f78 Add StorageNotAvailableException 12 years ago
Jörn Friedrich Dreyer c112a1d323 move to stream based IObjectStore interface, rearrange & reformat code 12 years ago
Jörn Friedrich Dreyer f2fe00e972 fix rebase, use 'object::user:<username>' or 'object::store:<storageid> as storage id, by default use container/bucket name for storageid, make storageid configurable, store user only for HomeObjectStoreStorage, change updateObject() to writeObject() 12 years ago
Jörn Friedrich Dreyer 5cae863408 change architecture from inheritance to composition 12 years ago
Vincent Petry 799205488c Prevent loadApps on upgrade 12 years ago
Bernhard Posselt 93169eca1e also handle lowercase headers 12 years ago
Bernhard Posselt 1002281dae handle http accept headers more gracefully 12 years ago
Jörn Friedrich Dreyer aaf0d13171 make search non-static, add ISearch to server container, make legacy a static wrapper for it, move provider and result to public api 12 years ago
Bernhard Posselt 587a8df566 remove controller serializers 12 years ago
Thomas Müller ec7225da66 remove file locking - code will continue to live in it's own app 12 years ago
ringmaster 54865815f5 Move Lock to private namespace, add interface. Update PHPDoc. 12 years ago
ringmaster 392a1b6662 Removed unused vars/declarations, update PHPDoc. 12 years ago
ringmaster f9dbdb7c5c Add actual locking and log changes necessary for debugging. 12 years ago
ringmaster dc1e3620d2 Continued flock work. 12 years ago
ringmaster 5365ae416e flock changes. Work in progress. 12 years ago
Morris Jobke 9a67986473 add OCP\Config:deleteSystemValue 12 years ago
Lukas Reschke c8b5ae675c Fix PHPDoc 12 years ago
Robin Appelman 8c5521fdfc Add $storage->instanceOfStorage to handle instanceof for storage wrappers 12 years ago
Bjoern Schiessle 12338e0ef0 allow admin to disable sharing for specific groups of users 12 years ago
Thomas Müller 8749442fec no return on register and unregister 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Joas Schilling ab7ae004f7 Automatically copy the share expiration date when new shares are created 12 years ago
Bjoern Schiessle b6e14af861 allow admin to enforce passwords for public link shares 12 years ago
Bernhard Posselt 9e36c33104 use fetch method instead of fetchRow because fetchRow is only an owncloud internal alias that exists purely for compability 12 years ago
Bernhard Posselt 512373fadf provide a way to detect the language that is being used (e.g. for clientside javascript language selection 12 years ago
Robin McCorkell f7e777f7d2 Fix various code errors detected by Scrutinizer 12 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 12 years ago
Robin McCorkell a7ae2e874a Squash 'a | b' into 'a|b', in /lib 12 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 12 years ago