Thomas Tanghus
|
e2ead7db86
|
Changed oc_preferences configvalue back to clob as it will give us bug reports in calendar, contacts and tasks if less.
|
13 years ago |
Michael Gapczynski
|
fd2ca21fc2
|
Allow share_with column to be null for links
|
13 years ago |
Jörn Friedrich Dreyer
|
f105e9b454
|
remove oc_log, as it is unused
add length to text columns or newer mysql will produce columns too wide
|
13 years ago |
jfd
|
59eb693e51
|
fix typo in db_structure
|
13 years ago |
Jakob Sack
|
595591a460
|
Backgroundjobs: Add table to db_structure.xml
|
13 years ago |
Michael Gapczynski
|
2554f674de
|
Database scheme for share API
|
13 years ago |
jfd
|
3aff7a298c
|
use CURRENT_TIMESTAMP in default column definitions (sqlite, mysql, postgres and oracle DO understand it), change clob columns to text (clob will give sorting and uniqueness problems and in general is not what we want)
|
13 years ago |
Georg Ehrke
|
acb196e17f
|
add group_admin table
|
13 years ago |
Thomas Tanghus
|
815eb2591a
|
Changed preferences configvalue to clob. Fixes several bugs e.g. oc-825 and oc-743.
|
13 years ago |
Thomas Tanghus
|
6e9fea341b
|
Changed preferences configvalue to clob. Fixes several bugs e.g. oc-825 and oc-743.
|
13 years ago |
Daniel
|
f0f1adb994
|
bugfix for oc-346
|
13 years ago |
Robin Appelman
|
65eee1f69d
|
clean pre-path_hash fscache entries
|
13 years ago |
Robin Appelman
|
7552390031
|
add path_hash to the filesystem cache
|
13 years ago |
Jakob Sack
|
3e84f170e7
|
The tables "principals" and "principalgroups" are obsolete
|
13 years ago |
Frank Karlitschek
|
a501d4b61e
|
change back to 32bit. autoincrement doesn´t work with sqlite otherwise
|
13 years ago |
Robin Appelman
|
dda79a90cf
|
don't limit ourselfs to 32bit integers
|
13 years ago |
Arthur Schiwon
|
ca874a3ad7
|
remove limit from configvalue for long config values
|
13 years ago |
Robin Appelman
|
9f3388ecbc
|
store writable flag for files
|
13 years ago |
Robin Appelman
|
df67c35017
|
some fixes to scanning
|
13 years ago |
Robin Appelman
|
a1dfe16d0a
|
postgresql needs contraint names to be unque across the database, not only the table
|
13 years ago |
Robin Appelman
|
024f4375b6
|
keep encrypted and versioned flag in fscache
|
14 years ago |
Robin Appelman
|
5a6aba1e11
|
provide caching for file metadata
|
14 years ago |
Frank Karlitschek
|
9ac084d0b8
|
remove for now. main repository is at projects.kde.org/owncloud
|
14 years ago |
Jakob Sack
|
8876ae0e98
|
Add two tables to db scheme file
|
14 years ago |
Jakob Sack
|
0fa41e9171
|
Update docs, db scheme
|
14 years ago |
Kamil Domanski
|
97ab331b2a
|
change db index names to avoid collisions
|
14 years ago |
Jakob Sack
|
d70dfbdebb
|
Renamed a few columns in order t ohave both sqlite and mysql up and running
|
14 years ago |
Robin Appelman
|
dd8f7f14d2
|
fix db_structure.xml
|
14 years ago |
Robin Appelman
|
fde08b2389
|
installer now works when using mysql
|
14 years ago |
Robin Appelman
|
5f69a7c5e5
|
updated version of db_structure.xml
|
14 years ago |
Robin Appelman
|
1e5081002b
|
fix error during the creation of the database table when using mysql
|
15 years ago |
Martin Sandsmark
|
9d99c4fbdc
|
update to comply with the OCS spec (lookup by application name too)
|
15 years ago |
Martin T. H. Sandsmark
|
64d4d57615
|
fix permissions, start to implement private data api
|
15 years ago |
Robin Appelman
|
581328fbc1
|
Fix custom database names
|
15 years ago |
Robin Appelman
|
a9fd0c67b4
|
Initial PostgreSQL support
|
15 years ago |
Robin Appelman
|
7503ad139b
|
use MDB2_Schema for the creation of the initial database
|
15 years ago |