summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | first icon update. Next step: make sprited hover state (like for home already)Jan-Christoph Borchardt2012-10-279-5023/+142
| * | | | | | | | | | | | | | | | first base on navigation rework, less obtrusive, icons need to be updated, se...Jan-Christoph Borchardt2012-10-267-89/+66
* | | | | | | | | | | | | | | | | Merge pull request #1099 from herbrechtsmeier/ssl-proxyThomas Müller2013-01-3110-9/+130
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | add SSL proxy supportherbrechtsmeier2013-01-312-4/+16
| * | | | | | | | | | | | | | | | | add multiple domains reverse proxy supportStefan Herbrechtsmeier2013-01-3110-7/+116
* | | | | | | | | | | | | | | | | | Merge pull request #1398 from owncloud/appname-overlapThomas Müller2013-01-311-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | remove z-index from app labels which caused overlap with top barJan-Christoph Borchardt2013-01-311-2/+2
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #1399 from owncloud/fix_ldap_proxy_display_namesThomas Müller2013-01-311-0/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | spell checkThomas Mueller2013-01-311-1/+1
| * | | | | | | | | | | | | | | | | | LDAP: implement getDisplayName and getDisplayNames also for UserProxy (multip...Arthur Schiwon2013-01-311-0/+27
| |/ / / / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / / / Case insensitive Lang Detection fix #1328Brice Maron2013-01-311-1/+1
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge pull request #1396 from owncloud/apps_sortingJan-Christoph Borchardt2013-01-311-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Sort internal apps above 3rdparty appsRobin Appelman2013-01-311-0/+4
* | | | | | | | | | | | | | | | | | Merge pull request #1393 from owncloud/adding-index.html-with-redirect-masterblizzz2013-01-311-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | some web servers by default don't recognize index.php as default page - IIS f...Thomas Mueller2013-01-311-0/+6
* | | | | | | | | | | | | | | | | | Merge pull request #1365 from owncloud/ldap_multiple_serverblizzz2013-01-3119-140/+1241
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | string fragment was added by accident and does not belong hereArthur Schiwon2013-01-311-1/+0
| * | | | | | | | | | | | | | | | | | spell checkThomas Mueller2013-01-311-2/+2
| * | | | | | | | | | | | | | | | | | spell checkThomas Mueller2013-01-311-3/+3
| * | | | | | | | | | | | | | | | | | spell checkThomas Mueller2013-01-311-2/+2
| * | | | | | | | | | | | | | | | | | adding l10n support to user_ldapThomas Mueller2013-01-312-4/+7
| * | | | | | | | | | | | | | | | | | LDAP: adjust settings interface for custom search attributesArthur Schiwon2013-01-311-0/+2
| * | | | | | | | | | | | | | | | | | LDAP: avoid attempts to save null as configvalueArthur Schiwon2013-01-311-4/+3
| * | | | | | | | | | | | | | | | | | LDAP: remove unnecessary placeholders, fixes PHP warningsArthur Schiwon2013-01-311-23/+23
| * | | | | | | | | | | | | | | | | | LDAP: fix wrong indexArthur Schiwon2013-01-311-1/+1
| * | | | | | | | | | | | | | | | | | LDAP: make it possible to define attributes that should be considered on sear...Arthur Schiwon2013-01-314-10/+70
| * | | | | | | | | | | | | | | | | | LDAP: update link to online documentationArthur Schiwon2013-01-301-1/+1
| * | | | | | | | | | | | | | | | | | LDAP: some inline documentationArthur Schiwon2013-01-302-0/+12
| * | | | | | | | | | | | | | | | | | LDAP: working visual feedback on save. Save button will be highlighted green ...Arthur Schiwon2013-01-301-2/+12
| * | | | | | | | | | | | | | | | | | LDAP: make sure app meta data is not deleted from database when deleting conf...Arthur Schiwon2013-01-301-1/+2
| * | | | | | | | | | | | | | | | | | LDAP: send back error message properlyArthur Schiwon2013-01-301-1/+1
| * | | | | | | | | | | | | | | | | | LDAP: use consolidated method for determining config prefixArthur Schiwon2013-01-301-6/+1
| * | | | | | | | | | | | | | | | | | LDAP: Always preset configuration prefix when no configuratin is stored or al...Arthur Schiwon2013-01-302-24/+39
| * | | | | | | | | | | | | | | | | | LDAP: make settings strings in JS translatableArthur Schiwon2013-01-241-8/+8
| * | | | | | | | | | | | | | | | | | LDAP: make it possible to enable/disable server configurationsArthur Schiwon2013-01-246-14/+52
| * | | | | | | | | | | | | | | | | | LDAP: forgotten file for deleteConfig featureArthur Schiwon2013-01-241-0/+34
| * | | | | | | | | | | | | | | | | | LDAP: implement deleteConfiguration featureArthur Schiwon2013-01-243-11/+73
| * | | | | | | | | | | | | | | | | | LDAP: add missing new LDAP HelperArthur Schiwon2013-01-241-0/+66
| * | | | | | | | | | | | | | | | | | LPAP: cleanup settings.php, it's already ajaxifiedArthur Schiwon2013-01-241-15/+0
| * | | | | | | | | | | | | | | | | | LDAP: improve and cleanup settings JSArthur Schiwon2013-01-241-42/+53
| * | | | | | | | | | | | | | | | | | LDAP: clean up, save configuration is now handled by AjaxArthur Schiwon2013-01-241-31/+0
| * | | | | | | | | | | | | | | | | | LDAP: Clear cache on saving settingsArthur Schiwon2013-01-241-0/+1
| * | | | | | | | | | | | | | | | | | LDAP: consolidate config prefix determination, autofill combo box in settingsArthur Schiwon2013-01-243-17/+15
| * | | | | | | | | | | | | | | | | | LDAP: fix defaultArthur Schiwon2013-01-231-1/+1
| * | | | | | | | | | | | | | | | | | LDAP settings: read configuration when another server config is chosenArthur Schiwon2013-01-232-3/+65
| * | | | | | | | | | | | | | | | | | make sure that Configuration is read when getConfiguration is called. And giv...Arthur Schiwon2013-01-231-4/+14
| * | | | | | | | | | | | | | | | | | fix more config keys for save settings handlingArthur Schiwon2013-01-201-2/+2
| * | | | | | | | | | | | | | | | | | fix continue in switch, add another key to skipArthur Schiwon2013-01-201-1/+2
| * | | | | | | | | | | | | | | | | | Ajaxifiy Settings SaveArthur Schiwon2013-01-204-5/+95
| * | | | | | | | | | | | | | | | | | fix mixed key and valueArthur Schiwon2013-01-181-1/+9