summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Remove extra line, caused 'headers already sent' issuesMichael Gapczynski2012-08-061-1/+0
| * | | | Lots of refactoring to share APIMichael Gapczynski2012-08-067-17/+26
| * | | | Preparing for proper collection implementationMichael Gapczynski2012-08-034-87/+6
| * | | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-31107-485/+2445
| |\ \ \ \
| * | | | | Remove another accidently added 3rdparty appMichael Gapczynski2012-07-3021-690/+0
| * | | | | Remove accidently added 3rd party appsMichael Gapczynski2012-07-30276-22402/+0
| * | | | | Implement CRUDS in share dropdown, and some clean-upMichael Gapczynski2012-07-261-4/+6
| * | | | | No longer need hash() in shared storage, already implemented by the common fi...Michael Gapczynski2012-07-251-8/+1
| * | | | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-25480-4382/+27014
| |\ \ \ \ \
| * | | | | | Make file actions permissions awareMichael Gapczynski2012-07-2513-42/+80
| * | | | | | Change read only check to isCreatableMichael Gapczynski2012-07-242-6/+6
| * | | | | | Add root directory checks for CRUDS permissions in shared storageMichael Gapczynski2012-07-241-0/+12
| * | | | | | Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_wri...Michael Gapczynski2012-07-248-38/+37
| * | | | | | Remove toTmpFile() from shared storage, no longer neededMichael Gapczynski2012-07-241-9/+1
| * | | | | | Improve file source caching for shared foldersMichael Gapczynski2012-07-241-8/+16
| * | | | | | Fix permission check for rmdir(), implement unlink(), rename(), and copy()Michael Gapczynski2012-07-241-4/+35
| * | | | | | Permission check should be made on parent folder when creating a new folderMichael Gapczynski2012-07-231-1/+1
| * | | | | | Alert user of errors when creating new files or foldersMichael Gapczynski2012-07-231-12/+20
| * | | | | | Include a few CRUDS permissions checks in shared storage, plus a little clean...Michael Gapczynski2012-07-232-193/+128
| * | | | | | Rename $contacts to $has_contacts, it missed this commit: 7cb74a0Michael Gapczynski2012-07-111-1/+1
| * | | | | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-11187-1211/+3452
| |\ \ \ \ \ \
| * | | | | | | Fix addressbook sharing, formatItems() changed in past commitsMichael Gapczynski2012-07-111-6/+4
| * | | | | | | Call exit() to prevent further code execution if directory does not existMichael Gapczynski2012-07-101-0/+1
| * | | | | | | Sharing files working using share APIMichael Gapczynski2012-07-104-156/+199
| * | | | | | | Clean up in the dropdown for unsharingMichael Gapczynski2012-07-031-2/+2
| * | | | | | | Use formatted shared addressbook in all cases, addressbooks out of order nowMichael Gapczynski2012-07-032-8/+21
| * | | | | | | Load shared addressbooks inside OC_Contacts_Addressbook instead of the index,...Michael Gapczynski2012-07-033-3/+2
| * | | | | | | Change getItems() return to a 3-dimensional array to handle multiple shares o...Michael Gapczynski2012-07-021-7/+12
| * | | | | | | Add share action to addressbooks!Michael Gapczynski2012-06-302-1/+5
| * | | | | | | Fix generateTarget() for contacts backendMichael Gapczynski2012-06-301-2/+2
| * | | | | | | Change registerBackend calls class argument to stringsMichael Gapczynski2012-06-302-2/+2
| * | | | | | | Something like this should do it for sharing contactsBart Visscher2012-06-272-0/+21
| * | | | | | | Basic framework for contacts sharingBart Visscher2012-06-272-0/+56
| * | | | | | | Fix retrieving supported file extensions from backend and remove the dependsO...Michael Gapczynski2012-06-271-0/+3
| * | | | | | | Fixes and change database table from sharing to shareMichael Gapczynski2012-06-271-0/+2
| * | | | | | | Prepare drop down UI for share APIMichael Gapczynski2012-06-271-1/+1
| * | | | | | | Some more changes to getItems() and fixes in shared storageMichael Gapczynski2012-06-271-4/+11
| * | | | | | | I'm having trouble making up my mind... translateItem -> getItems() -> format...Michael Gapczynski2012-06-271-41/+49
| * | | | | | | Move ajax and js files to coreMichael Gapczynski2012-06-271-366/+0
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-206-0/+44
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-2019-17/+131
* | | | | | | | Removed stray img element.Thomas Tanghus2012-08-191-1/+0
* | | | | | | | Strip slashes from commas and semi-colons.Thomas Tanghus2012-08-191-0/+3
* | | | | | | | improve hasUpdated for archive storage backendRobin Appelman2012-08-191-0/+8
* | | | | | | | don't report ctime in the archive storage backend since it isn't reliableRobin Appelman2012-08-191-1/+1
* | | | | | | | small fix for normalizing paths in archivesRobin Appelman2012-08-191-1/+1
* | | | | | | | ensure proper result format when using opendir on the archive storage backendRobin Appelman2012-08-191-2/+9
* | | | | | | | better file_get_contents, file_put_contents and toTmpFile for archive storage...Robin Appelman2012-08-191-0/+13
* | | | | | | | Optimized image sizeLukas Reschke2012-08-1827-0/+0
* | | | | | | | Use SCRIPT_NAME instead of PHP_SELF which won't send the PATH_INFO, this prev...Lukas Reschke2012-08-181-1/+1