Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add tempory folder utility to OC_Helper | Robin Appelman | 2012-03-28 | 1 | -1/+14 |
| | |||||
* | remove check for variable which was set one line above - bugfix for oc-324 | Georg Ehrke | 2012-03-28 | 1 | -3/+0 |
| | |||||
* | return path of tmp file like filestorage/common does. Fixes broken ↵ | Arthur Schiwon | 2012-03-27 | 1 | -4/+5 |
| | | | | folder-/multifile-download. | ||||
* | Do not use always the same name for download-zip to avoid collisions. | Arthur Schiwon | 2012-03-27 | 1 | -2/+2 |
| | |||||
* | Overwrite Download-ZIP if it already exists. We do not want to show alien ↵ | Arthur Schiwon | 2012-03-27 | 1 | -2/+2 |
| | | | | content. | ||||
* | fix square images not getting proper thumbnails | Robin Appelman | 2012-03-27 | 1 | -1/+1 |
| | |||||
* | crop and resize in a single step when creating thumbnail | Robin Appelman | 2012-03-26 | 1 | -6/+20 |
| | | | | also so more explicit memory cleanup | ||||
* | some more memory cleanup in OC_Image | Robin Appelman | 2012-03-26 | 1 | -4/+2 |
| | |||||
* | some more memory cleanup in OC_Image | Robin Appelman | 2012-03-26 | 1 | -0/+8 |
| | |||||
* | Move Google Docs storage backend to files_remote app | Michael Gapczynski | 2012-03-24 | 1 | -411/+0 |
| | |||||
* | Implement fopen() for Google Docs storage backend | Michael Gapczynski | 2012-03-24 | 1 | -26/+96 |
| | |||||
* | make sure we can load OC_Config when we need it | Robin Appelman | 2012-03-23 | 1 | -1/+9 |
| | |||||
* | don´t show ugly error message | Frank Karlitschek | 2012-03-23 | 1 | -1/+1 |
| | |||||
* | make it possible to connect to other ocs appstores and other ocs ↵ | Frank Karlitschek | 2012-03-23 | 2 | -8/+53 |
| | | | | | | knowledgebase servers. also make it possible to switch the app store and the knowledgebase off completely. | ||||
* | Config file is more appropriate here | Arthur Schiwon | 2012-03-21 | 1 | -2/+2 |
| | | | | adjust default value | ||||
* | add microsoft office mimetypes to the fixlist - bugfix for oc-357 | Georg Ehrke | 2012-03-20 | 1 | -1/+7 |
| | |||||
* | Cleanup the template code for redundant code | Bart Visscher | 2012-03-19 | 1 | -127/+128 |
| | |||||
* | Split the init function in lib/base.php a bit | Bart Visscher | 2012-03-19 | 1 | -36/+49 |
| | |||||
* | fix mimetype detection | Georg Ehrke | 2012-03-19 | 1 | -3/+1 |
| | |||||
* | enable admin to turn off ZIP downloads | Arthur Schiwon | 2012-03-19 | 1 | -3/+18 |
| | | | | | | user interface offers multi-file/folder downloads only if available make function name more clear | ||||
* | check if selected files for zip archive are not too large | Arthur Schiwon | 2012-03-16 | 1 | -1/+43 |
| | | | | offer config option | ||||
* | make Files settings work | Arthur Schiwon | 2012-03-16 | 1 | -2/+3 |
| | |||||
* | fix adding photo to incorrect gallery | Bartek Przybylski | 2012-03-15 | 1 | -1/+1 |
| | |||||
* | Contacts: Modifications for using categories. | Thomas Tanghus | 2012-03-12 | 1 | -19/+21 |
| | |||||
* | oc_db isn't pdo | Robin Appelman | 2012-03-11 | 1 | -2/+2 |
| | |||||
* | gallery migration to events system | Bartek Przybylski | 2012-03-11 | 1 | -1/+1 |
| | |||||
* | spaces to tabs replacement | Bartek Przybylski | 2012-03-09 | 1 | -4/+4 |
| | |||||
* | filescan by mimetype scan | Bartek Przybylski | 2012-03-09 | 1 | -5/+6 |
| | |||||
* | filecache search comparition fix | Bartek Przybylski | 2012-03-09 | 1 | -2/+2 |
| | |||||
* | Fix conflict. | Thomas Tanghus | 2012-03-07 | 33 | -667/+1511 |
|\ | |||||
| * | fix for webdav when having additional storage backends mounted | Robin Appelman | 2012-03-07 | 1 | -2/+2 |
| | | |||||
| * | revert an accidental change | Robin Appelman | 2012-03-03 | 1 | -3/+2 |
| | | |||||
| * | small improvement for is_dir | Robin Appelman | 2012-03-03 | 1 | -1/+4 |
| | | |||||
| * | fix commong filestorage for files without extention | Robin Appelman | 2012-03-03 | 1 | -2/+10 |
| | | |||||
| * | also delete childs of folders from the cache | Robin Appelman | 2012-03-03 | 1 | -10/+19 |
| | | |||||
| * | better handeling of files that can behave like folder (e.g. archives) | Robin Appelman | 2012-03-03 | 4 | -10/+10 |
| | | |||||
| * | fix file_get_content on empty files for filestorage common | Robin Appelman | 2012-03-03 | 1 | -1/+8 |
| | | |||||
| * | Remove the link between the principals table and the sabre principals connector. | Jakob Sack | 2012-03-02 | 2 | -48/+0 |
| | | |||||
| * | add streamwrapper that provides a callback on stream close | Robin Appelman | 2012-03-02 | 2 | -0/+87 |
| | | |||||
| * | add search implementation to filestorage common | Robin Appelman | 2012-03-02 | 2 | -4/+20 |
| | | |||||
| * | don't try to seach apps in hidden folders | Robin Appelman | 2012-03-02 | 1 | -1/+1 |
| | | |||||
| * | Search: Change provider registration to class name, for lazy loading of ↵ | Bart Visscher | 2012-03-01 | 4 | -13/+6 |
| | | | | | | | | search providers | ||||
| * | Files: Fix wrong attribute name in OC_Search_Provider_File | Bart Visscher | 2012-03-01 | 1 | -2/+2 |
| | | |||||
| * | Simplify stripping the last part off WEBROOT and SERVERROOT for 3rdparty and ↵ | Bart Visscher | 2012-03-01 | 1 | -16/+4 |
| | | | | | | | | app dir | ||||
| * | Small cleanups | Bart Visscher | 2012-03-01 | 1 | -1/+9 |
| | | |||||
| * | load streamwrappers earlier | Robin Appelman | 2012-03-01 | 1 | -9/+10 |
| | | |||||
| * | Merge branch 'master' of gitorious.org:owncloud/owncloud | Frank Karlitschek | 2012-03-01 | 9 | -111/+190 |
| |\ | |||||
| | * | add touch() to all storage backands, and make parameter optional | Robin Appelman | 2012-02-29 | 6 | -5/+15 |
| | | | |||||
| | * | remove debug output | Robin Appelman | 2012-02-29 | 1 | -2/+0 |
| | | | |||||
| | * | Fix opendir for folders aka Google Docs collections | Michael Gapczynski | 2012-02-29 | 1 | -2/+1 |
| | | |