aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Make event category choice multiselectBart Visscher2011-09-231-1/+1
|
* Move some common code to OC_UtilBart Visscher2011-09-181-0/+31
| | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage
* Cleanup lib/base.phpBart Visscher2011-09-184-170/+112
|
* Remove global vars and use the OC static version.Bart Visscher2011-09-1814-134/+80
| | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
* Merge branch 'master' of git://gitorious.org/owncloud/owncloudBartek Przybylski2011-09-181-2/+2
|\
| * fix creating groupsRobin Appelman2011-09-181-2/+2
| |
* | remember changed not to store password in cookieBartek Przybylski2011-09-181-13/+19
|/
* Changed behaviour of remember checkboxBartek Przybylski2011-09-181-4/+11
|
* dont use numRows when it's not needed since it can be expensiveRobin Appelman2011-09-174-15/+12
|
* removed excess white space inside parenthesesJan-Christoph Borchardt2011-09-121-41/+41
|
* fixed translation detection thanks to Xuetian WengJan-Christoph Borchardt2011-09-121-2/+2
|
* Use OC_Helper::linkTo also for absolute urls.Bart Visscher2011-09-091-1/+7
| | | | One central place to check for https.
* removed database table prefix choice, use oc_Jan-Christoph Borchardt2011-09-041-5/+2
|
* setup.php: Get 'datadirectory' from config file instead of 'datadir'Aloisio Almeida Jr2011-09-031-1/+1
| | | | Signed-off-by: Aloisio Almeida Jr <aloisiojr@gmail.com>
* Remove execute permissions from source filesBart Visscher2011-09-032-0/+0
|
* Removed db4app and test_dbCôme BERNIGAUD2011-09-011-117/+0
|
* Merge branch 'master' of git.kde.org:owncloudCôme BERNIGAUD2011-09-012-2/+4
|\
| * do not user directories when navigating to /data. Needs more security.Jan-Christoph Borchardt2011-08-311-0/+1
| |
| * files not viewable from the outside by adresses anymoreJan-Christoph Borchardt2011-08-311-1/+2
| |
| * fixed picture preview broken for some, thanks to Felix on ShapadoJan-Christoph Borchardt2011-08-291-1/+1
| |
* | Translation for date columnCôme BERNIGAUD2011-08-281-10/+11
|/
* Fixed a bug in appconfig, where an initially empty set value led to endless ↵Robin Appelman2011-08-281-2/+2
| | | | | | duplicates of this app/key pair. Path by Elias Probst <mail@eliasprobst.eu>
* Fix undefined index license in AppsMichael Gapczynski2011-08-271-0/+1
|
* Merge branch 'master' of git.kde.org:owncloudCôme BERNIGAUD2011-08-271-6/+6
|\
| * fixed installer failing due to htaccess. Thanks to Elias ProbstJan-Christoph Borchardt2011-08-271-6/+6
| |
* | Added db4app lib, and apps test_db that shows how it works.Côme BERNIGAUD2011-08-272-1/+118
|/ | | | Also fixed a typo in db.php
* fix issue with login being case insensitveRobin Appelman2011-08-252-13/+17
|
* allow apps to register form for the settings and admin pagesRobin Appelman2011-08-231-1/+7
|
* fix .htaccess file crashing apache+php-cgiRobin Appelman2011-08-221-5/+7
|
* fix installing shipped appsRobin Appelman2011-08-222-12/+23
|
* add some todosFrank Karlitschek2011-08-201-5/+6
|
* more valid HTML, alt attributes, refactored pagenavi etc.Jan-Christoph Borchardt2011-08-201-2/+2
|
* Merge branch 'sharing'Jan-Christoph Borchardt2011-08-172-2/+7
|\
| * This should actually make the 'Shared' directory automatically everytimeMichael Gapczynski2011-08-151-1/+1
| |
| * Automatic creation of 'Shared' directory, bug fixes for an empty 'Shared' ↵Michael Gapczynski2011-08-151-2/+2
| | | | | | | | directory
| * Merge branch 'master' into sharingMichael Gapczynski2011-08-157-236/+263
| |\
| * \ resolved merge conflictJan-Christoph Borchardt2011-08-142-17/+17
| |\ \
| * \ \ Merge branch 'master' into sharingMichael Gapczynski2011-08-124-5/+13
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: files/css/files.css
| * | | | Add missing parameter to usersInGroup()Michael Gapczynski2011-08-121-1/+1
| | | | |
| * | | | Merge branch 'master' into sharingMichael Gapczynski2011-08-117-32/+70
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore
| * \ \ \ \ merged master into sharingJan-Christoph Borchardt2011-08-115-9/+46
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into sharingMichael Gapczynski2011-08-108-197/+104
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: files/templates/index.php
| * \ \ \ \ \ \ Merge branch 'master' into sharingMichael Gapczynski2011-08-094-220/+117
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into sharingMichael Gapczynski2011-08-0711-25/+505
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: files/css/files.css lib/base.php
| * | | | | | | | | Move registering shared storage out of baseMichael Gapczynski2011-08-011-2/+0
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' into sharingMichael Gapczynski2011-07-313-11/+25
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into sharingMichael Gapczynski2011-07-302-7/+10
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into sharing. Integrate with changes in master, rename ↵Michael Gapczynski2011-07-3043-1424/+1356
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | classes Conflicts: lib/base.php
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into sharingMichael Gapczynski2011-07-291-20/+28
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: core/templates/layout.user.php
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into sharingMichael Gapczynski2011-07-297-120/+98
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: files/templates/index.php