summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix mixed key and valueArthur Schiwon2013-01-181-1/+9
|
* LDAP: pass defaults to settings form, and restore them on creating a new ↵Arthur Schiwon2013-01-183-27/+46
| | | | configuration if wanted
* LDAP: gather defaults in one place, simplify readConfigurationArthur Schiwon2013-01-181-28/+91
|
* coding styleArthur Schiwon2013-01-181-12/+22
|
* LDAP: first basics for multiserver config uiArthur Schiwon2013-01-184-0/+78
|
* make sure port is used as backup port if not specified. documentation. ↵Arthur Schiwon2013-01-171-1/+9
| | | | determine connection error earlier.
* fix undeclared variableArthur Schiwon2013-01-171-0/+2
|
* LDAP: add support for backup/replica serversArthur Schiwon2013-01-173-9/+36
|
* LDAP: enable support for multiple LDAP/AD serversArthur Schiwon2013-01-161-5/+21
|
* LDAP: fix read configuration, remove unnecessary debug outputArthur Schiwon2013-01-161-7/+6
|
* LDAP: fix parameter passed not as expectedArthur Schiwon2013-01-161-1/+1
|
* add LDAP User and Group proxies to suppoer multiple serversArthur Schiwon2013-01-113-0/+441
|
* documentation for the Connection constructorArthur Schiwon2013-01-101-0/+5
|
* introduce configPrefix to allow settings for multiple LDAP serversArthur Schiwon2013-01-103-31/+33
|
* dechex not necessary, do not waste time with itArthur Schiwon2013-01-081-1/+1
|
* Code styleArthur Schiwon2013-01-081-6/+10
|
* support LDAP search using multiple base DNs also with paged results, ↵Arthur Schiwon2013-01-041-33/+50
| | | | implements #395
* support multiple base DNsArthur Schiwon2013-01-031-5/+42
|
* Base DNs will be used as array, now, to support usage of multiple DNsArthur Schiwon2013-01-031-3/+3
|
* Switch to textarea to enable configuration of multiple DNsArthur Schiwon2013-01-032-4/+6
|
* LDAP: fix spellingArthur Schiwon2013-01-031-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-01-035-0/+65
|
* Merge pull request #1041 from owncloud/fixing-856-masterThomas Müller2013-01-022-5/+7
|\ | | | | Fixing #856 master
| * only show the max possible upload of 2GB on a 32 bit system.Thomas Mueller2012-12-282-1/+6
| | | | | | | | | | | | | | | | for a 64 bit system we have no such limitation refs #856 Conflicts: apps/files/templates/admin.php
| * Revert "fixed max possible upload size for files app in admin screen"Thomas Mueller2012-12-281-4/+1
| | | | | | | | | | | | | | This reverts commit 7f2208b9a11f608e7d726bf426fe4c2a672e058a. Conflicts: apps/files/admin.php
* | [tx-robot] updated from transifexJenkins for ownCloud2013-01-021-1/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-01-013-4/+9
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-12-3114-27/+206
| |
* | Merge pull request #1043 from owncloud/fix_breadcrumb_slashesLukas Reschke2012-12-301-2/+3
|\ \ | | | | | | Replace %2F with / in breadcrumbs
| * | Replace %2F with / in breadcrumbsMichael Gapczynski2012-12-281-2/+3
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-12-307-7/+49
|/ /
* / [tx-robot] updated from transifexJenkins for ownCloud2012-12-295-1/+40
|/
* [tx-robot] updated from transifexJenkins for ownCloud2012-12-2814-7/+89
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-12-275-1/+21
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-12-263-1/+18
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-12-251-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-12-246-2/+14
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-12-2310-9/+32
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-12-228-6/+13
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-12-219-6/+14
|
* Merge pull request #869 from owncloud/files-stylesJan-Christoph Borchardt2012-12-203-25/+36
|\ | | | | Files styles
| * fix switched values from previous commitJan-Christoph Borchardt2012-12-201-2/+2
| |
| * fix Firefox issues with file actions position and multiselect bar widthJan-Christoph Borchardt2012-12-201-1/+2
| |
| * use slightly darker color for file actions background, fix fugly look for ↵Jan-Christoph Borchardt2012-12-201-1/+4
| | | | | | | | selected rows
| * fix file actions messing with file row height on narrower screensJan-Christoph Borchardt2012-12-201-1/+9
| |
| * move CSS from JS to CSSJan-Christoph Borchardt2012-12-202-13/+10
| |
| * bring back fixed multiselect bar so it’s visible when scrolled down, fix #746Jan-Christoph Borchardt2012-12-132-6/+8
| |
| * fix new button popup looking blurryJan-Christoph Borchardt2012-12-132-5/+5
| |
* | Merge pull request #974 from owncloud/fixing-120-masterJan-Christoph Borchardt2012-12-203-93/+76
|\ \ | | | | | | setting the timezone is now part of the login process
| * | remove timezone.jsThomas Müller2012-12-201-12/+0
| | |