Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add flag in info.xml to control the apps that are installed by default | Bart Visscher | 2011-09-27 | 2 | -4/+6 |
| | |||||
* | check for php modules | Frank Karlitschek | 2011-09-27 | 1 | -1/+8 |
| | |||||
* | Fix space in comment | Bart Visscher | 2011-09-26 | 1 | -1/+1 |
| | |||||
* | dont set content type to json for Apps | Robin Appelman | 2011-09-26 | 1 | -2/+4 |
| | |||||
* | Use OC_JSON for json responses | Bart Visscher | 2011-09-25 | 1 | -0/+68 |
| | | | | | Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit. | ||||
* | remove some debug statements | Robin Appelman | 2011-09-25 | 1 | -3/+0 |
| | |||||
* | fix uploading files using webdav | Robin Appelman | 2011-09-25 | 1 | -1/+1 |
| | |||||
* | fix warning when uploading file using webdav | Florian Pritz | 2011-09-24 | 2 | -1/+4 |
| | | | | | | | | | When uploading a file using davfs php warned about a missing argument to OC_FileProxy_Quota::preFile_put_contents(). Since we get a resource from OC_Connector_Sabre_File->put(), we have to convert that before running strlen because it expects a string. Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | set cookie secure if forcessl is enabled | Florian Pritz | 2011-09-24 | 2 | -5/+8 |
| | | | | | | | This also moves session_start in lib/base.php down a bit because we need OC::$SERVERROOT to get the config settings. Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | only call error_log() if DEBUG is true | Florian Pritz | 2011-09-24 | 5 | -17/+17 |
| | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | use jquery 1.6.4 | Florian Pritz | 2011-09-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | Make event category choice multiselect | Bart Visscher | 2011-09-23 | 1 | -1/+1 |
| | |||||
* | Move some common code to OC_Util | Bart Visscher | 2011-09-18 | 1 | -0/+31 |
| | | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage | ||||
* | Cleanup lib/base.php | Bart Visscher | 2011-09-18 | 4 | -170/+112 |
| | |||||
* | Remove global vars and use the OC static version. | Bart Visscher | 2011-09-18 | 14 | -134/+80 |
| | | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY | ||||
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud | Bartek Przybylski | 2011-09-18 | 1 | -2/+2 |
|\ | |||||
| * | fix creating groups | Robin Appelman | 2011-09-18 | 1 | -2/+2 |
| | | |||||
* | | remember changed not to store password in cookie | Bartek Przybylski | 2011-09-18 | 1 | -13/+19 |
|/ | |||||
* | Changed behaviour of remember checkbox | Bartek Przybylski | 2011-09-18 | 1 | -4/+11 |
| | |||||
* | dont use numRows when it's not needed since it can be expensive | Robin Appelman | 2011-09-17 | 4 | -15/+12 |
| | |||||
* | removed excess white space inside parentheses | Jan-Christoph Borchardt | 2011-09-12 | 1 | -41/+41 |
| | |||||
* | fixed translation detection thanks to Xuetian Weng | Jan-Christoph Borchardt | 2011-09-12 | 1 | -2/+2 |
| | |||||
* | Use OC_Helper::linkTo also for absolute urls. | Bart Visscher | 2011-09-09 | 1 | -1/+7 |
| | | | | One central place to check for https. | ||||
* | removed database table prefix choice, use oc_ | Jan-Christoph Borchardt | 2011-09-04 | 1 | -5/+2 |
| | |||||
* | setup.php: Get 'datadirectory' from config file instead of 'datadir' | Aloisio Almeida Jr | 2011-09-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Aloisio Almeida Jr <aloisiojr@gmail.com> | ||||
* | Remove execute permissions from source files | Bart Visscher | 2011-09-03 | 2 | -0/+0 |
| | |||||
* | Removed db4app and test_db | Côme BERNIGAUD | 2011-09-01 | 1 | -117/+0 |
| | |||||
* | Merge branch 'master' of git.kde.org:owncloud | Côme BERNIGAUD | 2011-09-01 | 2 | -2/+4 |
|\ | |||||
| * | do not user directories when navigating to /data. Needs more security. | Jan-Christoph Borchardt | 2011-08-31 | 1 | -0/+1 |
| | | |||||
| * | files not viewable from the outside by adresses anymore | Jan-Christoph Borchardt | 2011-08-31 | 1 | -1/+2 |
| | | |||||
| * | fixed picture preview broken for some, thanks to Felix on Shapado | Jan-Christoph Borchardt | 2011-08-29 | 1 | -1/+1 |
| | | |||||
* | | Translation for date column | Côme BERNIGAUD | 2011-08-28 | 1 | -10/+11 |
|/ | |||||
* | Fixed a bug in appconfig, where an initially empty set value led to endless ↵ | Robin Appelman | 2011-08-28 | 1 | -2/+2 |
| | | | | | | duplicates of this app/key pair. Path by Elias Probst <mail@eliasprobst.eu> | ||||
* | Fix undefined index license in Apps | Michael Gapczynski | 2011-08-27 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of git.kde.org:owncloud | Côme BERNIGAUD | 2011-08-27 | 1 | -6/+6 |
|\ | |||||
| * | fixed installer failing due to htaccess. Thanks to Elias Probst | Jan-Christoph Borchardt | 2011-08-27 | 1 | -6/+6 |
| | | |||||
* | | Added db4app lib, and apps test_db that shows how it works. | Côme BERNIGAUD | 2011-08-27 | 2 | -1/+118 |
|/ | | | | Also fixed a typo in db.php | ||||
* | fix issue with login being case insensitve | Robin Appelman | 2011-08-25 | 2 | -13/+17 |
| | |||||
* | allow apps to register form for the settings and admin pages | Robin Appelman | 2011-08-23 | 1 | -1/+7 |
| | |||||
* | fix .htaccess file crashing apache+php-cgi | Robin Appelman | 2011-08-22 | 1 | -5/+7 |
| | |||||
* | fix installing shipped apps | Robin Appelman | 2011-08-22 | 2 | -12/+23 |
| | |||||
* | add some todos | Frank Karlitschek | 2011-08-20 | 1 | -5/+6 |
| | |||||
* | more valid HTML, alt attributes, refactored pagenavi etc. | Jan-Christoph Borchardt | 2011-08-20 | 1 | -2/+2 |
| | |||||
* | Merge branch 'sharing' | Jan-Christoph Borchardt | 2011-08-17 | 2 | -2/+7 |
|\ | |||||
| * | This should actually make the 'Shared' directory automatically everytime | Michael Gapczynski | 2011-08-15 | 1 | -1/+1 |
| | | |||||
| * | Automatic creation of 'Shared' directory, bug fixes for an empty 'Shared' ↵ | Michael Gapczynski | 2011-08-15 | 1 | -2/+2 |
| | | | | | | | | directory | ||||
| * | Merge branch 'master' into sharing | Michael Gapczynski | 2011-08-15 | 7 | -236/+263 |
| |\ | |||||
| * \ | resolved merge conflict | Jan-Christoph Borchardt | 2011-08-14 | 2 | -17/+17 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into sharing | Michael Gapczynski | 2011-08-12 | 4 | -5/+13 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: files/css/files.css | ||||
| * | | | | Add missing parameter to usersInGroup() | Michael Gapczynski | 2011-08-12 | 1 | -1/+1 |
| | | | | |