Frank Karlitschek
b513a60540
nicer error report and streamlined setup
14 years ago
Jakob Sack
bafd684eb6
Renaming classes :-)
14 years ago
Jakob Sack
f5c0dbd947
Use autoload
14 years ago
Robin Appelman
98cd83fabd
bumb jquery and jquery-ui versions
14 years ago
Michael Gapczynski
6af4c465b8
Change all occurences of ['user_id'] to OC_USER::getUser()
14 years ago
Michael Gapczynski
1cfa911ce3
Update database.xml to current database fields, remove hard coded MTGap when mounting shared storage provider
14 years ago
Michael Gapczynski
6b303ee64b
Fix bug in opendir() and remove getStorageMountPoint(), now using datadir argument instead
14 years ago
Michael Gapczynski
607f1a2738
Fix conflicts with master in lib/base.php
14 years ago
Robin Appelman
f40a1cad8b
not all http server add index.php to $_SERVER[SCRIPT_NAME], do it manually
...
this fixes incorect generated links in some cases
14 years ago
Robin Appelman
155f62bcf6
allow plugins/apps to add custom headers to all pages
14 years ago
Michael Gapczynski
18e776fa2f
Changed mount point to 'Share', fixed is_dir()
14 years ago
Robin Appelman
83958ebd4b
add oc_user::getUser to get the user id of the loggedin user
14 years ago
Robin Appelman
ee0f1490e1
Multiply changes to user system
...
keeping tracked of the logged in user is no longer done by the active backend but by oc_user directly instead
multiply backends can be active at the same time, allowing alternative authentication procedures like openid or tokens to be used next to the regular user system
14 years ago
Jakob Sack
6a19a7d226
added preferences to base.php, will be needed for i18n stuff
14 years ago
Michael Gapczynski
bf66563cda
First version of shared storage provider - not functional
14 years ago
Robin Appelman
2a5ee9512e
allow tear down of filesystem.
...
also fix a bug when chrooting to '/'
14 years ago
Robin Appelman
d65f8bba73
try to adjust times to the clients timezone
14 years ago
Robin Appelman
09458aa639
add dateOnly option to formatDate
14 years ago
Robin Appelman
1850bddb67
move sqlite database into the data folder, makes it easier to set the correct permissions
14 years ago
Robin Appelman
8a6edd4654
Show currect filename when downloading files
14 years ago
Robin Appelman
b7aba15f17
add search functionality, for now only searches files but plugins/apps can extend that
14 years ago
Robin Appelman
4c0d6dc9e7
make OC_HOOKS actually work
14 years ago
Robin Appelman
cf76cad931
change printPageNavi() to getPageNavi() to allow some more flexibility
14 years ago
Marco Michelino
d1b4f74bc2
Avoid // in URIs
14 years ago
Robin Appelman
fe90bf4bdc
disable the backup system for now
14 years ago
Robin Appelman
67ba9b320e
seperate hooks for OC_FILESYSTEM and OC_FILESTORAGE
14 years ago
Robin Appelman
900ece18e7
seperate view and logic for pagenavi
14 years ago
Frank Karlitschek
91b5d8575a
add pager function to the base lib and remove the default table width
14 years ago
Robin Appelman
7b02151639
make the file permissions hint more clear
14 years ago
Frank Karlitschek
1372d8339d
add a date format function for more eyecandy
14 years ago
Robin Appelman
bf45dcb959
only check for permissions for folders that exists
14 years ago
Robin Appelman
d002ed0b94
set strict error reporting
14 years ago
Robin Appelman
5ccdea8e5b
save installation state of databases in appconfig instead of plugin.xml
14 years ago
Robin Appelman
f0e59b9043
better display for server configuration errors
14 years ago
Jakob Sack
964a55033a
never ever call a function you just removed
14 years ago
Robin Appelman
1495ec0f31
show server configuration errors on seperate page
14 years ago
Jakob Sack
8465f76e7e
Use OC_CONFIG where possible
14 years ago
Jakob Sack
177fd27382
Make OC_CONFIG working again
14 years ago
Jakob Sack
fc33094429
replaced $CONFIG_DB* with OC_CONFIG::getValue( "db*" )
14 years ago
Robin Appelman
69289bf943
move chmodr to OC_HELPER
14 years ago
Robin Appelman
26841884af
move OC_DB to it's own file
14 years ago
Robin Appelman
232654cb60
get rid of the oc_require and friends
14 years ago
Jakob Sack
f1015c88fa
Minor bug fixing
14 years ago
Jakob Sack
3d89b2caa4
php is not perl
14 years ago
Jakob Sack
3c01e30748
Try to make owncloud working again
14 years ago
Jakob Sack
149793f2e7
First version of the new user management
14 years ago
Jakob Sack
908e377246
Refactoring of OC_DB
14 years ago
Jakob Sack
d3502315bd
added class OC_HOOK to base.php. It is in base.php because it is needed
...
very ofter and it is quite small.
14 years ago
Robin Appelman
0f494970d1
Fix a couple of minor coding errors
14 years ago
Robin Appelman
1df0397163
only load mdb2 once as it was before
14 years ago