Robin Appelman
d8e9db207f
add tempory folder utility to OC_Helper
13 years ago
Frank Karlitschek
7cad6ccce0
don´t show ugly error message
13 years ago
Georg Ehrke
fa104fee17
fix mimetype detection
13 years ago
Robin Appelman
b23b5aae7f
remove debug output
13 years ago
Frank Karlitschek
5e9d268c21
never try to load an non existing template,css,img.
...
do propper checking, error reporting and motivate the developerto fix it ;-)
13 years ago
Robin Appelman
a76ff563d6
fix temporary file creation
13 years ago
Robin Appelman
77b51f03e3
add temporary file managment
13 years ago
Frank Karlitschek
5943af17e7
spaces -> tabs
...
Thanks to Jakob for reminding me
13 years ago
Robin Appelman
cef230c141
extend filestorage common and provide test implementation
13 years ago
Frank Karlitschek
ab96fa67c8
first part of the abstraction work of the apps folder. more to come
13 years ago
Robin Appelman
fe0832746b
intval() of a number seems unnecessary
...
and it could cause 32bit integer overflow issues
13 years ago
Robin Appelman
d9c7e4c333
proper mimetypes for encrypted files
13 years ago
Bart Visscher
987845c312
Move the redirect_url from linkTo function to the checkLoggedIn function
13 years ago
Bart Visscher
f47444e1f7
Use separate function to make absolute urls
13 years ago
Frank Karlitschek
d53ed4b40b
make it possible to override every image and logo with a new version from within a theme. I think we have a very cool theming here. *self-praise*
13 years ago
Robin Appelman
500407dbe9
change https detection a bit, hopefully fixing an edge case
13 years ago
Robin Appelman
5e711f37ca
make filesize parsing case insensitive
13 years ago
Robin Appelman
efecb694ef
make filesize parsing case insensitive
13 years ago
Robin Appelman
d7fa2a0f77
mimetype icon improvements
14 years ago
Robin Appelman
949494ccfd
mimetype icon improvements
14 years ago
Robin Appelman
1f562a2e83
fixes for the mimetype icons
14 years ago
Marvin Thomas Rabe
33f24a42b8
redirect url fixed
14 years ago
Marvin Thomas Rabe
ccfa2dd24c
Error when only oc_remember_login cookie set fixed.
...
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.
14 years ago
Bart Visscher
82c7598861
Remove global vars and use the OC static version.
...
Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
14 years ago
Bart Visscher
760b47a62f
Use OC_Helper::linkTo also for absolute urls.
...
One central place to check for https.
14 years ago
Bart Visscher
3130234640
Remove execute permissions from source files
14 years ago
Jan-Christoph Borchardt
99790d6805
lots of image changes, use svg EVERYWHERE POSSIBLE
14 years ago
Frank Karlitschek
1dc3cb67fa
more improved error reporting
14 years ago
Jakob Sack
bafd684eb6
Renaming classes :-)
14 years ago
Jakob Sack
2ff8d7a8bc
One class per file!
14 years ago
Robin Appelman
6d0c8ea7e4
use proper file icons for image and audio files
14 years ago
Robin Appelman
0d408fe6f5
make use of the command line tools id3info and mp3info for scanning music if they are available
14 years ago
Aamir Khan
2098cbd822
redirect_url to be respected in linkTo function
14 years ago
Jakob Sack
eb1ce7819a
Fix linkTo()
14 years ago
Jakob Sack
91c37bbb76
moved core stuff to /core
14 years ago
Robin Appelman
7f987b84a5
fix OC_HELPER::linkTo again
14 years ago
Robin Appelman
2b45a28bd4
fix OC_HELPER::linkto() when the link is not a valid file.
...
(e.g. a php script with ?foo=bar appended)
14 years ago
Robin Appelman
f4e4617be7
App installer backend.
...
Not yet attached to the gui
14 years ago
Alessandro Cosentino
1ec304227e
changed the path in imagePath again
14 years ago
François Kubler
13ddf8100f
New installer.
...
* 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.
14 years ago
Jakob Sack
e314a83a7b
Fixing the image link for apps
14 years ago
Robin Appelman
8d52fdb7fa
fix chmodr
14 years ago
Marco Michelino
d1b4f74bc2
Avoid // in URIs
14 years ago
Jan-Christoph Borchardt
660e2c8102
renamed application-octet-stream.png to file.png
14 years ago
Arthur Schiwon
a14f8243e8
get max upload file size for upload form from php settings
14 years ago
Robin Appelman
101877351b
use the correct variable name
14 years ago
Arthur Schiwon
627dc95d19
don't manifold slashes in case empty $app is forwarded to linkTo()
14 years ago
Robin Appelman
69289bf943
move chmodr to OC_HELPER
14 years ago
Jakob Sack
f36f453dd2
apps are now stored in /apps
14 years ago
Jakob Sack
a3070405d9
OC_HELPER, OC_LOG and OC_TEMPLATE prepared for refactoring
14 years ago