Commit Graph

1551 Commits (3be4f5f2f18c28720022dcfad76ac9560ad1fa39)

Author SHA1 Message Date
Georg Ehrke 5ff72f2cd7 fix a small PHP fail 13 years ago
Lukas Reschke 4e63981da9 Disable mimesniffing 13 years ago
Michael Gapczynski 3e8a34f906 Don't select all columns for FORMAT_STATUSES 13 years ago
Michael Gapczynski c073216d8d Don't overwrite the item variable when checking if the item is already shared 13 years ago
Tom Needham b2cb7d54d1 Fixed app path 13 years ago
Tom Needham cfc78d44bb Return correct json response, fix syntax 13 years ago
Michael Gapczynski 75c111a33b Have getItems() return an empty array instead of false, so apps only need to do an array_merge() 13 years ago
Michael Gapczynski 7a649fc65a Switch back to registering just the class and not the object, better for performance 13 years ago
Florian Hülsmann 4ed55315e7 fixed linkTo() 13 years ago
Bjoern Schiessle 94add1c000 typo fixed 13 years ago
Bjoern Schiessle b95996c02c - when creating a new text file or directory which name already exist use the same pattern as for file uploads in such a case (add a (N) to the name) 13 years ago
Bart Visscher 1ccbbfad53 Spelling fix 13 years ago
Bart Visscher bf09edcbf1 Remember the app root information. 13 years ago
Bart Visscher 19bb4e83c9 Remove redundant code from OC_Helper::linkTo 13 years ago
Brice Maron b2cbf1199d Pg setup enhancement 13 years ago
Michael Gapczynski 81953e7bb5 Return login errors for PostgreSQL setup 13 years ago
Tom Needham 7284e57c91 Migration: fix app paths 13 years ago
Brice Maron 2706988225 Set table prefix if not set in postgresql install 13 years ago
Bart Visscher 2d8a380a21 Fix recursion when running an update script 13 years ago
Robin Appelman 12f7cb8767 fix running tests from cli 13 years ago
Robin Appelman 420d23a875 fix webdav errors for empty folders 13 years ago
Michael Gapczynski cb19fdd55b Show users and groups shared with in dropdown 13 years ago
Michael Gapczynski d95d738723 Fix FORMAT_STATUSES 13 years ago
Michael Gapczynski 9fdfcc29fe Fix group sharing 13 years ago
Bart Visscher d332e1e9c1 Documentation fix 13 years ago
Michael Gapczynski c41cb192c9 Fix which line needs '' wrapped around the array values 13 years ago
Michael Gapczynski 243faf6334 Fix searching for parent item types, search for file source instead of item source for the file item type in case the item was converted 13 years ago
Michael Gapczynski 32f9901bcd Fix retrieving supported file extensions from backend and remove the dependsOn and supportedFileExtensions parameters from registerBackend() 13 years ago
Michael Gapczynski 28b7793d5b Fixes and change database table from sharing to share 13 years ago
Michael Gapczynski f21fdf14f9 Forgot I got rid of the class field backendTypes, use the array keys of the backends field instead 13 years ago
Michael Gapczynski bc68f14c4b Prepare drop down UI for share API 13 years ago
Michael Gapczynski 8198114615 Some more changes to getItems() and fixes in shared storage 13 years ago
Michael Gapczynski 5f1aa1b92e Fix additional getItems calls due to parameter change 13 years ago
Michael Gapczynski 71350bc618 I'm having trouble making up my mind... translateItem -> getItems() -> formatItems(). It may change again. Preparing shared storage for new api. 13 years ago
Michael Gapczynski 10986f00dc Use share type and share with in db instead of separate columns for user and group 13 years ago
Michael Gapczynski bd8769a7c5 Fixes for registering and fetching backends 13 years ago
Michael Gapczynski c7e0449a75 Finish parent folder implementation, change recursive delete process 13 years ago
Michael Gapczynski 0cc7ae904d Initial work on a share API 13 years ago
Bart Visscher dab58f3464 Cache result of OC_App::getAppVersions 13 years ago
Bart Visscher 2f0b4983e9 Move app upgrade check to loading of apps 13 years ago
Thomas Tanghus a25ae4b4b6 Make Categories a bit quieter. 13 years ago
Thomas Tanghus ac4e19218e All is good ;-) 13 years ago
Bart Visscher c6b9f613bb Cache: try to set the fast cache in the Broker 13 years ago
Bart Visscher fe0f281b4f Fix setting ETag header on cache miss 13 years ago
Bart Visscher 531c1c509c Cache: Add APC and XCache to global cache handler 13 years ago
Bart Visscher 4e4a1a4274 Cache: Use getUserCache cache in OC_Cache 13 years ago
Bart Visscher cae089df91 Cache: Create global cache in OC_Cache 13 years ago
Brice Maron 09a9f5400e Trim url and path of appsroot to have and standart type of path fix oc-1107 13 years ago
Frank Karlitschek a4c47c674d write sql errors into the error log for better debugging 13 years ago
Brice Maron 564cd82599 Fix the fix about filecache and postgres 13 years ago