Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merged admin, help and settings to settings | Jan-Christoph Borchardt | 2011-08-13 | 1 | -5/+5 |
| | |||||
* | Add missing parameter to usersInGroup() | Michael Gapczynski | 2011-08-12 | 1 | -1/+1 |
| | |||||
* | better error reporting during installation | Frank Karlitschek | 2011-08-12 | 2 | -3/+8 |
| | |||||
* | fixed downloading of files with spaces in name for Firefox | Jan-Christoph Borchardt | 2011-08-12 | 1 | -1/+1 |
| | |||||
* | added jquery-tipsy for nice title tooltips | Jan-Christoph Borchardt | 2011-08-12 | 1 | -1/+4 |
| | |||||
* | lots of image changes, use svg EVERYWHERE POSSIBLE | Jan-Christoph Borchardt | 2011-08-11 | 2 | -14/+14 |
| | |||||
* | more work on encryption | Frank Karlitschek | 2011-08-11 | 3 | -10/+47 |
| | |||||
* | Merge branch 'master' of git.kde.org:owncloud | Frank Karlitschek | 2011-08-11 | 1 | -0/+1 |
|\ | |||||
| * | automaticaly login after setup | Robin Appelman | 2011-08-11 | 1 | -0/+1 |
| | | |||||
* | | hide the files admin page as long as we don have settings on the page | Frank Karlitschek | 2011-08-11 | 1 | -1/+1 |
|/ | |||||
* | bit of work on app management | Robin Appelman | 2011-08-11 | 1 | -8/+8 |
| | |||||
* | add OC_Group::usersInGroup() to get a list of all users in a group | Robin Appelman | 2011-08-11 | 3 | -4/+32 |
| | |||||
* | moved search box directly to template | Jan-Christoph Borchardt | 2011-08-10 | 1 | -3/+1 |
| | |||||
* | work on user management | Robin Appelman | 2011-08-10 | 2 | -2/+13 |
| | |||||
* | more work on the encryption library | Frank Karlitschek | 2011-08-10 | 1 | -3/+69 |
| | |||||
* | remove Log completely | Robin Appelman | 2011-08-10 | 5 | -183/+2 |
| | |||||
* | work in new app management | Robin Appelman | 2011-08-10 | 2 | -3/+17 |
| | |||||
* | make more strings translatable | Robin Appelman | 2011-08-10 | 1 | -5/+6 |
| | |||||
* | Copying globals to OC::* | Jakob Sack | 2011-08-10 | 1 | -0/+6 |
| | |||||
* | use sprintf for translations | Jakob Sack | 2011-08-10 | 1 | -3/+4 |
| | |||||
* | Merge MySQL and PostgreSQL input fields | Serge Martin | 2011-08-09 | 1 | -29/+16 |
| | |||||
* | apps can now add their own forms to the Personal page | Robin Appelman | 2011-08-08 | 1 | -0/+47 |
| | |||||
* | Merge branch 'master' of git://anongit.kde.org/owncloud | Jakob Sack | 2011-08-08 | 3 | -166/+38 |
|\ | | | | | | | | | Conflicts: lib/template.php | ||||
| * | do proper styling for settings pages | Robin Appelman | 2011-08-08 | 1 | -0/+5 |
| | | |||||
| * | dont use a different navigation page for settings stuff | Robin Appelman | 2011-08-08 | 2 | -167/+30 |
| | | |||||
| * | checking for apache server in setup | Bartek Przybylski | 2011-08-08 | 1 | -1/+3 |
| | | |||||
* | | Minor improvements | Jakob Sack | 2011-08-08 | 2 | -27/+18 |
|/ | |||||
* | Add postgresql support | Serge Martin | 2011-08-07 | 2 | -0/+104 |
| | | | | REVIEW: 102101 | ||||
* | user is a reserved word in postgresql | Serge Martin | 2011-08-07 | 2 | -3/+3 |
| | |||||
* | remove debug | Frank Karlitschek | 2011-08-07 | 1 | -1/+0 |
| | |||||
* | report the right webserver user to simplify setup and debug | Frank Karlitschek | 2011-08-07 | 1 | -1/+2 |
| | |||||
* | fix include path | Frank Karlitschek | 2011-08-07 | 1 | -1/+1 |
| | |||||
* | first step to file encription | Frank Karlitschek | 2011-08-07 | 1 | -0/+62 |
| | |||||
* | more improved error reporting | Frank Karlitschek | 2011-08-06 | 2 | -9/+12 |
| | |||||
* | Merge branch 'master' of git.kde.org:owncloud | Frank Karlitschek | 2011-08-06 | 2 | -7/+7 |
|\ | |||||
| * | Merge branch 'master' of git://anongit.kde.org/owncloud | Jakob Sack | 2011-08-06 | 1 | -5/+5 |
| |\ | |||||
| | * | descriptions for OC:: variables | Robin Appelman | 2011-08-06 | 1 | -5/+5 |
| | | | |||||
| * | | Database.xml | Jakob Sack | 2011-08-06 | 1 | -2/+2 |
| |/ | |||||
* / | nicer error report and streamlined setup | Frank Karlitschek | 2011-08-06 | 2 | -6/+22 |
|/ | |||||
* | fix template.php ;-) | Jakob Sack | 2011-08-06 | 1 | -3/+4 |
| | |||||
* | Merge branch 'master' of git://anongit.kde.org/owncloud | Jakob Sack | 2011-08-06 | 1 | -5/+5 |
|\ | |||||
| * | fix some forgotten quotes around strings | Robin Appelman | 2011-08-05 | 1 | -3/+3 |
| | | |||||
| * | fixed relative time calculation | Jan-Christoph Borchardt | 2011-08-05 | 1 | -5/+5 |
| | | |||||
* | | Add principals, minor changes in base.php | Jakob Sack | 2011-08-06 | 3 | -9/+224 |
|/ | |||||
* | selecting a text file from the search results now activates the text viewer | Robin Appelman | 2011-08-03 | 1 | -1/+8 |
| | |||||
* | limit the length of the mysql username during setup | Robin Appelman | 2011-08-02 | 1 | -1/+1 |
| | |||||
* | prepare replacing global $vars with OC::$vars | Jakob Sack | 2011-08-02 | 1 | -2/+25 |
| | |||||
* | Introducing a semiautoload. Enables autoload for classes that are not in lib/ | Jakob Sack | 2011-08-02 | 1 | -2/+15 |
| | |||||
* | some improvements to collection scanning | Robin Appelman | 2011-08-01 | 1 | -0/+2 |
| | |||||
* | add transitions to oc_db | Robin Appelman | 2011-07-31 | 1 | -0/+33 |
| |