Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | very ofter and it is quite small. | ||||
* | 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 ↵ | Matthew Dawson | 2011-03-17 | 1 | -0/+4 |
| | | | | | | | access/modification times. When PHP moves a file across filesystem boundaries, it does not update the access/modification times. Thus do it manually so that this information is not lost. | ||||
* | add the option to use LIKE instead of = when getting data from OCS | Robin Appelman | 2011-03-17 | 1 | -4/+17 |
| | | | | also fix the returned keys | ||||
* | added OC_FILESYSTEM::hash() | Robin Appelman | 2011-03-17 | 2 | -0/+13 |
| | | | | syntax is the same has http://www.php.net/manual/en/function.hash-file.php | ||||
* | 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 ↵ | Jakob Sack | 2011-03-12 | 3 | -31/+250 |
| | | | | libraries are skeletons only, the functions need to be written. | ||||
* | 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 ↵ | Jakob Sack | 2011-03-03 | 4 | -35/+80 |
| | | | | preferences | ||||
* | Make it possible to use several datadirs. | Jakob Sack | 2011-03-03 | 2 | -12/+9 |
| | | | | This could be useful if the user does not want his gallery images on the webdav storage. | ||||
* | Application "files" is able to list the files again, start of splitting css ↵ | Jakob Sack | 2011-03-02 | 1 | -1/+1 |
| | | | | files | ||||
* | 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 |
| | | | | optional | ||||
* | 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 ↵ | Jakob Sack | 2011-03-01 | 17 | -0/+6036 |
right from the beginning. Sorry. |