summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* added new user settings interface for deleting old file versionsSam Tuke2012-06-206-15/+124
* Merge branch 'master' of gitorious.org:owncloud/owncloudSam Tuke2012-06-2020-19/+317
|\
| * Merge branch 'shared_log'Bart Visscher2012-06-209-0/+197
| |\
| | * Add app for logging access to shared filesBart Visscher2012-06-149-0/+197
| * | Merge branch 'audit'Bart Visscher2012-06-205-0/+103
| |\ \
| | * | Audit: Log sharing actionsBart Visscher2012-05-074-0/+27
| | * | Audit: Log messages with separate functionBart Visscher2012-05-071-9/+12
| | * | Audit: Add user login/logout loggingBart Visscher2012-05-072-0/+17
| | * | Start of audit appBart Visscher2012-05-073-0/+56
| * | | Delay setup of FS until OC_Filesystem is usedBart Visscher2012-06-202-12/+10
| * | | Adjust OC_Filesystem use in hooks to string, so the class is loaded as late a...Bart Visscher2012-06-202-2/+2
| * | | use sanitizeHTML() functionBjoern Schiessle2012-06-203-5/+5
* | | | removed readdir to fix bug oc-1054Sam Tuke2012-06-202-3/+0
|/ / /
* | | Merge branch 'master' of gitorious.org:owncloud/owncloudBjoern Schiessle2012-06-202-3/+11
|\ \ \
| * | | forgotten $, incorrect subtractArthur Schiwon2012-06-201-2/+2
| * | | LDAP: only map users within the User Base TreeArthur Schiwon2012-06-202-3/+11
* | | | use new sanitizeHTML() functionBjoern Schiessle2012-06-202-8/+8
|/ / /
* | | Fixed deleteAll function for deleting all old versions of files (expireAll)Sam Tuke2012-06-193-22/+47
* | | Re-add missing loadhandlers() call.Thomas Tanghus2012-06-191-0/+1
* | | Loading of contacts was placed outside of $(document).ready() function.Thomas Tanghus2012-06-191-1/+2
* | | fixes oc-1026Thomas Mueller2012-06-181-1/+1
* | | fix problem with encryption flag not being saved correctly in the filecacheRobin Appelman2012-06-181-1/+1
* | | Allow apps to load before login, needed for user_openidBart Visscher2012-06-181-0/+1
* | | Remove obsolete js.Thomas Tanghus2012-06-181-16/+0
* | | Update js after contactlist change.Thomas Tanghus2012-06-181-14/+15
* | | Removed erroneous value attributes. Partial fix for oc-1029.Thomas Tanghus2012-06-181-4/+4
* | | Save addressbook id to be able to rearrange contacts properly.Thomas Tanghus2012-06-171-11/+16
* | | Make contact list fit in viewport.Thomas Tanghus2012-06-171-1/+1
* | | Rearrange markup.Thomas Tanghus2012-06-171-6/+8
* | | Add thumbnail links so they are loaded when addressbook is expanded.Thomas Tanghus2012-06-171-2/+2
* | | Use uasort instead of usort.Thomas Tanghus2012-06-171-1/+1
* | | Sort addressbooks.Thomas Tanghus2012-06-171-0/+9
* | | Add effect on addressbook show/hide.Thomas Tanghus2012-06-171-1/+1
* | | Add effect on addressbook show/hide.Thomas Tanghus2012-06-171-1/+1
* | | Adjustments for inview handler etc.Thomas Tanghus2012-06-171-5/+21
* | | Moved parsing to the controller and js to contacts.js.Thomas Tanghus2012-06-171-25/+7
* | | Obsolete language="Javascript".Thomas Tanghus2012-06-171-1/+1
* | | Obsolete language="Javascript".Thomas Tanghus2012-06-171-1/+1
* | | Styled address book entries.Thomas Tanghus2012-06-171-1/+2
* | | Make the parsing in the controller, not in the template. Assign only relevant...Thomas Tanghus2012-06-171-17/+20
* | | now a little less in template - more in ajax controllerStephan Bergemann2012-06-174-38/+45
* | | contacts app now lists contacts sorted by expandable/collapsable addressbooksStephan Bergemann2012-06-174-33/+66
* | | user_migrate: remove old codeTom Needham2012-06-171-2/+1
* | | suppress error when using is_dir on non directory in smb backendRobin Appelman2012-06-171-1/+1
* | | improve caching smb results a bitRobin Appelman2012-06-171-0/+4
* | | improve filecache support for smbRobin Appelman2012-06-171-1/+43
* | | PDF Viewer: Double encode link.Thomas Tanghus2012-06-161-1/+1
* | | files_imageviewer: Double encode paths. Fixes oc-1016.Thomas Tanghus2012-06-161-1/+1
* | | Fix char encoding.Thomas Tanghus2012-06-162-7/+8
* | | Fix string encoding probs.Thomas Tanghus2012-06-165-17/+24