Michael Gapczynski
|
77b582e4e6
|
Change getItems() return to a 3-dimensional array to handle multiple shares of the same item
|
2012-07-02 15:29:34 -04:00 |
Michael Gapczynski
|
dd56416a39
|
Remove the method getItemsSharedStatuses, it is easy enough to just pass the format instead
|
2012-07-02 14:23:13 -04:00 |
Michael Gapczynski
|
3e8a34f906
|
Don't select all columns for FORMAT_STATUSES
|
2012-06-30 21:15:10 -04:00 |
Michael Gapczynski
|
c073216d8d
|
Don't overwrite the item variable when checking if the item is already shared
|
2012-06-30 20:57:31 -04:00 |
Michael Gapczynski
|
75c111a33b
|
Have getItems() return an empty array instead of false, so apps only need to do an array_merge()
|
2012-06-30 18:00:01 -04:00 |
Michael Gapczynski
|
7a649fc65a
|
Switch back to registering just the class and not the object, better for performance
|
2012-06-30 17:25:21 -04:00 |
Michael Gapczynski
|
cb19fdd55b
|
Show users and groups shared with in dropdown
|
2012-06-27 01:05:37 +02:00 |
Michael Gapczynski
|
d95d738723
|
Fix FORMAT_STATUSES
|
2012-06-27 01:05:36 +02:00 |
Michael Gapczynski
|
9fdfcc29fe
|
Fix group sharing
|
2012-06-27 01:05:36 +02:00 |
Bart Visscher
|
d332e1e9c1
|
Documentation fix
|
2012-06-27 01:05:36 +02:00 |
Michael Gapczynski
|
c41cb192c9
|
Fix which line needs '' wrapped around the array values
|
2012-06-27 01:05:36 +02:00 |
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
|
2012-06-27 01:05:36 +02:00 |
Michael Gapczynski
|
32f9901bcd
|
Fix retrieving supported file extensions from backend and remove the dependsOn and supportedFileExtensions parameters from registerBackend()
|
2012-06-27 01:05:36 +02:00 |
Michael Gapczynski
|
28b7793d5b
|
Fixes and change database table from sharing to share
|
2012-06-27 01:05:36 +02:00 |
Michael Gapczynski
|
f21fdf14f9
|
Forgot I got rid of the class field backendTypes, use the array keys of the backends field instead
|
2012-06-27 01:05:36 +02:00 |
Michael Gapczynski
|
bc68f14c4b
|
Prepare drop down UI for share API
|
2012-06-27 01:05:36 +02:00 |
Michael Gapczynski
|
8198114615
|
Some more changes to getItems() and fixes in shared storage
|
2012-06-27 01:05:36 +02:00 |
Michael Gapczynski
|
5f1aa1b92e
|
Fix additional getItems calls due to parameter change
|
2012-06-27 01:05:36 +02:00 |
Michael Gapczynski
|
71350bc618
|
I'm having trouble making up my mind... translateItem -> getItems() -> formatItems(). It may change again. Preparing shared storage for new api.
|
2012-06-27 01:05:36 +02:00 |
Michael Gapczynski
|
10986f00dc
|
Use share type and share with in db instead of separate columns for user and group
|
2012-06-27 01:05:36 +02:00 |
Michael Gapczynski
|
bd8769a7c5
|
Fixes for registering and fetching backends
|
2012-06-27 01:05:36 +02:00 |
Michael Gapczynski
|
c7e0449a75
|
Finish parent folder implementation, change recursive delete process
|
2012-06-27 01:05:36 +02:00 |
Michael Gapczynski
|
0cc7ae904d
|
Initial work on a share API
|
2012-06-27 01:05:36 +02:00 |
Bart Visscher
|
dab58f3464
|
Cache result of OC_App::getAppVersions
|
2012-06-27 01:05:12 +02:00 |
Bart Visscher
|
2f0b4983e9
|
Move app upgrade check to loading of apps
|
2012-06-27 01:05:12 +02:00 |
Thomas Tanghus
|
a25ae4b4b6
|
Make Categories a bit quieter.
|
2012-06-27 01:03:53 +02:00 |
Thomas Tanghus
|
ac4e19218e
|
All is good ;-)
|
2012-06-26 02:47:59 +02:00 |
Bart Visscher
|
c6b9f613bb
|
Cache: try to set the fast cache in the Broker
|
2012-06-25 21:05:10 +02:00 |
Bart Visscher
|
fe0f281b4f
|
Fix setting ETag header on cache miss
|
2012-06-25 21:05:10 +02:00 |
Bart Visscher
|
531c1c509c
|
Cache: Add APC and XCache to global cache handler
|
2012-06-25 21:05:10 +02:00 |
Bart Visscher
|
4e4a1a4274
|
Cache: Use getUserCache cache in OC_Cache
|
2012-06-25 21:05:10 +02:00 |
Bart Visscher
|
cae089df91
|
Cache: Create global cache in OC_Cache
|
2012-06-25 21:05:10 +02:00 |
Brice Maron
|
09a9f5400e
|
Trim url and path of appsroot to have and standart type of path fix oc-1107
|
2012-06-25 15:50:27 +02:00 |
Frank Karlitschek
|
a4c47c674d
|
write sql errors into the error log for better debugging
|
2012-06-25 11:55:51 +02:00 |
Brice Maron
|
564cd82599
|
Fix the fix about filecache and postgres
|
2012-06-24 20:49:48 +00:00 |
Brice Maron
|
2a6a155e23
|
Correct File cache error with postgresql
|
2012-06-24 19:52:30 +00:00 |
Thomas Tanghus
|
b182e6c86a
|
Trim trailing whitespace from version.
|
2012-06-24 15:07:44 +02:00 |
Florian Hülsmann
|
d450560b39
|
remove trailing slash in %appswebroot% placeholder
|
2012-06-23 16:59:55 +02:00 |
Frank Karlitschek
|
2c1c1ba88c
|
close only if exist
|
2012-06-23 16:21:47 +02:00 |
Frank Karlitschek
|
7c5ff900d0
|
work with non existing apps directory. thanks to Antonio for the hint
|
2012-06-23 16:17:59 +02:00 |
Brice Maron
|
d39d7fb9ff
|
Remove references to /apps/ and correct inclusion of settings
|
2012-06-22 22:05:39 +00:00 |
Brice Maron
|
33165e3915
|
Do not close php tag on config file
|
2012-06-22 21:01:12 +00:00 |
Brice Maron
|
b5e3e150eb
|
Correction of path looking for apps and css
|
2012-06-22 20:58:52 +00:00 |
Bart Visscher
|
ebfc5b2762
|
Add compatability function for APC cache
|
2012-06-22 17:21:57 +02:00 |
Bart Visscher
|
f655981baf
|
Fix initialization of OC_Filesystem setup from DAV
|
2012-06-22 17:21:56 +02:00 |
Bart Visscher
|
50667dcb82
|
Convert OC_L10N_String to a string in OC_JSON::encodedPrint
|
2012-06-22 17:21:56 +02:00 |
Bart Visscher
|
432aa58bab
|
Spelling fixes
|
2012-06-22 17:21:56 +02:00 |
Brice Maron
|
2d2366bb57
|
Avoid fetch ocs info if the appstore is disabled
|
2012-06-22 16:06:46 +02:00 |
Brice Maron
|
06e20fe4b8
|
Correct css inclusion with minimizer
|
2012-06-22 15:21:44 +02:00 |
Brice Maron
|
115c30bdb4
|
Enhance hint about writable app directory
|
2012-06-22 13:57:54 +02:00 |