]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agobug fix for issue 1739, two changes included:
Qingping Hou [Mon, 18 Feb 2013 23:05:58 +0000 (18:05 -0500)]
bug fix for issue 1739, two changes included:

* fix typo in OC_Group_Database::DisplayNamesInGroup's SQL clause
* check array_diff return value in OC_Group::displayNamesInGroups,
  when there is no difference between two arrays, it will return
  NULL, so we have to take care of it.

11 years agoMerge pull request #1762 from owncloud/user_password_fix
Thomas Müller [Mon, 18 Feb 2013 18:54:27 +0000 (10:54 -0800)]
Merge pull request #1762 from owncloud/user_password_fix

Fix changing user password at 'Personal' page. Ref #1693

11 years agoDo not set password if it has't provided
Victor Dubiniuk [Mon, 18 Feb 2013 18:20:48 +0000 (21:20 +0300)]
Do not set password if it has't provided

11 years agoCorrect new password input name
Victor Dubiniuk [Mon, 18 Feb 2013 18:15:32 +0000 (21:15 +0300)]
Correct new password input name

11 years agoMerge pull request #1724 from owncloud/long-storage-id
Frank Karlitschek [Mon, 18 Feb 2013 15:17:27 +0000 (07:17 -0800)]
Merge pull request #1724 from owncloud/long-storage-id

Cache: hash long storage ids to ensure they fit in the database

11 years agoMerge pull request #1759 from owncloud/redirect_fix_1737
Thomas Müller [Mon, 18 Feb 2013 15:13:19 +0000 (07:13 -0800)]
Merge pull request #1759 from owncloud/redirect_fix_1737

fix redirect, use the new routing

11 years agofix redirect, use the new routing
Björn Schießle [Mon, 18 Feb 2013 13:38:29 +0000 (14:38 +0100)]
fix redirect, use the new routing

11 years agoMerge pull request #1751 from owncloud/sanitizeHTML
Frank Karlitschek [Mon, 18 Feb 2013 12:37:48 +0000 (04:37 -0800)]
Merge pull request #1751 from owncloud/sanitizeHTML

Sanitize html

11 years agoSanitize HTML
Lukas Reschke [Mon, 18 Feb 2013 07:11:59 +0000 (08:11 +0100)]
Sanitize HTML

11 years agoSanitize user input
Lukas Reschke [Mon, 18 Feb 2013 07:04:35 +0000 (08:04 +0100)]
Sanitize user input

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 17 Feb 2013 23:06:45 +0000 (00:06 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #1709 from owncloud/style-cleanup-files_external
Thomas Müller [Sun, 17 Feb 2013 19:53:51 +0000 (11:53 -0800)]
Merge pull request #1709 from owncloud/style-cleanup-files_external

Style cleanup files_external

11 years agoMerge pull request #1719 from owncloud/fixing-1659-master
Thomas Müller [Sun, 17 Feb 2013 19:47:35 +0000 (11:47 -0800)]
Merge pull request #1719 from owncloud/fixing-1659-master

Fixing 1659 master

11 years agoMerge pull request #1708 from owncloud/style-cleanup-user_ldap
Bernhard Posselt [Sun, 17 Feb 2013 15:02:45 +0000 (07:02 -0800)]
Merge pull request #1708 from owncloud/style-cleanup-user_ldap

Style cleanup user_ldap

11 years agoMerge pull request #1642 from owncloud/fix-googledrive
Thomas Müller [Sun, 17 Feb 2013 09:52:12 +0000 (01:52 -0800)]
Merge pull request #1642 from owncloud/fix-googledrive

Remove the leading slash from the filename for opendir

11 years agoMerge branch 'master' into fix-googledrive
Thomas Mueller [Sun, 17 Feb 2013 08:41:37 +0000 (09:41 +0100)]
Merge branch 'master' into fix-googledrive

11 years agoMerge pull request #1699 from owncloud/multiselect-bar-fix
Thomas Müller [Sun, 17 Feb 2013 08:39:16 +0000 (00:39 -0800)]
Merge pull request #1699 from owncloud/multiselect-bar-fix

fix multiselect bar offset on shared page, close #1339 finally

11 years agoMerge pull request #1730 from owncloud/ldap_fix_warnings
Thomas Müller [Sun, 17 Feb 2013 08:25:40 +0000 (00:25 -0800)]
Merge pull request #1730 from owncloud/ldap_fix_warnings

LDAP: check array with isset first to avoid warnings about undefined ind...

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 16 Feb 2013 23:26:17 +0000 (00:26 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #1729 from owncloud/fix_1727
Frank Karlitschek [Sat, 16 Feb 2013 13:48:18 +0000 (05:48 -0800)]
Merge pull request #1729 from owncloud/fix_1727

LDAP: announce that OC_USER_BACKEND_GET_DISPLAYNAME is implemented, fixe...

11 years agoAdd missing requesttoken
Lukas Reschke [Sat, 16 Feb 2013 12:28:49 +0000 (13:28 +0100)]
Add missing requesttoken

This is a trivial fix for a regression caused by #1648

11 years agoLDAP: check array with isset first to avoid warnings about undefined index
Arthur Schiwon [Sat, 16 Feb 2013 01:33:19 +0000 (02:33 +0100)]
LDAP: check array with isset first to avoid warnings about undefined index

11 years agoLDAP: announce that OC_USER_BACKEND_GET_DISPLAYNAME is implemented, fixes #1727
Arthur Schiwon [Sat, 16 Feb 2013 01:06:45 +0000 (02:06 +0100)]
LDAP: announce that OC_USER_BACKEND_GET_DISPLAYNAME is implemented, fixes #1727

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 15 Feb 2013 23:05:50 +0000 (00:05 +0100)]
[tx-robot] updated from transifex

11 years agoCache: hash long storage ids to ensure they fit in the database
Robin Appelman [Fri, 15 Feb 2013 20:49:40 +0000 (21:49 +0100)]
Cache: hash long storage ids to ensure they fit in the database

11 years agoclass Mapper no respects an unchanged physical root which will be excluded from slugi...
Thomas Mueller [Fri, 15 Feb 2013 16:42:17 +0000 (17:42 +0100)]
class Mapper no respects an unchanged physical root which will be excluded from slugifying the path

11 years agofix error in recursive search
Thomas Mueller [Fri, 15 Feb 2013 16:41:22 +0000 (17:41 +0100)]
fix error in recursive search

11 years agonew test cases added to search in sub folders
Thomas Mueller [Fri, 15 Feb 2013 16:40:52 +0000 (17:40 +0100)]
new test cases added to search in sub folders

11 years agofolder should be created :-(
Thomas Mueller [Fri, 15 Feb 2013 16:40:07 +0000 (17:40 +0100)]
folder should be created :-(

11 years agoMerge pull request #1717 from owncloud/fix-warning-template
icewind1991 [Fri, 15 Feb 2013 16:07:02 +0000 (08:07 -0800)]
Merge pull request #1717 from owncloud/fix-warning-template

Fix strict standard warning in user template

11 years agoFix strict standard warning in user template
Robin Appelman [Fri, 15 Feb 2013 15:10:06 +0000 (16:10 +0100)]
Fix strict standard warning in user template

11 years agoJoin split translated strings
Bart Visscher [Fri, 15 Feb 2013 14:54:51 +0000 (15:54 +0100)]
Join split translated strings

11 years agoStyle cleanup files_external
Bart Visscher [Thu, 14 Feb 2013 16:57:19 +0000 (17:57 +0100)]
Style cleanup files_external

11 years agoJoin split translated strings
Bart Visscher [Fri, 15 Feb 2013 14:51:55 +0000 (15:51 +0100)]
Join split translated strings

11 years agoJoin short comment lines
Bart Visscher [Fri, 15 Feb 2013 14:45:34 +0000 (15:45 +0100)]
Join short comment lines

11 years agoadding a new test class for mapped local using a dot in the datadir - reflects the...
Thomas Mueller [Fri, 15 Feb 2013 13:46:09 +0000 (14:46 +0100)]
adding a new test class for mapped local using a dot in the datadir - reflects the issue described in #1659

11 years agoMerge pull request #1694 from owncloud/users-header
blizzz [Fri, 15 Feb 2013 13:36:21 +0000 (05:36 -0800)]
Merge pull request #1694 from owncloud/users-header

Users header

11 years agoMerge pull request #1715 from owncloud/fixing-1640-master
Thomas Müller [Fri, 15 Feb 2013 11:58:05 +0000 (03:58 -0800)]
Merge pull request #1715 from owncloud/fixing-1640-master

changing the bit mask of OC_USER_BACKEND_SET_DISPLAYNAME

11 years agoMerge pull request #1683 from owncloud/ie-fixes
Jan-Christoph Borchardt [Fri, 15 Feb 2013 11:32:31 +0000 (03:32 -0800)]
Merge pull request #1683 from owncloud/ie-fixes

IE fixes

11 years agocheck if glob() returns any results, fix for stable45 was already approved by pull...
Björn Schießle [Fri, 15 Feb 2013 11:27:56 +0000 (12:27 +0100)]
check if glob() returns any results, fix for stable45 was already approved by pull request #1695

11 years agochanging the bit mask of OC_USER_BACKEND_SET_DISPLAYNAME
Thomas Mueller [Fri, 15 Feb 2013 11:24:49 +0000 (12:24 +0100)]
changing the bit mask of OC_USER_BACKEND_SET_DISPLAYNAME

11 years agoMerge pull request #1700 from owncloud/fixing-1680-master
Jan-Christoph Borchardt [Fri, 15 Feb 2013 11:21:49 +0000 (03:21 -0800)]
Merge pull request #1700 from owncloud/fixing-1680-master

Fixing 1680 master

11 years agoMerge pull request #1714 from owncloud/fixing-1677-master
Frank Karlitschek [Fri, 15 Feb 2013 11:19:07 +0000 (03:19 -0800)]
Merge pull request #1714 from owncloud/fixing-1677-master

we should never drop a database

11 years agowe should never drop a database
Thomas Mueller [Fri, 15 Feb 2013 07:22:31 +0000 (08:22 +0100)]
we should never drop a database

11 years agoMerge pull request #1712 from owncloud/debug-exception
Thomas Müller [Fri, 15 Feb 2013 04:40:31 +0000 (20:40 -0800)]
Merge pull request #1712 from owncloud/debug-exception

Don't catch errors/exceptions when debug is enabled

11 years agoMerge pull request #1713 from owncloud/fix-user-enabled
Thomas Müller [Fri, 15 Feb 2013 04:38:31 +0000 (20:38 -0800)]
Merge pull request #1713 from owncloud/fix-user-enabled

Fix quotes in OC_User::isEnabled

11 years agoFix quotes in OC_User::isEnabled
Robin Appelman [Fri, 15 Feb 2013 02:20:02 +0000 (03:20 +0100)]
Fix quotes in OC_User::isEnabled

this broke login

11 years agoset DEBUG from xdebug session before we first use it
Robin Appelman [Fri, 15 Feb 2013 02:15:09 +0000 (03:15 +0100)]
set DEBUG from xdebug session before we first use it

11 years agoDon't cache errors/exceptions when debug is enabled
Robin Appelman [Fri, 15 Feb 2013 02:09:33 +0000 (03:09 +0100)]
Don't cache errors/exceptions when debug is enabled

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 14 Feb 2013 23:06:50 +0000 (00:06 +0100)]
[tx-robot] updated from transifex

11 years agoStyle cleanup user_ldap
Bart Visscher [Thu, 14 Feb 2013 21:16:48 +0000 (22:16 +0100)]
Style cleanup user_ldap

11 years agoMerge pull request #1662 from owncloud/style-cleanup
Bart Visscher [Thu, 14 Feb 2013 20:54:36 +0000 (12:54 -0800)]
Merge pull request #1662 from owncloud/style-cleanup

Style cleanup

11 years agoMerge pull request #1702 from owncloud/remove-images
Thomas Müller [Thu, 14 Feb 2013 20:46:40 +0000 (12:46 -0800)]
Merge pull request #1702 from owncloud/remove-images

remove unused images to lessen packaged size

11 years agoMerge pull request #1703 from owncloud/firstrunwizard-icons
Thomas Müller [Thu, 14 Feb 2013 20:41:23 +0000 (12:41 -0800)]
Merge pull request #1703 from owncloud/firstrunwizard-icons

Firstrunwizard icons

11 years agosort languages based on display name not the iso code
Thomas Mueller [Thu, 14 Feb 2013 20:34:15 +0000 (21:34 +0100)]
sort languages based on display name not the iso code

11 years agosome more missing language code fallbacks
Thomas Mueller [Thu, 14 Feb 2013 19:59:14 +0000 (20:59 +0100)]
some more missing language code fallbacks

11 years agoMerge pull request #1705 from owncloud/DisableHSTS
Lukas Reschke [Thu, 14 Feb 2013 19:33:26 +0000 (11:33 -0800)]
Merge pull request #1705 from owncloud/DisableHSTS

Invalidate existing HSTS headers

11 years agoMerge pull request #1701 from owncloud/XSS-fixes
Lukas Reschke [Thu, 14 Feb 2013 18:50:46 +0000 (10:50 -0800)]
Merge pull request #1701 from owncloud/XSS-fixes

Sanitize HTML

11 years agoInvalidate existing HSTS headers
Lukas Reschke [Thu, 14 Feb 2013 18:23:29 +0000 (19:23 +0100)]
Invalidate existing HSTS headers

11 years agopixel align dark calendar and contacts icons
Jan-Christoph Borchardt [Thu, 14 Feb 2013 17:52:32 +0000 (18:52 +0100)]
pixel align dark calendar and contacts icons

11 years agoadd dark calendar and contacts icon for firstrunwizard and others
Jan-Christoph Borchardt [Thu, 14 Feb 2013 17:45:24 +0000 (18:45 +0100)]
add dark calendar and contacts icon for firstrunwizard and others

11 years agoexchange bright caret with dark triangle
Jan-Christoph Borchardt [Thu, 14 Feb 2013 17:22:45 +0000 (18:22 +0100)]
exchange bright caret with dark triangle

11 years agoremove unused images to lessen packaged size
Jan-Christoph Borchardt [Thu, 14 Feb 2013 17:20:53 +0000 (18:20 +0100)]
remove unused images to lessen packaged size

11 years agoSanitize HTML
Lukas Reschke [Thu, 14 Feb 2013 17:15:14 +0000 (18:15 +0100)]
Sanitize HTML

11 years agoMerge pull request #1696 from owncloud/fixing-more-ie8-master
Thomas Tanghus [Thu, 14 Feb 2013 16:51:51 +0000 (08:51 -0800)]
Merge pull request #1696 from owncloud/fixing-more-ie8-master

Fixing more ie8 master

11 years agoadding language code oc
Thomas Mueller [Thu, 14 Feb 2013 16:51:27 +0000 (17:51 +0100)]
adding language code oc

11 years agoadd some missing fallback language mappings
Thomas Mueller [Thu, 14 Feb 2013 16:46:53 +0000 (17:46 +0100)]
add some missing fallback language mappings

11 years agofix multiselect bar offset on shared page, close #1339 finally
Jan-Christoph Borchardt [Thu, 14 Feb 2013 16:40:08 +0000 (17:40 +0100)]
fix multiselect bar offset on shared page, close #1339 finally

11 years agoMerge pull request #1697 from owncloud/navigation-details
Bernhard Posselt [Thu, 14 Feb 2013 16:39:17 +0000 (08:39 -0800)]
Merge pull request #1697 from owncloud/navigation-details

Navigation details

11 years agofilter l10n-* files
Thomas Mueller [Thu, 14 Feb 2013 16:24:06 +0000 (17:24 +0100)]
filter l10n-* files

11 years agodouble speed for user menu slide
Jan-Christoph Borchardt [Thu, 14 Feb 2013 16:13:50 +0000 (17:13 +0100)]
double speed for user menu slide

11 years agosimplify noise (immense file size reduction), also apply to user menu and header...
Jan-Christoph Borchardt [Thu, 14 Feb 2013 16:06:08 +0000 (17:06 +0100)]
simplify noise (immense file size reduction), also apply to user menu and header, fix #1576

11 years agoalso fix header alignment for multiselect columns
Jan-Christoph Borchardt [Thu, 14 Feb 2013 15:38:34 +0000 (16:38 +0100)]
also fix header alignment for multiselect columns

11 years agofix Users settings header bar element positioning, close #1686
Jan-Christoph Borchardt [Thu, 14 Feb 2013 15:38:10 +0000 (16:38 +0100)]
fix Users settings header bar element positioning, close #1686

11 years agofixing javascript errors IE8 in personal settings
Thomas Mueller [Thu, 14 Feb 2013 15:10:52 +0000 (16:10 +0100)]
fixing javascript errors IE8 in personal settings

11 years agoonly style text, password and search inputs like inputs, instead of using unsupported...
Jan-Christoph Borchardt [Thu, 14 Feb 2013 14:53:36 +0000 (15:53 +0100)]
only style text, password and search inputs like inputs, instead of using unsupported :not selector

11 years agofixing javascript errors IE8 in apps management
Thomas Mueller [Thu, 14 Feb 2013 14:47:48 +0000 (15:47 +0100)]
fixing javascript errors IE8 in apps management

11 years agono ugly border around checkboxes or radio buttons
Jan-Christoph Borchardt [Thu, 14 Feb 2013 14:47:14 +0000 (15:47 +0100)]
no ugly border around checkboxes or radio buttons

11 years agoMerge pull request #1682 from owncloud/fix-ie8-master
Bart Visscher [Thu, 14 Feb 2013 14:10:00 +0000 (06:10 -0800)]
Merge pull request #1682 from owncloud/fix-ie8-master

Fix ie8 master

11 years agofix user delete button not showing in IE, another SVG replacement issue
Jan-Christoph Borchardt [Thu, 14 Feb 2013 12:01:51 +0000 (13:01 +0100)]
fix user delete button not showing in IE, another SVG replacement issue

11 years agoimproved description of the trash bin app
Björn Schießle [Thu, 14 Feb 2013 12:01:02 +0000 (13:01 +0100)]
improved description of the trash bin app

11 years agofixing javascript errors IE8 in user management
Thomas Mueller [Thu, 14 Feb 2013 11:59:59 +0000 (12:59 +0100)]
fixing javascript errors IE8 in user management

11 years agoadding prototype trim as fallback for IE8
Thomas Mueller [Thu, 14 Feb 2013 11:59:26 +0000 (12:59 +0100)]
adding prototype trim as fallback for IE8

11 years agocall 'Trash bin' 'Deleted files'
Björn Schießle [Thu, 14 Feb 2013 11:32:14 +0000 (12:32 +0100)]
call 'Trash bin' 'Deleted files'

11 years agofixing eventsource.js for IE8
Thomas Mueller [Thu, 14 Feb 2013 11:17:14 +0000 (12:17 +0100)]
fixing eventsource.js for IE8

11 years agoadding a compatibility.js as a single source to define all fallback function declarations
Thomas Mueller [Thu, 14 Feb 2013 11:16:51 +0000 (12:16 +0100)]
adding a compatibility.js as a single source to define all fallback function declarations

11 years agofixing undefined originalEvent
Thomas Mueller [Thu, 14 Feb 2013 11:06:16 +0000 (12:06 +0100)]
fixing undefined originalEvent

11 years agofix navigation icons SVG replacement, also hover and active opacity for IE
Jan-Christoph Borchardt [Thu, 14 Feb 2013 09:59:30 +0000 (10:59 +0100)]
fix navigation icons SVG replacement, also hover and active opacity for IE

11 years agofix caret on installation page for IE
Jan-Christoph Borchardt [Thu, 14 Feb 2013 09:58:05 +0000 (10:58 +0100)]
fix caret on installation page for IE

11 years agoalways show checkbox when selected, also in IE8, fix #1621
Jan-Christoph Borchardt [Thu, 14 Feb 2013 09:40:23 +0000 (10:40 +0100)]
always show checkbox when selected, also in IE8, fix #1621

11 years agoonly show navigation scrollbar on hover, when needed, to be less obtrusive
Jan-Christoph Borchardt [Thu, 14 Feb 2013 08:58:31 +0000 (09:58 +0100)]
only show navigation scrollbar on hover, when needed, to be less obtrusive

11 years agoStyle-fix: Breakup long lines
Bart Visscher [Mon, 11 Feb 2013 16:44:02 +0000 (17:44 +0100)]
Style-fix: Breakup long lines

11 years agoWhitespace indent fixes
Bart Visscher [Sat, 9 Feb 2013 21:44:11 +0000 (22:44 +0100)]
Whitespace indent fixes

11 years agoAdd braces around single line if statements
Bart Visscher [Sat, 9 Feb 2013 21:43:35 +0000 (22:43 +0100)]
Add braces around single line if statements

11 years agoFix NoSpaceAfterComma and SpaceBeforeComma
Bart Visscher [Sat, 9 Feb 2013 16:35:47 +0000 (17:35 +0100)]
Fix NoSpaceAfterComma and SpaceBeforeComma

11 years agoFix indentation style
Bart Visscher [Sat, 9 Feb 2013 16:27:57 +0000 (17:27 +0100)]
Fix indentation style

11 years agoFix SpaceBeforeOpenBrace errors
Bart Visscher [Sat, 9 Feb 2013 15:46:55 +0000 (16:46 +0100)]
Fix SpaceBeforeOpenBrace errors

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 13 Feb 2013 23:06:51 +0000 (00:06 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #1598 from owncloud/fixing-1424-master
Thomas Müller [Wed, 13 Feb 2013 20:59:30 +0000 (12:59 -0800)]
Merge pull request #1598 from owncloud/fixing-1424-master

Fixing 1424 master

11 years agoMerge pull request #1574 from owncloud/installation-label-overflow
Jan-Christoph Borchardt [Wed, 13 Feb 2013 15:55:05 +0000 (07:55 -0800)]
Merge pull request #1574 from owncloud/installation-label-overflow

Installation label overflow, fix #871