Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check blacklist before saving to filesystem | Tom Needham | 2012-04-03 | 2 | -0/+16 |
| | |||||
* | Move writable check into local filestorage so shared files can be renamed | Michael Gapczynski | 2012-04-01 | 2 | -1/+5 |
| | |||||
* | the core apps don't have types | Robin Appelman | 2012-04-01 | 1 | -1/+1 |
| | |||||
* | oc_db is not pdo | Robin Appelman | 2012-04-01 | 1 | -4/+4 |
| | | | | also pgsql does not like double quotes | ||||
* | Try to configure php to enable big file uploads. | Frank Karlitschek | 2012-04-01 | 1 | -0/+18 |
| | | | | | This doesn´t work always depending on the webserver and php configuration. Let´s try to overwrite some defaults anyways | ||||
* | Show the different editions to the user. Used in the status call, on the ↵ | Frank Karlitschek | 2012-04-01 | 2 | -0/+9 |
| | | | | personal settings page and in the updater to update to the next available version from the same edition. | ||||
* | Check file handle exists before trying to read file | Michael Gapczynski | 2012-04-01 | 1 | -6/+9 |
| | |||||
* | Fix owncloud log | Tom Needham | 2012-03-31 | 1 | -1/+1 |
| | |||||
* | fix eventsource for ie | Robin Appelman | 2012-03-31 | 1 | -1/+1 |
| | |||||
* | dont send to much when scanning large folders | Robin Appelman | 2012-03-31 | 1 | -4/+3 |
| | |||||
* | send more progress updates when scanning large folders | Robin Appelman | 2012-03-31 | 1 | -3/+9 |
| | |||||
* | make sure output buffering is dissabled when using eventsource | Robin Appelman | 2012-03-31 | 1 | -0/+1 |
| | |||||
* | Move logfile determination to init function | Bart Visscher | 2012-03-30 | 1 | -6/+7 |
| | |||||
* | checkUpgrade has to be after template initialization | Bart Visscher | 2012-03-30 | 1 | -1/+1 |
| | | | | The error path of checkUpgrade uses the template | ||||
* | Move more from base init to separate functions | Bart Visscher | 2012-03-30 | 1 | -29/+35 |
| | |||||
* | Add support for logging to syslog | Bart Visscher | 2012-03-30 | 3 | -55/+131 |
| | |||||
* | clean pre-path_hash fscache entries | Robin Appelman | 2012-03-30 | 1 | -0/+8 |
| | |||||
* | add path_hash to the filesystem cache | Robin Appelman | 2012-03-30 | 2 | -15/+15 |
| | |||||
* | add the option to only load apps of a specific type | Robin Appelman | 2012-03-30 | 2 | -6/+52 |
| | |||||
* | optimizations for loadApps | Robin Appelman | 2012-03-30 | 1 | -5/+16 |
| | |||||
* | optimizations for updateApps | Robin Appelman | 2012-03-30 | 2 | -10/+23 |
| | |||||
* | add support for installing apps from a subfolder in the zip/tgz file | Robin Appelman | 2012-03-29 | 1 | -0/+11 |
| | |||||
* | add support for installing apps from tgz | Robin Appelman | 2012-03-29 | 1 | -7/+17 |
| | |||||
* | 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 |
| |