Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Remove execute permissions from source files | Bart Visscher | 2011-09-03 | 1 | -0/+0 |
| | |||||
* | lots of image changes, use svg EVERYWHERE POSSIBLE | Jan-Christoph Borchardt | 2011-08-11 | 1 | -9/+9 |
| | |||||
* | more improved error reporting | Frank Karlitschek | 2011-08-06 | 1 | -1/+1 |
| | |||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -1/+1 |
| | |||||
* | One class per file! | Jakob Sack | 2011-07-29 | 1 | -2/+0 |
| | |||||
* | use proper file icons for image and audio files | Robin Appelman | 2011-07-29 | 1 | -0/+5 |
| | |||||
* | make use of the command line tools id3info and mp3info for scanning music if ↵ | Robin Appelman | 2011-07-28 | 1 | -0/+45 |
| | | | | they are available | ||||
* | redirect_url to be respected in linkTo function | Aamir Khan | 2011-06-25 | 1 | -5/+12 |
| | |||||
* | Fix linkTo() | Jakob Sack | 2011-06-20 | 1 | -4/+11 |
| | |||||
* | moved core stuff to /core | Jakob Sack | 2011-06-20 | 1 | -7/+12 |
| | |||||
* | fix OC_HELPER::linkTo again | Robin Appelman | 2011-06-02 | 1 | -5/+4 |
| | |||||
* | fix OC_HELPER::linkto() when the link is not a valid file. | Robin Appelman | 2011-06-02 | 1 | -1/+1 |
| | | | | (e.g. a php script with ?foo=bar appended) | ||||
* | App installer backend. | Robin Appelman | 2011-05-28 | 1 | -1/+41 |
| | | | | Not yet attached to the gui | ||||
* | changed the path in imagePath again | Alessandro Cosentino | 2011-05-17 | 1 | -2/+2 |
| | |||||
* | New installer. | François Kubler | 2011-05-17 | 1 | -2/+24 |
| | | | | | | | | | | * Forms have been revamped (CSS + javascript), * Process has been improved : errors are displayed on the form page, * Some changes in the index.php page so that everything related to installation is in lib/setup.php * Also added a small function in OC_HELPER class to set input values. All these should improve the installation process in terms of ergonomics. Well, I do hope so. | ||||
* | Fixing the image link for apps | Jakob Sack | 2011-05-17 | 1 | -2/+2 |
| | |||||
* | fix chmodr | Robin Appelman | 2011-04-24 | 1 | -2/+2 |
| | |||||
* | Avoid // in URIs | Marco Michelino | 2011-04-19 | 1 | -1/+5 |
| | |||||
* | renamed application-octet-stream.png to file.png | Jan-Christoph Borchardt | 2011-04-18 | 1 | -1/+1 |
| | |||||
* | get max upload file size for upload form from php settings | Arthur Schiwon | 2011-04-17 | 1 | -0/+37 |
| | |||||
* | use the correct variable name | Robin Appelman | 2011-04-16 | 1 | -2/+2 |
| | |||||
* | don't manifold slashes in case empty $app is forwarded to linkTo() | Arthur Schiwon | 2011-04-16 | 1 | -4/+8 |
| | |||||
* | move chmodr to OC_HELPER | Robin Appelman | 2011-04-16 | 1 | -0/+29 |
| | |||||
* | apps are now stored in /apps | Jakob Sack | 2011-04-16 | 1 | -0/+11 |
| | |||||
* | OC_HELPER, OC_LOG and OC_TEMPLATE prepared for refactoring | Jakob Sack | 2011-03-13 | 1 | -42/+43 |
| | |||||
* | Added helper for filesize, fixed wrong name for mimetypeIcon() | Jakob Sack | 2011-03-02 | 1 | -1/+23 |
| | |||||
* | Introducing OC_HELPER for small helper functions; making setup of filesystem ↵ | Jakob Sack | 2011-03-02 | 1 | -0/+84 |
optional |