summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1729 from owncloud/fix_1727Frank Karlitschek2013-02-161-2/+5
|\ | | | | LDAP: announce that OC_USER_BACKEND_GET_DISPLAYNAME is implemented, fixe...
| * LDAP: announce that OC_USER_BACKEND_GET_DISPLAYNAME is implemented, fixes #1727Arthur Schiwon2013-02-161-2/+5
| |
* | Add missing requesttokenLukas Reschke2013-02-161-0/+1
|/ | | | This is a trivial fix for a regression caused by #1648
* [tx-robot] updated from transifexJenkins for ownCloud2013-02-1611-3/+44
|
* Merge pull request #1683 from owncloud/ie-fixesJan-Christoph Borchardt2013-02-151-0/+5
|\ | | | | IE fixes
| * always show checkbox when selected, also in IE8, fix #1621Jan-Christoph Borchardt2013-02-141-0/+5
| |
* | check if glob() returns any results, fix for stable45 was already approved ↵Björn Schießle2013-02-151-0/+4
| | | | | | | | by pull request #1695
* | [tx-robot] updated from transifexJenkins for ownCloud2013-02-1537-28/+73
| |
* | Merge pull request #1662 from owncloud/style-cleanupBart Visscher2013-02-1416-44/+44
|\ \ | | | | | | Style cleanup
| * | Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-1413-34/+34
| | |
| * | Fix indentation styleBart Visscher2013-02-141-1/+1
| | |
| * | Fix SpaceBeforeOpenBrace errorsBart Visscher2013-02-147-9/+9
| |/
* | fixing javascript errors IE8 in personal settingsThomas Mueller2013-02-141-2/+2
| |
* | Merge pull request #1682 from owncloud/fix-ie8-masterBart Visscher2013-02-141-7/+6
|\ \ | | | | | | Fix ie8 master
| * | fixing undefined originalEventThomas Mueller2013-02-141-7/+6
| |/
* | improved description of the trash bin appBjörn Schießle2013-02-141-2/+2
| |
* | call 'Trash bin' 'Deleted files'Björn Schießle2013-02-141-1/+1
|/
* [tx-robot] updated from transifexJenkins for ownCloud2013-02-1414-2/+100
|
* Merge pull request #1598 from owncloud/fixing-1424-masterThomas Müller2013-02-133-6/+20
|\ | | | | Fixing 1424 master
| * Merge branch 'master' into fixing-1424-masterThomas Mueller2013-02-1344-32/+321
| |\ | | | | | | | | | | | | Conflicts: settings/js/users.js
| * | https://github.com/owncloud/core/pull/1598#discussion_r2976684Thomas Mueller2013-02-121-1/+1
| | |
| * | introduce new virtual method hasUserListings() to determine if a user ↵Thomas Mueller2013-02-113-0/+20
| | | | | | | | | | | | backend can list it's users.
| * | Merge branch 'master' into fixing-1424-masterThomas Mueller2013-02-11149-665/+26671
| |\ \
| * | | no need to implement createUser in web dav authThomas Mueller2013-02-101-6/+0
| | | |
* | | | LDAP: format dn before using it, not other way round. fixes #1605Arthur Schiwon2013-02-131-1/+1
| |_|/ |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-02-1310-3/+73
| | |
* | | user name and password need to be encoded as wellThomas Mueller2013-02-121-1/+3
| | | | | | | | | | | | fixes #1652
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-02-1211-1/+37
| | |
* | | Merge pull request #1604 from owncloud/fix_ldap_internalname_generationblizzz2013-02-121-20/+101
|\ \ \ | | | | | | | | Improve generation of interal user names resp. group display names
| * | | adjust copyrightArthur Schiwon2013-02-101-1/+1
| | | |
| * | | LDAP: change generation of internal names. Use UUID for users. Change to ↵Arthur Schiwon2013-02-101-19/+100
| | | | | | | | | | | | | | | | sequential numbers for groups as they are still used as display names
* | | | Check requesttokenLukas Reschke2013-02-123-0/+5
| | | |
* | | | Merge pull request #1636 from owncloud/fixing-smb-masterFrank Karlitschek2013-02-113-6/+12
|\ \ \ \ | | | | | | | | | | Fixing smb master
| * | | | use urlencode not rawurlencodeThomas Mueller2013-02-111-1/+1
| | | | |
| * | | | the path must be encoded because within the smb4pph code it's decoded again ↵Thomas Mueller2013-02-111-0/+1
| | | | | | | | | | | | | | | | | | | | - pretty easy but still .....
| * | | | [files_external] fix config gui for all usersThomas Mueller2013-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | backport of 9e05781ec22c3f4e6b89b188332242b03088736e
| * | | | [files_external] fixing some undefined indexThomas Mueller2013-02-111-0/+10
| | | | |
| * | | | [files_external] removing function as it's the same in the base class - THX ↵Thomas Mueller2013-02-111-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Robin Conflicts: apps/files_external/lib/smb.php
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-02-1216-1/+90
| |_|_|/ |/| | |
* | | | Merge pull request #1613 from owncloud/multiselect-row-widthThomas Müller2013-02-111-2/+3
|\ \ \ \ | | | | | | | | | | Files: fix width of table header when files are selected
| * | | | Files: fix width of table header when files are selectedRobin Appelman2013-02-111-2/+3
| | | | |
* | | | | Merge pull request #1627 from owncloud/home-svgJan-Christoph Borchardt2013-02-111-1/+1
|\ \ \ \ \ | | | | | | | | | | | | svg replacement for breadcrumb home icon, fix #1620
| * | | | | svg replacement for breadcrumb home icon, fix #1620Jan-Christoph Borchardt2013-02-111-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #1626 from owncloud/share-indicator-positionJan-Christoph Borchardt2013-02-111-9/+18
|\ \ \ \ \ | | | | | | | | | | | | Files: always show share action at the right
| * | | | | Files: always show share action at the rightRobin Appelman2013-02-111-9/+18
| |/ / / / | | | | | | | | | | | | | | | Fixes #1619
* / / / / [tx-robot] updated from transifexJenkins for ownCloud2013-02-1115-47/+89
|/ / / /
* | | | Merge pull request #1608 from owncloud/fix-shared-linksLukas Reschke2013-02-116-295/+83
|\ \ \ \ | |/ / / |/| | | Fix shared links
| * | | Share: fix table head color for public shared foldersRobin Appelman2013-02-111-0/+4
| | | |
| * | | Share: fix downloading selected files from public shared folderRobin Appelman2013-02-111-1/+1
| | | |
| * | | Share: fix sorting of files in public shared folderRobin Appelman2013-02-111-0/+12
| | | |