summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Using DB table prefix in 'inc/HTTP/WebDAV/Server/Filesyste.php'Aldo "xoen" Giambelluca2010-07-041-13/+29
| | | | |
| | * | | Changed table name from Log to log in 'inc/lib_log.php'Aldo "xoen" Giambelluca2010-07-041-2/+2
| | | | |
| | * | | Now DB tables are created with the right name (using the prefix)Aldo "xoen" Giambelluca2010-07-041-0/+3
| | | | |
| | * | | Write DB table prefix into the configuration fileAldo "xoen" Giambelluca2010-07-041-16/+17
| | | | |
| | * | | Added a input for the DB table prefix in 'inc/templates/adminform.php'Aldo "xoen" Giambelluca2010-07-041-6/+8
| | | | |
| | * | | Using table prefix preference in 'inc/lib_user.php'Aldo "xoen" Giambelluca2010-07-031-11/+44
| | | | |
| | * | | Using table prefix preference in 'inc/lib_ocs.php'Aldo "xoen" Giambelluca2010-07-031-2/+4
| | | | |
| | * | | Using table prefix preference in 'inc/lib_log.php'Aldo "xoen" Giambelluca2010-07-031-7/+14
| | | | |
| | * | | Using table prefix preference and some reformattingAldo "xoen" Giambelluca2010-07-031-7/+15
| | | | |
| | * | | Added variable $CONFIG_DBTABLEPREFIX in configuration file for table prefixAldo "xoen" Giambelluca2010-07-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Table prefix is useful where only one DB is possible (cheap hosting). this way is possible define something like a "namespace" default is 'oc_'
| * | | | Merge branch 'master' of gitorious.org:owncloud/owncloudRobin Appelman2010-07-0512-102/+187
| |\ \ \ \
| * | | | | Fix some database problems, do not use the cache when creating usersRobin Appelman2010-07-0516-5369/+5370
| | | | | |
| * | | | | Cache user and group id's to save some queriesRobin Appelman2010-06-221-0/+19
| | | | | |
| * | | | | Initial PostgreSQL supportRobin Appelman2010-06-206-53/+101
| | | | | |
| * | | | | use MDB2_Schema for the creation of the initial databaseRobin Appelman2010-06-1822-178/+8048
| | | | | |
| * | | | | fix insertid in OC_DBRobin Appelman2010-06-111-6/+1
| | | | | |
| * | | | | fix loading of pluginsRobin Appelman2010-06-111-1/+1
| | | | | |
* | | | | | fix line feedsRobin Appelman2010-07-096-5345/+5345
| | | | | |
* | | | | | Merge branch 'merge'Robin Appelman2010-07-083-7/+19
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge commit 'refs/merge-requests/23' of ↵Robin Appelman2010-07-083-7/+19
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge
| | * | | | | load all pluginsSandro2010-06-291-3/+15
| | | | | | |
| | * | | | | show users/group configSandro2010-06-282-4/+4
| | | | | | |
| | * | | | | load pluginsSandro2010-06-281-1/+1
| | | | | | |
* | | | | | | Fix page not refreshing after loginRobin Appelman2010-07-062-2/+9
| |_|_|_|_|/ |/| | | | |
* | | | | | fix affected frows and free_result in OC_DBRobin Appelman2010-07-051-4/+12
| |_|_|/ / |/| | | |
* | | | | mayor improvements in the handling of locks in webdavRobin Appelman2010-07-051-18/+70
| | | | |
* | | | | fix recursive copying of folders with webdavRobin Appelman2010-07-043-7/+39
| | | | |
* | | | | fix wrong header sent as response when overwriting files in webdavRobin Appelman2010-07-041-5/+0
| | | | |
* | | | | fix silly mistake in previous commitRobin Appelman2010-07-041-1/+1
| | | | |
* | | | | fix potential infinite loopRobin Appelman2010-07-041-4/+4
|/ / / /
* | | / Made first run a valid XHTML document ;)Aldo "xoen" Giambelluca2010-07-041-5/+5
| |_|/ |/| | | | | | | | | | | * form action specified * attribute checked of checkboxes was minimized (http://www.w3.org/TR/xhtml1/#h-4.5)
* | | Font size now respect user preferencesAldo "xoen" Giambelluca2010-06-301-19/+20
| | | | | | | | | | | | | | | | | | | | | This is made using em unit instead of pt for font-size. "New" sizes are relative to the font-size choosen by the user. Changed 9pt in 0.95em, 8pt in 0.8em and 7pt in 0.7em, tested on Firefox. This should fix zoom in/out in IE.
* | | Fixed some validation error in /settingsAldo "xoen" Giambelluca2010-06-291-2/+2
| | | | | | | | | | | | | | | | | | * Form action not specified * An input field was not closed * Made an input field child of a div
* | | Specified character encodingAldo "xoen" Giambelluca2010-06-291-0/+1
| | | | | | | | | | | | Valitating produce a warning
* | | change target directory for uploads when changing folders in web-frontendRobin Appelman2010-06-292-4/+7
|/ /
* | fix webroot when using symlinksRobin Appelman2010-06-271-2/+3
| |
* | right WEBROOTSandro2010-06-271-24/+5
| |
* | fix users being to able to read files outside the datadirRobin Appelman2010-06-252-12/+33
| |
* | fix checkboxes in filebrowser in konquerorRobin Appelman2010-06-221-2/+0
|/
* fix changing password when using sqliteRobin Appelman2010-06-112-1/+2
|
* Merge commit 'refs/merge-requests/19' of git://gitorious.org/owncloud/owncloudRobin Appelman2010-06-091-1/+1
|\
| * Set the footer version to RC1v1.0RC1Gaël Beaudoin2010-06-091-1/+1
| |
* | changed a single typo. 'to' --> 'too'.Willi Ballenthin2010-06-091-1/+1
|/
* improved detection of WEBROOTRobin Appelman2010-06-071-2/+21
|
* less options when using sqlite during first runRobin Appelman2010-06-061-3/+3
|
* disable user managment for nowRobin Appelman2010-06-062-2/+3
|
* better error messages if there are premission problemsRobin Appelman2010-06-011-6/+8
|
* notify the user if sqlite isn't installed during the first dialogRobin Appelman2010-06-011-1/+5
|
* use proper file mode when testing config file for write premissionsRobin2010-05-241-1/+1
|
* only check for a writeable config.php when attempting to change the configRobin2010-05-232-3/+4
|