summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix js fail in media playerGeorg Ehrke2012-04-251-0/+1
|
* some performance improvements to the openstack swift backendRobin Appelman2012-04-251-1/+16
|
* fix mimetypes of encrypted filesRobin Appelman2012-04-252-25/+7
|
* minor filecache improvementsRobin Appelman2012-04-251-5/+10
|
* emit the correct hooks for file_put_contents and some readfile improvementsRobin Appelman2012-04-251-3/+16
|
* initial mount configuration workRobin Appelman2012-04-251-0/+48
|
* allow manually scanning of specific directoriesRobin Appelman2012-04-252-3/+4
|
* move granite also to apps-playground because it´s not stable yet and is no ↵Frank Karlitschek2012-04-2410-1797/+0
| | | | longer used
* Merge branch 'master' of gitorious.org:owncloud/owncloudFrank Karlitschek2012-04-2411-23/+241
|\
| * Added loading indicator.Thomas Tanghus2012-04-241-0/+1
| |
| * Contacts: Check that UIDs really are unique on import. Better solution would ↵Thomas Tanghus2012-04-241-3/+35
| | | | | | | | be to suggest to merge contacts, but that will have to wait to OC5 ;-)
| * Contacts: In app import (for Chrome and Firefox only)Thomas Tanghus2012-04-243-22/+14
| |
| * Contacts: Tried to format NOTE field a bit. Needs to be improved more though.Thomas Tanghus2012-04-242-1/+2
| |
| * OC_App::getStorage() failed if app dir didn't exist.Thomas Tanghus2012-04-241-0/+4
| |
| * Contacts: In app import. Cleanup still needed.Thomas Tanghus2012-04-247-15/+201
| |
| * Applied patches by Nicolas progweb at free.fr - ↵Thomas Tanghus2012-04-242-1/+3
| | | | | | | | https://mail.kde.org/pipermail/owncloud/2012-April/002900.html
* | non working app. moved to the apps-playground repositoryFrank Karlitschek2012-04-2412-1217/+0
|/
* wrote a new versioning app over the weekend. Basic functionality to far but ↵Frank Karlitschek2012-04-2310-0/+347
| | | | it works (TM) and has all the needed features (TM) for ownCloud 4. Userinterface integration and small improvements still missing.
* first step to an public api of ownCloud for the apps. In the future they ↵Frank Karlitschek2012-04-232-0/+63
| | | | shouldn´t call internall classes, functions or session variables because this will change and break in upcoming versions. Apps should only call this public interface that we will kepp stable over different releases. The namespace is OCP for ownCloud public. This is just the first step. more coming soon
* fixing multiselect overflow, issue 341Jan-Christoph Borchardt2012-04-231-3/+3
|
* adding proper copyright and license notice to the style filesJan-Christoph Borchardt2012-04-237-3/+23
|
* LDAP: optimize LDAP requests for users and groups. Settings are still to do, ↵Arthur Schiwon2012-04-232-18/+46
| | | | though.
* only retrieve requested attributesArthur Schiwon2012-04-231-1/+1
|
* don't forget to declare class propertiesArthur Schiwon2012-04-231-0/+1
|
* Wrong app check.Thomas Tanghus2012-04-231-1/+1
|
* Contacts: Tipsyfied photo toolbar.Thomas Tanghus2012-04-231-0/+1
|
* fix image viewerRobin Appelman2012-04-221-1/+1
|
* add the option to disable file encryption while still being able to decrypt ↵Robin Appelman2012-04-224-3/+11
| | | | existing files
* move files of fullcalendar 1.5.3Georg Ehrke2012-04-225-0/+0
|
* add new files of fullcalendar 1.5.3Georg Ehrke2012-04-227-0/+6427
|
* remove old fullcalendar filesGeorg Ehrke2012-04-228-6721/+0
|
* Contacts:Thomas Tanghus2012-04-228-48/+260
| | | | | - Added overlay toolbar to contact photo with 'Delete current', 'Edit current', 'Load from OC_Filesystem' and 'Upload' options. - Made action icons translucent instead of hiding them.
* Contacts: Clear cache for contact photo and thumbnail when it has been changed.Thomas Tanghus2012-04-223-3/+11
|
* hide alarm and attendees tabGeorg Ehrke2012-04-222-8/+8
|
* Personal settings: Emphasized labels etc, mono-spaced generated paths and ↵Thomas Tanghus2012-04-225-10/+12
| | | | moved text formatting to style sheet.
* Link to icon was absolute.Thomas Tanghus2012-04-221-1/+1
|
* Contacts: Added bg color and shadow to controls. I suck at CSS...Thomas Tanghus2012-04-221-1/+1
|
* Missing double quote.Thomas Tanghus2012-04-221-1/+1
|
* Contacts: Fix error on photo crop.Thomas Tanghus2012-04-221-7/+6
|
* Contacts: Changed layout as discussed with JanC. Still WiP.Thomas Tanghus2012-04-224-8/+467
|
* Don't trigger unnecessary change events.Thomas Tanghus2012-04-221-1/+3
|
* Contacts: Fixed contact photo drag'n'drop upload - again...Thomas Tanghus2012-04-221-4/+5
|
* Contacts: Add check for empty FN field.Thomas Tanghus2012-04-221-0/+8
|
* make the button a bit more consistent to the other ownCloud interfaceFrank Karlitschek2012-04-211-1/+1
|
* document the log settingsFrank Karlitschek2012-04-211-0/+3
|
* cleanup the admin page layout mess a bit. Still a lot to improve in the ↵Frank Karlitschek2012-04-212-4/+8
| | | | future :-)
* make field completely visibleFrank Karlitschek2012-04-211-1/+1
|
* use less spaceFrank Karlitschek2012-04-211-3/+3
|
* structure the information a bit more so that is easier readableFrank Karlitschek2012-04-211-4/+4
|
* Merge branch 'master' of gitorious.org:owncloud/owncloudFrank Karlitschek2012-04-2138-404/+1432
|\