| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring | Jakob Sack | 2011-04-16 | 3 | -33/+86 |
|\ |
|
| * | Merge branch 'refactoring' of git.kde.org:owncloud into refactoring | Frank Karlitschek | 2011-04-16 | 1 | -4/+8 |
| |\ |
|
| | * | Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring | Arthur Schiwon | 2011-04-16 | 1 | -29/+24 |
| | |\ |
|
| | * | | don't manifold slashes in case empty $app is forwarded to linkTo() | Arthur Schiwon | 2011-04-16 | 1 | -4/+8 |
| * | | | new cool ocs client, but still empty | Frank Karlitschek | 2011-04-16 | 1 | -0/+54 |
| | |/
| |/| |
|
| * | | port OC_OCS to prepared statements | Robin Appelman | 2011-04-16 | 1 | -29/+24 |
| |/ |
|
* / | First sketch of a user administration | Jakob Sack | 2011-04-16 | 1 | -1/+1 |
|/ |
|
* | Use OC_CONFIG where possible | Jakob Sack | 2011-04-16 | 4 | -71/+65 |
* | Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring | Jakob Sack | 2011-04-16 | 1 | -72/+60 |
|\ |
|
| * | port WebDAV to prepared statements | Robin Appelman | 2011-04-16 | 1 | -72/+60 |
* | | Make OC_CONFIG working again | Jakob Sack | 2011-04-16 | 2 | -6/+3 |
* | | replaced $CONFIG_DB* with OC_CONFIG::getValue( "db*" ) | Jakob Sack | 2011-04-16 | 3 | -14/+20 |
|/ |
|
* | Added a dump of the database | Jakob Sack | 2011-04-16 | 1 | -7/+7 |
* | Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring | Jakob Sack | 2011-04-16 | 10 | -462/+378 |
|\ |
|
| * | move chmodr to OC_HELPER | Robin Appelman | 2011-04-16 | 2 | -25/+31 |
| * | move OC_DB to it's own file | Robin Appelman | 2011-04-16 | 3 | -295/+318 |
| * | merge | Robin Appelman | 2011-04-16 | 4 | -10/+32 |
| |\ |
|
| * | | get rid of the oc_require and friends | Robin Appelman | 2011-04-16 | 8 | -145/+32 |
* | | | Support for navigation sub entries | Jakob Sack | 2011-04-16 | 1 | -3/+64 |
| |/
|/| |
|
* | | Fix template.php | Jakob Sack | 2011-04-16 | 1 | -1/+1 |
* | | apps are now stored in /apps | Jakob Sack | 2011-04-16 | 3 | -5/+27 |
* | | Minor bug fixing | Jakob Sack | 2011-04-15 | 2 | -5/+5 |
|/ |
|
* | php is not perl | Jakob Sack | 2011-04-15 | 5 | -48/+45 |
* | Try to make owncloud working again | Jakob Sack | 2011-04-15 | 3 | -30/+21 |
* | First version of the new user management | Jakob Sack | 2011-04-15 | 7 | -613/+526 |
* | Fixed some small bugs | Jakob Sack | 2011-04-08 | 2 | -5/+5 |
* | Implementation of OC_APPCONFIG, OC_CONFIG and OC_PREFERENCES | Jakob Sack | 2011-04-08 | 3 | -29/+210 |
* | Refactoring of OC_DB | Jakob Sack | 2011-04-08 | 1 | -196/+218 |
* | added class OC_HOOK to base.php. It is in base.php because it is needed | Jakob Sack | 2011-03-29 | 1 | -10/+64 |
* | Fix a couple of minor coding errors | Robin Appelman | 2011-03-18 | 3 | -7/+7 |
* | only load mdb2 once as it was before | Robin Appelman | 2011-03-17 | 1 | -2/+2 |
* | When moving a file from/to a temporary location, also update the file access/... | Matthew Dawson | 2011-03-17 | 1 | -0/+4 |
* | add the option to use LIKE instead of = when getting data from OCS | Robin Appelman | 2011-03-17 | 1 | -4/+17 |
* | added OC_FILESYSTEM::hash() | Robin Appelman | 2011-03-17 | 2 | -0/+13 |
* | OC_HELPER, OC_LOG and OC_TEMPLATE prepared for refactoring | Jakob Sack | 2011-03-13 | 5 | -145/+240 |
* | OC_CONFIG prepared for refactoring | Jakob Sack | 2011-03-12 | 1 | -373/+71 |
* | Refactoring OC_APPCONFIG and OC_PREFERENCES, minor changes to OC_APP. These l... | Jakob Sack | 2011-03-12 | 3 | -31/+250 |
* | Small fixes in OC_APP, removed functions in OC_UTIL that now are in OC_APP | Jakob Sack | 2011-03-11 | 2 | -38/+37 |
* | Preparing OC_APP. It now includes information for all functions planned. | Jakob Sack | 2011-03-11 | 1 | -3/+268 |
* | Base for a more flexible navigation | Jakob Sack | 2011-03-03 | 2 | -10/+12 |
* | New classes for owncloud: OC_APP for applications, OC_PREFERENCES for user pr... | Jakob Sack | 2011-03-03 | 4 | -35/+80 |
* | Make it possible to use several datadirs. | Jakob Sack | 2011-03-03 | 2 | -12/+9 |
* | Application "files" is able to list the files again, start of splitting css f... | Jakob Sack | 2011-03-02 | 1 | -1/+1 |
* | Added helper for filesize, fixed wrong name for mimetypeIcon() | Jakob Sack | 2011-03-02 | 2 | -1/+37 |
* | Introducing OC_HELPER for small helper functions; making setup of filesystem ... | Jakob Sack | 2011-03-02 | 3 | -94/+133 |
* | Make the templates working again. | Jakob Sack | 2011-03-02 | 1 | -5/+11 |
* | Getting rid of Smarty, using our own template system | Jakob Sack | 2011-03-02 | 1 | -38/+42 |
* | Say Smarty to only use one compile directory. Makes setup somewhat easier. | Jakob Sack | 2011-03-02 | 1 | -1/+1 |
* | Start of the refactoring. Commit is quite big because I forgot to use git rig... | Jakob Sack | 2011-03-01 | 17 | -0/+6036 |