]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
9 years agomake sure that we only find the shares from the correct share type if users and group...
Bjoern Schiessle [Mon, 17 Nov 2014 17:05:12 +0000 (18:05 +0100)]
make sure that we only find the shares from the correct share type if users and groups with the same ID exists

9 years agomake sure that we don't find the wrong shares if a user and a group have the same ID
Bjoern Schiessle [Mon, 17 Nov 2014 12:09:13 +0000 (13:09 +0100)]
make sure that we don't find the wrong shares if a user and a group have the same ID

9 years agoMerge pull request #12220 from owncloud/remove-unused-code
Morris Jobke [Tue, 18 Nov 2014 09:36:32 +0000 (10:36 +0100)]
Merge pull request #12220 from owncloud/remove-unused-code

Remove unused code

9 years agoMerge pull request #12237 from owncloud/fix-12236
Morris Jobke [Tue, 18 Nov 2014 09:30:17 +0000 (10:30 +0100)]
Merge pull request #12237 from owncloud/fix-12236

Make declaration compatible

9 years agoMerge pull request #12234 from owncloud/normalizepath-absolute-tests
Lukas Reschke [Tue, 18 Nov 2014 09:24:46 +0000 (10:24 +0100)]
Merge pull request #12234 from owncloud/normalizepath-absolute-tests

Add tests for normalizePath() with absolute paths on windows

9 years agoMerge pull request #9962 from owncloud/app-group-enable-remote
Lukas Reschke [Tue, 18 Nov 2014 09:08:20 +0000 (10:08 +0100)]
Merge pull request #9962 from owncloud/app-group-enable-remote

Fix remote.php routes for apps that are enabled for specific groups

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 18 Nov 2014 06:54:31 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #11727 from owncloud/moveCallCheckRegisterToSomeWhereElse
Lukas Reschke [Mon, 17 Nov 2014 17:34:55 +0000 (18:34 +0100)]
Merge pull request #11727 from owncloud/moveCallCheckRegisterToSomeWhereElse

Move CSRF check

9 years agoMake declaration compatible
Lukas Reschke [Mon, 17 Nov 2014 17:30:17 +0000 (18:30 +0100)]
Make declaration compatible

Fixes #12236

9 years agoAdd tests for absolute paths on windows
Joas Schilling [Mon, 17 Nov 2014 15:57:15 +0000 (16:57 +0100)]
Add tests for absolute paths on windows

9 years agoRefactor tests to use a dataProvider method
Joas Schilling [Mon, 17 Nov 2014 15:52:45 +0000 (16:52 +0100)]
Refactor tests to use a dataProvider method

9 years agoMerge pull request #11741 from owncloud/delete_all_children_preview_2
Vincent Petry [Mon, 17 Nov 2014 15:45:54 +0000 (16:45 +0100)]
Merge pull request #11741 from owncloud/delete_all_children_preview_2

delete all children's previews when deleting a folder

9 years agoMerge pull request #12218 from owncloud/issue/10991-fixes
Morris Jobke [Mon, 17 Nov 2014 15:44:45 +0000 (16:44 +0100)]
Merge pull request #12218 from owncloud/issue/10991-fixes

Issue/10991 Make unit tests pass on windows

9 years agoAdd sabredav plugin to check if a user has access to an app
Robin Appelman [Thu, 4 Sep 2014 13:23:55 +0000 (15:23 +0200)]
Add sabredav plugin to check if a user has access to an app

9 years agoMerge pull request #12031 from owncloud/app-manager
Robin Appelman [Mon, 17 Nov 2014 14:49:15 +0000 (15:49 +0100)]
Merge pull request #12031 from owncloud/app-manager

Add \OC\App\Manager to handle enabling/disabling apps

9 years agoMove CSRF check
Lukas Reschke [Mon, 17 Nov 2014 14:10:47 +0000 (15:10 +0100)]
Move CSRF check
Because we're closing the session now before controllers are executed there are cases where we cannot write the session.

9 years agoRemove unused code
Lukas Reschke [Mon, 17 Nov 2014 10:11:19 +0000 (11:11 +0100)]
Remove unused code

We don't support direct updates from older ownCloud versions except the previous one therefore this code is unused and can be removed.

9 years agoCorrectly restore previous root mount point after testing
Joas Schilling [Wed, 12 Nov 2014 14:54:41 +0000 (15:54 +0100)]
Correctly restore previous root mount point after testing

9 years agoCorrectly refresh the apps list after removing the mock
Joas Schilling [Fri, 14 Nov 2014 11:51:59 +0000 (12:51 +0100)]
Correctly refresh the apps list after removing the mock

9 years agoFix Files\Storage\Home::testRoot()
Joas Schilling [Mon, 10 Nov 2014 10:38:14 +0000 (11:38 +0100)]
Fix Files\Storage\Home::testRoot()

9 years agoMake it possible to cleanPath() absolute Windows paths
Joas Schilling [Fri, 7 Nov 2014 09:52:37 +0000 (10:52 +0100)]
Make it possible to cleanPath() absolute Windows paths

9 years agoCorrectly close handle of directory when listing certificates
Joas Schilling [Fri, 7 Nov 2014 08:46:37 +0000 (09:46 +0100)]
Correctly close handle of directory when listing certificates

9 years agoFix single run of encryption tests and usages of uniqid() and fopen()
Joas Schilling [Thu, 6 Nov 2014 15:53:35 +0000 (16:53 +0100)]
Fix single run of encryption tests and usages of uniqid() and fopen()

9 years agoSkip some more tests on Windows which just can not work at all
Joas Schilling [Mon, 10 Nov 2014 10:01:43 +0000 (11:01 +0100)]
Skip some more tests on Windows which just can not work at all

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 17 Nov 2014 06:54:33 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 16 Nov 2014 06:55:00 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #12186 from owncloud/fix-12182
Morris Jobke [Sat, 15 Nov 2014 15:50:15 +0000 (16:50 +0100)]
Merge pull request #12186 from owncloud/fix-12182

eliminate OC_Template::printErrorPage in database classes, fixes #12182

9 years agoMerge pull request #12189 from owncloud/checkIfAppIsEnabled
Morris Jobke [Sat, 15 Nov 2014 12:38:18 +0000 (13:38 +0100)]
Merge pull request #12189 from owncloud/checkIfAppIsEnabled

Check if app is enabled for user

9 years agoCheck if app is enabled for user
Lukas Reschke [Fri, 14 Nov 2014 16:20:51 +0000 (17:20 +0100)]
Check if app is enabled for user

Fixes https://github.com/owncloud/core/issues/12188 for AppFramework apps

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 15 Nov 2014 06:54:28 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #11029 from owncloud/fix-share-download
Clark Tomlinson [Fri, 14 Nov 2014 19:44:34 +0000 (14:44 -0500)]
Merge pull request #11029 from owncloud/fix-share-download

Fix share download

9 years agodo not output DB information, and do not set header
Arthur Schiwon [Fri, 14 Nov 2014 16:13:51 +0000 (17:13 +0100)]
do not output DB information, and do not set header

9 years agoerrors are already logged
Arthur Schiwon [Fri, 14 Nov 2014 15:59:54 +0000 (16:59 +0100)]
errors are already logged

9 years agoAdded download size on public sharing
Vincent Cloutier [Thu, 16 Oct 2014 00:59:07 +0000 (20:59 -0400)]
Added download size on public sharing

9 years agoRefactor file sharing public link handling
Lukas Reschke [Wed, 15 Oct 2014 09:58:44 +0000 (11:58 +0200)]
Refactor file sharing public link handling

fixes download issue introduced by #10755

Conflicts:
apps/files_sharing/public.php

9 years agoeliminate OC_Template::printErrorPage in database classes, fixes #12182
Arthur Schiwon [Fri, 14 Nov 2014 14:48:55 +0000 (15:48 +0100)]
eliminate OC_Template::printErrorPage in database classes, fixes #12182

9 years agoMerge pull request #12181 from owncloud/resubmit-second-fail
Thomas Müller [Fri, 14 Nov 2014 13:38:13 +0000 (14:38 +0100)]
Merge pull request #12181 from owncloud/resubmit-second-fail

Fail...

9 years agoFail...
Lukas Reschke [Fri, 14 Nov 2014 12:42:13 +0000 (13:42 +0100)]
Fail...

9 years agoMerge pull request #12177 from owncloud/skip-mail-test-for
Thomas Müller [Fri, 14 Nov 2014 12:24:15 +0000 (13:24 +0100)]
Merge pull request #12177 from owncloud/skip-mail-test-for

Mark skipped until #12085 is merged

9 years agoMark skipped until #12085 is merged
Lukas Reschke [Fri, 14 Nov 2014 12:19:02 +0000 (13:19 +0100)]
Mark skipped until #12085 is merged

See https://github.com/owncloud/core/pull/12175#issuecomment-63054620

9 years agoMerge pull request #12162 from owncloud/ext-s3-missingfolderwithsamename
Jörn Friedrich Dreyer [Fri, 14 Nov 2014 09:37:10 +0000 (10:37 +0100)]
Merge pull request #12162 from owncloud/ext-s3-missingfolderwithsamename

Do not remove dir entry if it has the same name as the parent

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 14 Nov 2014 06:54:47 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #11479 from owncloud/cleanup-group-admin-on-deleteGroup
Morris Jobke [Thu, 13 Nov 2014 21:39:40 +0000 (22:39 +0100)]
Merge pull request #11479 from owncloud/cleanup-group-admin-on-deleteGroup

cleanup group admin(s) on deleteGroup

9 years agoDo not remove dir entry if it has the same name as the parent
Vincent Petry [Thu, 13 Nov 2014 16:37:56 +0000 (17:37 +0100)]
Do not remove dir entry if it has the same name as the parent

This fixes an issue when a subdir has the same name as its parent, it
would get exluded from the list.

9 years agoMerge pull request #12157 from owncloud/fix-autotest-condition
Vincent Petry [Thu, 13 Nov 2014 15:35:01 +0000 (16:35 +0100)]
Merge pull request #12157 from owncloud/fix-autotest-condition

this allows a non-existant config/config.php for starting the autotest.s...

9 years agoMerge pull request #12158 from owncloud/drop-snapjs
Morris Jobke [Thu, 13 Nov 2014 15:03:11 +0000 (16:03 +0100)]
Merge pull request #12158 from owncloud/drop-snapjs

remove unneeded snap.js - followup to #11985 - ref #12156

9 years agoMerge pull request #11956 from owncloud/remove-check-for-allow_user_to_change_display...
Morris Jobke [Thu, 13 Nov 2014 14:39:07 +0000 (15:39 +0100)]
Merge pull request #11956 from owncloud/remove-check-for-allow_user_to_change_display_name

removal of wrong/double implemented check

9 years agoMerge pull request #12005 from owncloud/bower-multiselect
blizzz [Thu, 13 Nov 2014 13:43:06 +0000 (14:43 +0100)]
Merge pull request #12005 from owncloud/bower-multiselect

Move multiselect to user_ldap

9 years agoremove unneeded snap.js - followup to #11985 - ref #12156
Morris Jobke [Thu, 13 Nov 2014 12:20:37 +0000 (13:20 +0100)]
remove unneeded snap.js - followup to #11985 - ref #12156

9 years agoremoval of wrong/double implemented check
michag86 [Tue, 4 Nov 2014 20:18:50 +0000 (21:18 +0100)]
removal of wrong/double implemented check

Check already implemented in core/settings/ajax/changedisplayname.php

9 years agoRun preupdate before an update
Lukas Reschke [Tue, 11 Nov 2014 16:26:08 +0000 (17:26 +0100)]
Run preupdate before an update

The update routine tries to test the database migration before actually performing the update.

However, this will fail hard if the schema has changed (for example an unique key has been added). App developers can convert the DB in preupdate.php, however it is not called before and therefore the update fails.

This actually breaks ownCloud updates from ownCloud 6 to ownCloud 7 when the files_antivirus app is enabled.

9 years agothis allows a non-existant config/config.php for starting the autotest.sh
Morris Jobke [Thu, 13 Nov 2014 10:58:09 +0000 (11:58 +0100)]
this allows a non-existant config/config.php for starting the autotest.sh

9 years agoMerge pull request #9177 from owncloud/jsdocexperiment
Vincent Petry [Thu, 13 Nov 2014 10:16:08 +0000 (11:16 +0100)]
Merge pull request #9177 from owncloud/jsdocexperiment

Improved JS Docs + added build script for JS Docs

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 13 Nov 2014 06:54:36 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years agoMigrate multiselect to user_ldap
Morris Jobke [Thu, 6 Nov 2014 14:48:34 +0000 (15:48 +0100)]
Migrate multiselect to user_ldap

9 years agoMerge pull request #12141 from owncloud/kill-dav-client
Morris Jobke [Wed, 12 Nov 2014 20:20:52 +0000 (21:20 +0100)]
Merge pull request #12141 from owncloud/kill-dav-client

OC_DAVClient is not longer used - no need to carry it around anymore

9 years agoMerge pull request #12087 from AdamWill/google-touch
Vincent Petry [Wed, 12 Nov 2014 17:24:57 +0000 (18:24 +0100)]
Merge pull request #12087 from AdamWill/google-touch

google: fix touch() when $mtime is set (Google wants RFC3339) #11267

9 years agoMerge pull request #12139 from owncloud/DoNotTouchMe
Thomas Müller [Wed, 12 Nov 2014 16:29:56 +0000 (17:29 +0100)]
Merge pull request #12139 from owncloud/DoNotTouchMe

Try to read the file only instead of trying to touch

9 years agoOC_DAVClient is not longer used - no need to carry it around anymore
Thomas Müller [Wed, 12 Nov 2014 16:07:34 +0000 (17:07 +0100)]
OC_DAVClient is not longer used - no need to carry it around anymore

9 years agoMerge pull request #12128 from owncloud/drop-formfactor
Jan-Christoph Borchardt [Wed, 12 Nov 2014 15:23:19 +0000 (16:23 +0100)]
Merge pull request #12128 from owncloud/drop-formfactor

Drop form_factor that is appended to JS, CSS and template filenames

9 years agoMerge pull request #12126 from owncloud/remove-debug-statement
Lukas Reschke [Wed, 12 Nov 2014 15:11:28 +0000 (16:11 +0100)]
Merge pull request #12126 from owncloud/remove-debug-statement

Remove debug statement

9 years agoTry to read the file only instead of trying to touch
Lukas Reschke [Wed, 12 Nov 2014 14:56:02 +0000 (15:56 +0100)]
Try to read the file only instead of trying to touch

The permissions are already catched properly on the installation so we just have to check whether the file is readable to prevent fatal errors from happening.

Fixes https://github.com/owncloud/core/issues/12135

9 years agoDrop form_factor that is appended to JS, CSS and template filenames
Morris Jobke [Wed, 12 Nov 2014 11:37:50 +0000 (12:37 +0100)]
Drop form_factor that is appended to JS, CSS and template filenames

9 years agoRemove debug statement
Lukas Reschke [Wed, 12 Nov 2014 10:32:48 +0000 (11:32 +0100)]
Remove debug statement

Either we throw an exception or we ignore it. But we should certainly not print this to the end-user...

9 years agoMerge pull request #12110 from owncloud/fix-12080
Thomas Müller [Wed, 12 Nov 2014 10:25:42 +0000 (11:25 +0100)]
Merge pull request #12110 from owncloud/fix-12080

add 'namespace' for automatically created navigation divs, fixes #12080

9 years agoMerge pull request #12093 from AdamWill/storage-test-touch
Morris Jobke [Wed, 12 Nov 2014 09:59:41 +0000 (10:59 +0100)]
Merge pull request #12093 from AdamWill/storage-test-touch

storage test: use new file for testTouchCreateFile()

9 years agoadd 'namespace' for automatically created navigation divs, fixes #12080
Arthur Schiwon [Tue, 11 Nov 2014 17:26:42 +0000 (18:26 +0100)]
add 'namespace' for automatically created navigation divs, fixes #12080

9 years agoMerge pull request #12105 from owncloud/dav-fixcleanpath
Thomas Müller [Wed, 12 Nov 2014 08:16:55 +0000 (09:16 +0100)]
Merge pull request #12105 from owncloud/dav-fixcleanpath

Fix root path handling for WebDAV ext storage

9 years agoMerge pull request #12107 from owncloud/dav-propfindmimetype
Thomas Müller [Wed, 12 Nov 2014 08:16:26 +0000 (09:16 +0100)]
Merge pull request #12107 from owncloud/dav-propfindmimetype

Return real mime type on PROPFIND

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 12 Nov 2014 06:55:24 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #12114 from owncloud/fix-pimple
Morris Jobke [Wed, 12 Nov 2014 00:40:07 +0000 (01:40 +0100)]
Merge pull request #12114 from owncloud/fix-pimple

Fix Pimple unset

9 years agoFix Pimple unset
Bernhard Posselt [Tue, 11 Nov 2014 21:04:46 +0000 (22:04 +0100)]
Fix Pimple unset

9 years agoMerge pull request #11917 from owncloud/fix-11909
Thomas Müller [Tue, 11 Nov 2014 19:37:50 +0000 (20:37 +0100)]
Merge pull request #11917 from owncloud/fix-11909

Add checkbox to enforce SSL for subdomains

9 years agoMerge pull request #11929 from owncloud/fix-db-center
Jan-Christoph Borchardt [Tue, 11 Nov 2014 16:12:17 +0000 (17:12 +0100)]
Merge pull request #11929 from owncloud/fix-db-center

fixes not centered database chooser on setup page

9 years agoReturn real mime type on PROPFIND
Vincent Petry [Tue, 11 Nov 2014 14:42:50 +0000 (15:42 +0100)]
Return real mime type on PROPFIND

Return the real (insecure) mime type on PROPFIND

9 years agoFix root path handling for WebDAV ext storage
Vincent Petry [Tue, 11 Nov 2014 14:20:36 +0000 (15:20 +0100)]
Fix root path handling for WebDAV ext storage

Added missing cleanPath() call that converts "/" to "" when calling
SabreDAV. This is needed because SabreDAV will discard its base URL when
passing "/".

9 years agoMerge pull request #12100 from owncloud/fix-infinite-loop
Morris Jobke [Tue, 11 Nov 2014 12:29:39 +0000 (13:29 +0100)]
Merge pull request #12100 from owncloud/fix-infinite-loop

Fix infinite loop if count and limit is 0

9 years agoFix infinite loop if count and limit is 0
Morris Jobke [Tue, 11 Nov 2014 11:15:30 +0000 (12:15 +0100)]
Fix infinite loop if count and limit is 0

* otherwise it will always think it hits the limit and need another round to fetch additional results

9 years agoMerge pull request #11789 from owncloud/fix-11762
Morris Jobke [Tue, 11 Nov 2014 10:16:41 +0000 (11:16 +0100)]
Merge pull request #11789 from owncloud/fix-11762

[LDAP] Login: dont fail with 500 if configured display name attribute is not set

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 11 Nov 2014 06:55:23 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

9 years agostorage test: use new file for testTouchCreateFile()
Adam Williamson [Tue, 11 Nov 2014 01:49:35 +0000 (17:49 -0800)]
storage test: use new file for testTouchCreateFile()

this test would never succeed, because the previous test -
testFOpen() - creates the file 'foo', but testTouchCreateFile()
starts out by asserting it doesn't exist. Change the test to
use a file called 'touch' instead (which does not previously
exist).

9 years agofix touch() when $mtime is set (Google wants RFC3339) #11267
Adam Williamson [Sat, 8 Nov 2014 08:38:00 +0000 (00:38 -0800)]
fix touch() when $mtime is set (Google wants RFC3339) #11267

ownCloud passes us a Unix time integer, but the GDrive API wants
an RFC3339-formatted date. Actually it wants a single particular
RFC3339 format, not just anything that complies will do - it
requires the fractions to be specified, though RFC3339 doesn't.

This resolves issue #11267 (and was also noted by PVince81 in
reviewing PR #6989).

9 years agoAdd \OC\App\Manager to handle enabling/disabling apps
Robin Appelman [Fri, 7 Nov 2014 13:26:12 +0000 (14:26 +0100)]
Add \OC\App\Manager to handle enabling/disabling apps

9 years agoMerge pull request #10966 from owncloud/storage-root-share-permissions
Morris Jobke [Mon, 10 Nov 2014 12:11:22 +0000 (13:11 +0100)]
Merge pull request #10966 from owncloud/storage-root-share-permissions

Dont' use mountpoint permissions as share permissions for external storages

9 years agoMerge pull request #12070 from owncloud/accessibility-fixes
Morris Jobke [Mon, 10 Nov 2014 12:06:46 +0000 (13:06 +0100)]
Merge pull request #12070 from owncloud/accessibility-fixes

Accessibility fixes

9 years agoMerge pull request #12069 from owncloud/clean-l10n
Morris Jobke [Mon, 10 Nov 2014 11:59:56 +0000 (12:59 +0100)]
Merge pull request #12069 from owncloud/clean-l10n

Remove *.pot

9 years agoMerge pull request #12072 from owncloud/sabre-convertstoragenotavailableexception...
Vincent Petry [Mon, 10 Nov 2014 11:52:52 +0000 (12:52 +0100)]
Merge pull request #12072 from owncloud/sabre-convertstoragenotavailableexception-secondtry

Convert StorageNotAvailableException to SabreDAV exception

9 years agoMerge pull request #12027 from owncloud/cleanup_exceptions
Vincent Petry [Mon, 10 Nov 2014 11:46:53 +0000 (12:46 +0100)]
Merge pull request #12027 from owncloud/cleanup_exceptions

[encryption] clean up encryption exceptions

9 years agoConvert StorageNotAvailableException to SabreDAV exception
Vincent Petry [Thu, 6 Nov 2014 09:59:36 +0000 (10:59 +0100)]
Convert StorageNotAvailableException to SabreDAV exception

Convert \OCP\Files\StorageNotAvailableException to
\Sabre\DAV\Exception\ServiceUnavailable for every file/directory
operation happening inside of SabreDAV.

This is necessary to avoid having the exception bubble up to remote.php
which would return an exception page instead of an appropriate response.

9 years agoRemove *.pot
Thomas Müller [Mon, 10 Nov 2014 10:33:20 +0000 (11:33 +0100)]
Remove *.pot

9 years agoMerge pull request #12065 from owncloud/loginname-username
Jan-Christoph Borchardt [Mon, 10 Nov 2014 10:16:10 +0000 (11:16 +0100)]
Merge pull request #12065 from owncloud/loginname-username

Login Name -> Username in user management

9 years agoWindows does not support CHMOD, therefor we can not test not writable folders
Joas Schilling [Wed, 5 Nov 2014 15:47:27 +0000 (16:47 +0100)]
Windows does not support CHMOD, therefor we can not test not writable folders

9 years agoLogin Name -> Username in user management
Morris Jobke [Mon, 10 Nov 2014 09:52:47 +0000 (10:52 +0100)]
Login Name -> Username in user management

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 10 Nov 2014 06:54:30 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 9 Nov 2014 06:54:30 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #12050 from owncloud/use-proper-array-name
Lukas Reschke [Sat, 8 Nov 2014 14:46:21 +0000 (15:46 +0100)]
Merge pull request #12050 from owncloud/use-proper-array-name

Use proper array key

9 years agoMerge pull request #12038 from sebomoto/fix-user-dropdown
Lukas Reschke [Sat, 8 Nov 2014 13:46:57 +0000 (14:46 +0100)]
Merge pull request #12038 from sebomoto/fix-user-dropdown

changed default dropdown content

9 years agoUse proper array key
Lukas Reschke [Sat, 8 Nov 2014 13:27:20 +0000 (14:27 +0100)]
Use proper array key

Fixes https://github.com/owncloud/core/issues/12047

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 8 Nov 2014 06:54:35 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years agouse proper tabindex order: 1. app menu, 2. search, 3. user menu
Jan-Christoph Borchardt [Sat, 8 Nov 2014 00:47:46 +0000 (01:47 +0100)]
use proper tabindex order: 1. app menu, 2. search, 3. user menu