Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove comments | Georg Ehrke | 2012-05-08 | 1 | -4/+4 |
| | |||||
* | Create a function for linking to remote.php | Bart Visscher | 2012-05-07 | 1 | -0/+11 |
| | |||||
* | make ampache work with remote.php | Georg Ehrke | 2012-05-07 | 1 | -4/+4 |
| | |||||
* | fix validation of getfile parameter - i hate this bloody merge conflicts | Georg Ehrke | 2012-05-07 | 1 | -4/+2 |
| | |||||
* | Fixed escaping of filename when determining MIME type | Jernej Virag | 2012-04-25 | 1 | -2/+2 |
| | |||||
* | ported the rest of the OC_Helper calls | Frank Karlitschek | 2012-05-02 | 1 | -2/+1 |
| | |||||
* | removing executable bit from various files | Thomas Mueller | 2012-04-30 | 1 | -0/+0 |
| | |||||
* | fix merge conflicts | Georg Ehrke | 2012-04-26 | 1 | -2/+10 |
|\ | |||||
* | | fix security check for the path of the requested file | Georg Ehrke | 2012-04-26 | 1 | -1/+18 |
| | | |||||
* | | some fixes fore movable apps | Georg Ehrke | 2012-04-26 | 1 | -2/+2 |
| | | |||||
* | | another fix for linkto function | Georg Ehrke | 2012-04-24 | 1 | -1/+1 |
| | | |||||
* | | fix linkto function in OC_Helper | Georg Ehrke | 2012-04-24 | 1 | -4/+8 |
| | | |||||
* | | use native functions of php to parse the string into the Var | Georg Ehrke | 2012-04-23 | 1 | -1/+1 |
| | | |||||
* | | rename var file to getfile to prevent fails in files app | Georg Ehrke | 2012-04-23 | 1 | -1/+1 |
| | | |||||
* | | fix bug in lib/helper.php and fix file upload | Georg Ehrke | 2012-04-23 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into movable_apps | Georg Ehrke | 2012-04-20 | 1 | -0/+20 |
|\| | |||||
| * | add function to get mimetype from string | Robin Appelman | 2012-04-18 | 1 | -0/+20 |
| | | |||||
* | | make menu work with movable apps | Georg Ehrke | 2012-04-18 | 1 | -1/+5 |
| | | |||||
* | | Merge branch 'master' into movable_apps | Georg Ehrke | 2012-04-18 | 1 | -1/+4 |
|\| | |||||
| * | fix creating unique filenames | Robin Appelman | 2012-04-16 | 1 | -1/+4 |
| | | |||||
* | | open app thru index.php | Georg Ehrke | 2012-04-18 | 1 | -0/+11 |
|/ | |||||
* | fixing oc-375 - a number is appended tp the filename | Thomas Müller | 2012-04-15 | 1 | -0/+28 |
| | |||||
* | renamed extention to extension, also now only showing lowercase | Jan-Christoph Borchardt | 2012-04-15 | 1 | -6/+6 |
| | |||||
* | make sure temporary files are being removed, fixes oc-450 | Arthur Schiwon | 2012-04-13 | 1 | -14/+28 |
| | |||||
* | Use OC_Helper::serverHost() in OC_Helper::linkToAbsolute() | Daniele E. Domenichelli | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | Add method OC_Helper::serverHost() | Daniele E. Domenichelli | 2012-04-12 | 1 | -0/+22 |
| | | | | | This method returns the server host, even if the website uses one or more reverse proxies. | ||||
* | add tempory folder utility to OC_Helper | Robin Appelman | 2012-03-28 | 1 | -1/+14 |
| | |||||
* | don´t show ugly error message | Frank Karlitschek | 2012-03-23 | 1 | -1/+1 |
| | |||||
* | fix mimetype detection | Georg Ehrke | 2012-03-19 | 1 | -3/+1 |
| | |||||
* | remove debug output | Robin Appelman | 2012-02-29 | 1 | -2/+0 |
| | |||||
* | never try to load an non existing template,css,img. | Frank Karlitschek | 2012-02-28 | 1 | -1/+4 |
| | | | | do propper checking, error reporting and motivate the developerto fix it ;-) | ||||
* | fix temporary file creation | Robin Appelman | 2012-02-28 | 1 | -1/+5 |
| | |||||
* | add temporary file managment | Robin Appelman | 2012-02-28 | 1 | -0/+25 |
| | |||||
* | spaces -> tabs | Frank Karlitschek | 2012-02-27 | 1 | -17/+17 |
| | | | | Thanks to Jakob for reminding me | ||||
* | extend filestorage common and provide test implementation | Robin Appelman | 2012-02-27 | 1 | -0/+17 |
| | |||||
* | first part of the abstraction work of the apps folder. more to come | Frank Karlitschek | 2012-02-26 | 1 | -4/+4 |
| | |||||
* | merge master into encryption | Robin Appelman | 2012-02-26 | 1 | -1/+1 |
|\ | |||||
| * | intval() of a number seems unnecessary | Robin Appelman | 2012-02-26 | 1 | -1/+1 |
| | | | | | | | | and it could cause 32bit integer overflow issues | ||||
* | | proper mimetypes for encrypted files | Robin Appelman | 2012-02-21 | 1 | -0/+58 |
|/ | |||||
* | Move the redirect_url from linkTo function to the checkLoggedIn function | Bart Visscher | 2012-02-21 | 1 | -10/+4 |
| | |||||
* | Use separate function to make absolute urls | Bart Visscher | 2012-02-17 | 1 | -6/+17 |
| | |||||
* | make it possible to override every image and logo with a new version from ↵ | Frank Karlitschek | 2012-02-14 | 1 | -12/+19 |
| | | | | within a theme. I think we have a very cool theming here. *self-praise* | ||||
* | change https detection a bit, hopefully fixing an edge case | Robin Appelman | 2012-01-27 | 1 | -1/+1 |
| | |||||
* | make filesize parsing case insensitive | Robin Appelman | 2011-12-11 | 1 | -12/+13 |
| | |||||
* | mimetype icon improvements | Robin Appelman | 2011-10-13 | 1 | -0/+6 |
| | |||||
* | fixes for the mimetype icons | Robin Appelman | 2011-10-07 | 1 | -6/+6 |
| | |||||
* | redirect url fixed | Marvin Thomas Rabe | 2011-10-04 | 1 | -1/+1 |
| | |||||
* | Error when only oc_remember_login cookie set fixed. | Marvin Thomas Rabe | 2011-09-30 | 1 | -1/+7 |
| | | | | | | | | | | | Filled username field when oc_username is set repaired. Problems with "advanced settings" button in installation wizard fixed. CSS improved - login and installation now looks more clean. Request password link removed (email feature not implemented yet). Database radio button bugs removed. It is possible to have an empty database password, now ownCloud will support this "security issue". Ignore Mac OS X ".DSstore" files. Fade in/out of login button and remember checkbox removed due to some display errors. | ||||
* | Remove global vars and use the OC static version. | Bart Visscher | 2011-09-18 | 1 | -24/+16 |
| | | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY | ||||
* | Use OC_Helper::linkTo also for absolute urls. | Bart Visscher | 2011-09-09 | 1 | -1/+7 |
| | | | | One central place to check for https. |