aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added function to make url absoluteBart Visscher2012-08-072-4/+15
* Fix rewriting GET parameters with ? in REQUESTEDAPPBart Visscher2012-08-071-1/+1
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-0731-148/+185
* Some UI improvements on the addressbooks settings.Thomas Tanghus2012-08-073-9/+19
* Check if New and Upload buttons exist before adding their width to the total ...Michael Gapczynski2012-08-061-1/+5
* Change hardcoded urls to use linkTo functionBart Visscher2012-08-066-11/+26
* LDAP: layout settings form. Hope it is now a bit clearer and prettier.Arthur Schiwon2012-08-063-17/+27
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-0617-114/+170
* LDAP: offer option to disable SSL certificate checks. Works around problems w...Arthur Schiwon2012-08-053-1/+14
* remove accidentally added blank linesArthur Schiwon2012-08-051-2/+0
* LDAP: check for always available attribute on userExists, fixes oc-1440Arthur Schiwon2012-08-051-3/+3
* add missing \Arthur Schiwon2012-08-051-1/+1
* LDAP: sanitize user and group base trees for strripos comparison. fixes oc-1302Arthur Schiwon2012-08-051-2/+4
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-0564-576/+1012
* Correct path to ajax file.Thomas Tanghus2012-08-052-5/+5
* Make 3rd party label a bit smaller.Thomas Tanghus2012-08-051-1/+1
* Some more pixel pushing.Thomas Tanghus2012-08-051-2/+2
* CSS tweaks for app settings.Thomas Tanghus2012-08-052-6/+11
* Return possibly changed appid.Thomas Tanghus2012-08-051-3/+4
* Small changes to allow updating main menu dynamically.Thomas Tanghus2012-08-053-7/+8
* Fix scrollbar issue. Fixes oc-1414Tom Needham2012-08-041-1/+1
* Restructure JS code and small fixes.Thomas Tanghus2012-08-041-55/+63
* Listen to correct undo click for undoing deleting usersMichael Gapczynski2012-08-041-1/+1
* Show delete tipsy for usersMichael Gapczynski2012-08-043-7/+10
* Tweak users delete notificationMichael Gapczynski2012-08-043-3/+3
* Fix condition checking for resizing breadcrumbsMichael Gapczynski2012-08-041-1/+1
* Dynamically resize breadcrumbs, fix for bug oc-468Michael Gapczynski2012-08-041-0/+59
* Use correct variable name.Thomas Tanghus2012-08-041-19/+19
* Remove unused code.Thomas Tanghus2012-08-041-33/+0
* Merge branch 'master' of gitorious.org:owncloud/owncloudAlessandro Cosentino2012-08-041-1/+1
|\
| * Wait with csrf check for now.Thomas Tanghus2012-08-041-1/+1
* | link of Add your app was brokenAlessandro Cosentino2012-08-041-1/+1
|/
* And add the file goddammitThomas Tanghus2012-08-041-0/+65
* Load OCS apps in an ajax call to avoid blocking the WUI.Thomas Tanghus2012-08-044-33/+86
* OC_App::getAppVersion return blank if version is not specifiedAlessandro Cosentino2012-08-041-1/+1
* reset version number when not specified - again bug oc-1433Alessandro Cosentino2012-08-041-1/+5
* fix label for versioning in admin settingsGeorg Ehrke2012-08-041-1/+1
* fixes bug oc-1433Alessandro Cosentino2012-08-041-0/+1
* hide morelog button if there are no more log entries - bugfix for oc-1398Georg Ehrke2012-08-044-1/+10
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-04109-5438/+5718
* Reorganize ajax scripts.Thomas Tanghus2012-08-039-8/+8
* Some fixes for keyboard shortcuts.Thomas Tanghus2012-08-032-22/+43
* FF complained about missing charset.Thomas Tanghus2012-08-032-2/+2
* White space.Thomas Tanghus2012-08-031-5/+5
* Revert "Removed text/plain header."Thomas Tanghus2012-08-033-0/+7
* add iWork mimetypesGeorg Ehrke2012-08-031-0/+3
* Calendar: remove double html encodingBart Visscher2012-08-031-2/+2
* audit: update appinfo to OC4Bart Visscher2012-08-031-1/+2
* Merge branch 'chunked_upload'Bart Visscher2012-08-035-5/+176
|\
| * Chunked upload: Support reusing local chunksBart Visscher2012-07-274-3/+96