summaryrefslogtreecommitdiffstats
path: root/lib/helper.php
Commit message (Collapse)AuthorAgeFilesLines
* make filesize parsing case insensitiveRobin Appelman2011-12-111-12/+13
|
* mimetype icon improvementsRobin Appelman2011-10-131-0/+6
|
* fixes for the mimetype iconsRobin Appelman2011-10-071-6/+6
|
* redirect url fixedMarvin Thomas Rabe2011-10-041-1/+1
|
* Error when only oc_remember_login cookie set fixed.Marvin Thomas Rabe2011-09-301-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 Visscher2011-09-181-24/+16
| | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
* Use OC_Helper::linkTo also for absolute urls.Bart Visscher2011-09-091-1/+7
| | | | One central place to check for https.
* Remove execute permissions from source filesBart Visscher2011-09-031-0/+0
|
* lots of image changes, use svg EVERYWHERE POSSIBLEJan-Christoph Borchardt2011-08-111-9/+9
|
* more improved error reportingFrank Karlitschek2011-08-061-1/+1
|
* Renaming classes :-)Jakob Sack2011-07-291-1/+1
|
* One class per file!Jakob Sack2011-07-291-2/+0
|
* use proper file icons for image and audio filesRobin Appelman2011-07-291-0/+5
|
* make use of the command line tools id3info and mp3info for scanning music if ↵Robin Appelman2011-07-281-0/+45
| | | | they are available
* redirect_url to be respected in linkTo functionAamir Khan2011-06-251-5/+12
|
* Fix linkTo()Jakob Sack2011-06-201-4/+11
|
* moved core stuff to /coreJakob Sack2011-06-201-7/+12
|
* fix OC_HELPER::linkTo againRobin Appelman2011-06-021-5/+4
|
* fix OC_HELPER::linkto() when the link is not a valid file.Robin Appelman2011-06-021-1/+1
| | | | (e.g. a php script with ?foo=bar appended)
* App installer backend.Robin Appelman2011-05-281-1/+41
| | | | Not yet attached to the gui
* changed the path in imagePath againAlessandro Cosentino2011-05-171-2/+2
|
* New installer.François Kubler2011-05-171-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 appsJakob Sack2011-05-171-2/+2
|
* fix chmodrRobin Appelman2011-04-241-2/+2
|
* Avoid // in URIsMarco Michelino2011-04-191-1/+5
|
* renamed application-octet-stream.png to file.pngJan-Christoph Borchardt2011-04-181-1/+1
|
* get max upload file size for upload form from php settingsArthur Schiwon2011-04-171-0/+37
|
* use the correct variable nameRobin Appelman2011-04-161-2/+2
|
* don't manifold slashes in case empty $app is forwarded to linkTo()Arthur Schiwon2011-04-161-4/+8
|
* move chmodr to OC_HELPERRobin Appelman2011-04-161-0/+29
|
* apps are now stored in /appsJakob Sack2011-04-161-0/+11
|
* OC_HELPER, OC_LOG and OC_TEMPLATE prepared for refactoringJakob Sack2011-03-131-42/+43
|
* Added helper for filesize, fixed wrong name for mimetypeIcon()Jakob Sack2011-03-021-1/+23
|
* Introducing OC_HELPER for small helper functions; making setup of filesystem ↵Jakob Sack2011-03-021-0/+84
optional