]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
9 years agointroduce names for user backends - IUserBackend
Morris Jobke [Fri, 12 Dec 2014 16:25:03 +0000 (17:25 +0100)]
introduce names for user backends - IUserBackend

* LDAP with multiple servers also proved backendName

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 18 Dec 2014 06:56:40 +0000 (01:56 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #12820 from owncloud/user-management-on-large-screens
Robin McCorkell [Thu, 18 Dec 2014 00:47:17 +0000 (00:47 +0000)]
Merge pull request #12820 from owncloud/user-management-on-large-screens

fix initial loading limit of user management on large screens

9 years agoMerge pull request #12901 from owncloud/move-ldap-check-to-manager
Robin McCorkell [Thu, 18 Dec 2014 00:28:00 +0000 (00:28 +0000)]
Merge pull request #12901 from owncloud/move-ldap-check-to-manager

Move the Null-Byte LDAP check to the user manager

9 years agoMerge pull request #12913 from owncloud/hhvm-memcached-clear
Robin McCorkell [Thu, 18 Dec 2014 00:27:07 +0000 (00:27 +0000)]
Merge pull request #12913 from owncloud/hhvm-memcached-clear

HHVM: Add workaround for missing Memcached::deleteMulti()

9 years agoMerge pull request #12900 from owncloud/more-accessibility
Thomas Müller [Thu, 18 Dec 2014 00:21:01 +0000 (01:21 +0100)]
Merge pull request #12900 from owncloud/more-accessibility

More accessibility fixes for Files

9 years agoMerge pull request #12924 from owncloud/improve-emptystates
Thomas Müller [Thu, 18 Dec 2014 00:10:13 +0000 (01:10 +0100)]
Merge pull request #12924 from owncloud/improve-emptystates

Improve empty states

9 years agoMerge pull request #12917 from owncloud/fix-ocs-12915-api
Morris Jobke [Wed, 17 Dec 2014 23:57:22 +0000 (00:57 +0100)]
Merge pull request #12917 from owncloud/fix-ocs-12915-api

Move basic auth login out of `isLoggedIn`

9 years agoMerge pull request #12168 from owncloud/docker-webdav
Thomas Müller [Wed, 17 Dec 2014 21:12:01 +0000 (22:12 +0100)]
Merge pull request #12168 from owncloud/docker-webdav

Setup a docker container that holds a webdav instance to test files_exte...

9 years agoadd empty state for external storages
Jan-Christoph Borchardt [Wed, 17 Dec 2014 20:57:31 +0000 (21:57 +0100)]
add empty state for external storages

9 years agoSetup a docker container that holds a webdav instance to test files_external
Morris Jobke [Fri, 14 Nov 2014 10:06:59 +0000 (11:06 +0100)]
Setup a docker container that holds a webdav instance to test files_external

document docker parameter and use random host port
fix typo
copy autotest.sh to autotest-external.sh
adds ability to add start* and stop* scripts in env in external tests
run files_external WebDAV tests against ownCloud instance
introduce executor number to be able to shut down the correct docker container
fetch docker images in advance - this also fetches latest versions of the docker images
add second argument to autotest-external.sh which can specify a single test to run
print out the explicit test run
change naming schema of files_external setup scripts

9 years agowording fix for Files app empty state
Jan-Christoph Borchardt [Wed, 17 Dec 2014 20:45:51 +0000 (21:45 +0100)]
wording fix for Files app empty state

9 years agoapply empty state for 'Deleted files'
Jan-Christoph Borchardt [Wed, 17 Dec 2014 20:45:34 +0000 (21:45 +0100)]
apply empty state for 'Deleted files'

9 years agoCheck basic auth header only for not-logged-in users
Lukas Reschke [Wed, 17 Dec 2014 20:42:07 +0000 (21:42 +0100)]
Check basic auth header only for not-logged-in users

9 years agoMerge pull request #12892 from owncloud/is-addmin
Morris Jobke [Wed, 17 Dec 2014 20:40:26 +0000 (21:40 +0100)]
Merge pull request #12892 from owncloud/is-addmin

Add isAdmin and isInGroup methods for the group manager

9 years agoimprove empty state of 'All files'
Jan-Christoph Borchardt [Wed, 17 Dec 2014 20:27:14 +0000 (21:27 +0100)]
improve empty state of 'All files'

9 years agoimprove empty states for sharing and shared links as well
Jan-Christoph Borchardt [Wed, 17 Dec 2014 20:22:28 +0000 (21:22 +0100)]
improve empty states for sharing and shared links as well

9 years agoMerge pull request #12911 from owncloud/hhvm-infoparser
Morris Jobke [Wed, 17 Dec 2014 20:14:41 +0000 (21:14 +0100)]
Merge pull request #12911 from owncloud/hhvm-infoparser

HHVM: Call libxml_use_internal_errors() instead of surpressing errors.

9 years agouse empty state for 'Shared with you' as well
Jan-Christoph Borchardt [Wed, 17 Dec 2014 20:13:53 +0000 (21:13 +0100)]
use empty state for 'Shared with you' as well

9 years agoeven better empty state for Favorites, and general Empty State style
Jan-Christoph Borchardt [Wed, 17 Dec 2014 19:59:26 +0000 (20:59 +0100)]
even better empty state for Favorites, and general Empty State style

9 years agoStore result of authentication
Lukas Reschke [Wed, 17 Dec 2014 19:22:51 +0000 (20:22 +0100)]
Store result of authentication

9 years agoMove basic auth login out of `isLoggedIn`
Lukas Reschke [Wed, 17 Dec 2014 19:12:14 +0000 (20:12 +0100)]
Move basic auth login out of `isLoggedIn`

Potentially fixes https://github.com/owncloud/core/issues/12915 and opens the door for potential other bugs...

Please test very carefully, this includes:

- Testing from OCS via cURL (as in #12915)
- Testing from OCS via browser (Open the "Von Dir geteilt" shares overview)
- WebDAV
- CalDAV
- CardDAV

9 years agoMerge pull request #12793 from owncloud/mountconfig-store-id
Robin McCorkell [Wed, 17 Dec 2014 17:53:11 +0000 (17:53 +0000)]
Merge pull request #12793 from owncloud/mountconfig-store-id

Add the storage id to the mount config

9 years agoHHVM: Add workaround for missing Memcached::deleteMulti()
Andreas Fischer [Wed, 17 Dec 2014 17:07:08 +0000 (18:07 +0100)]
HHVM: Add workaround for missing Memcached::deleteMulti()

9 years agoadd isAdmin and isInGroup methods for the group manager
Bernhard Posselt [Tue, 16 Dec 2014 19:33:13 +0000 (20:33 +0100)]
add isAdmin and isInGroup methods for the group manager

9 years agofix tests
Bernhard Posselt [Tue, 16 Dec 2014 19:02:30 +0000 (20:02 +0100)]
fix tests

9 years agouse two tests instead of one
Bernhard Posselt [Tue, 16 Dec 2014 19:01:49 +0000 (20:01 +0100)]
use two tests instead of one

9 years agoadd a isLoggedIn method to the usersession and deprecate the isLoggedIn method on...
Bernhard Posselt [Tue, 16 Dec 2014 18:07:14 +0000 (19:07 +0100)]
add a isLoggedIn method to the usersession and deprecate the isLoggedIn method on the api

9 years agoMerge pull request #12902 from owncloud/fix-filelist-thumbnails
Morris Jobke [Wed, 17 Dec 2014 16:13:21 +0000 (17:13 +0100)]
Merge pull request #12902 from owncloud/fix-filelist-thumbnails

Propertly restore thumbnail on cancel/rename/move

9 years agoHHVM: Call libxml_use_internal_errors() instead of surpressing errors.
Andreas Fischer [Wed, 17 Dec 2014 16:00:10 +0000 (17:00 +0100)]
HHVM: Call libxml_use_internal_errors() instead of surpressing errors.

In contrast to the previous solution, this also works on HHVM.

9 years agoadd label for search field for screen readers
Jan-Christoph Borchardt [Wed, 17 Dec 2014 13:49:13 +0000 (14:49 +0100)]
add label for search field for screen readers

9 years agoAdd the storage id to the mount config
Robin Appelman [Thu, 11 Dec 2014 16:35:11 +0000 (17:35 +0100)]
Add the storage id to the mount config

9 years agouse method to only visually hide elements, show only for screen reader
Jan-Christoph Borchardt [Wed, 17 Dec 2014 13:12:13 +0000 (14:12 +0100)]
use method to only visually hide elements, show only for screen reader

9 years agoMerge pull request #12895 from owncloud/favorites-polish
Jan-Christoph Borchardt [Wed, 17 Dec 2014 12:42:20 +0000 (13:42 +0100)]
Merge pull request #12895 from owncloud/favorites-polish

polish the Favorites design

9 years agofix favorite star flickering on empty state page
Jan-Christoph Borchardt [Wed, 17 Dec 2014 12:40:57 +0000 (13:40 +0100)]
fix favorite star flickering on empty state page

9 years agoPropertly restore thumbnail on cancel/rename/move
Vincent Petry [Wed, 17 Dec 2014 12:12:57 +0000 (13:12 +0100)]
Propertly restore thumbnail on cancel/rename/move

Since the thumbnail is now in a div, the code that tries to change the
thumbnail have been adapted here as well.

9 years agoMove the Null-Byte LDAP check to the user manager
Lukas Reschke [Wed, 17 Dec 2014 11:47:00 +0000 (12:47 +0100)]
Move the Null-Byte LDAP check to the user manager

The existing method is deprecated and just a wrapper around the manager method. Since in the future other code paths might call this function instead we need to perform that check here.

Related to http://owncloud.org/security/advisory/?id=oc-sa-2014-020

9 years agoadd text to Settings button
Jan-Christoph Borchardt [Wed, 17 Dec 2014 11:20:38 +0000 (12:20 +0100)]
add text to Settings button

9 years agoadd alt text to 'Cancel upload' button
Jan-Christoph Borchardt [Wed, 17 Dec 2014 11:05:45 +0000 (12:05 +0100)]
add alt text to 'Cancel upload' button

9 years agofix Delete action text being translatable
Jan-Christoph Borchardt [Wed, 17 Dec 2014 10:55:35 +0000 (11:55 +0100)]
fix Delete action text being translatable

9 years agoadd empty alt text for user image
Jan-Christoph Borchardt [Wed, 17 Dec 2014 10:52:45 +0000 (11:52 +0100)]
add empty alt text for user image

9 years agoadd text to Delete action
Jan-Christoph Borchardt [Wed, 17 Dec 2014 10:50:58 +0000 (11:50 +0100)]
add text to Delete action

9 years agoproperly name form labels for the file selection
Jan-Christoph Borchardt [Wed, 17 Dec 2014 10:40:21 +0000 (11:40 +0100)]
properly name form labels for the file selection

9 years agoMerge pull request #12889 from owncloud/deprecation-time
Thomas Müller [Wed, 17 Dec 2014 10:28:01 +0000 (11:28 +0100)]
Merge pull request #12889 from owncloud/deprecation-time

Deprecate old and replaced appframework apis

9 years agofix alt text for breadcrumbs home icon
Jan-Christoph Borchardt [Wed, 17 Dec 2014 10:26:42 +0000 (11:26 +0100)]
fix alt text for breadcrumbs home icon

9 years agofix file list summary left alignment
Jan-Christoph Borchardt [Wed, 17 Dec 2014 10:08:39 +0000 (11:08 +0100)]
fix file list summary left alignment

9 years agofix empty state for Favorites
Jan-Christoph Borchardt [Wed, 17 Dec 2014 10:04:18 +0000 (11:04 +0100)]
fix empty state for Favorites

9 years agoput Favorites second in list, after 'All files'
Jan-Christoph Borchardt [Wed, 17 Dec 2014 10:00:16 +0000 (11:00 +0100)]
put Favorites second in list, after 'All files'

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 17 Dec 2014 06:56:41 +0000 (01:56 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #12881 from owncloud/issue/12874-interface-timezone
Lukas Reschke [Tue, 16 Dec 2014 21:58:23 +0000 (22:58 +0100)]
Merge pull request #12881 from owncloud/issue/12874-interface-timezone

Move timezone logic out of server.php

9 years agoMerge pull request #12890 from owncloud/add-fancy-translation
Thomas Müller [Tue, 16 Dec 2014 21:53:21 +0000 (22:53 +0100)]
Merge pull request #12890 from owncloud/add-fancy-translation

Add some fancy translation chart

9 years agoAdd some fancy translation chart
Lukas Reschke [Tue, 16 Dec 2014 18:55:42 +0000 (19:55 +0100)]
Add some fancy translation chart

Probably useless - but at least it looks fancy.

9 years agofirst round of deprecation
Bernhard Posselt [Tue, 16 Dec 2014 18:50:31 +0000 (19:50 +0100)]
first round of deprecation

9 years agoMove timezone logic out of server.php
Joas Schilling [Tue, 16 Dec 2014 14:34:55 +0000 (15:34 +0100)]
Move timezone logic out of server.php

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

9 years agoMerge pull request #12360 from owncloud/files-tags
Lukas Reschke [Mon, 15 Dec 2014 18:55:18 +0000 (19:55 +0100)]
Merge pull request #12360 from owncloud/files-tags

Add favorites to files app

9 years agoFixed small code style issues
Vincent Petry [Mon, 15 Dec 2014 16:20:41 +0000 (17:20 +0100)]
Fixed small code style issues

9 years agoMerge pull request #11946 from owncloud/load-vendor-from-core-json
Lukas Reschke [Mon, 15 Dec 2014 15:18:38 +0000 (16:18 +0100)]
Merge pull request #11946 from owncloud/load-vendor-from-core-json

Implement method that reads vendor libs from core.json

9 years agoMerge pull request #12555 from owncloud/app_specific_search
Jörn Friedrich Dreyer [Mon, 15 Dec 2014 15:14:40 +0000 (16:14 +0100)]
Merge pull request #12555 from owncloud/app_specific_search

introduce inApps[] filter for search via ajax query

9 years agoRemove spinner when toggling file favorite
Vincent Petry [Mon, 15 Dec 2014 14:50:57 +0000 (15:50 +0100)]
Remove spinner when toggling file favorite

9 years agoFixed has-favorites CSS
Vincent Petry [Mon, 15 Dec 2014 14:18:29 +0000 (15:18 +0100)]
Fixed has-favorites CSS

9 years agoshift actions to the left a bit to account for right shift due to favorites action...
Jan-Christoph Borchardt [Mon, 15 Dec 2014 14:12:37 +0000 (15:12 +0100)]
shift actions to the left a bit to account for right shift due to favorites action, not not overlap with size info

9 years agoadd CSS to shift header to account for when favorites are present
Jan-Christoph Borchardt [Mon, 15 Dec 2014 14:11:51 +0000 (15:11 +0100)]
add CSS to shift header to account for when favorites are present

9 years agoImplement method that reads vendor libs from core.json
Morris Jobke [Tue, 4 Nov 2014 14:28:50 +0000 (15:28 +0100)]
Implement method that reads vendor libs from core.json

* includes them at the beginning of initTemplate()

9 years agoMerge pull request #12839 from oparoz/ControllerMethodReflector
Morris Jobke [Mon, 15 Dec 2014 13:20:26 +0000 (14:20 +0100)]
Merge pull request #12839 from oparoz/ControllerMethodReflector

\OCP\AppFramework\Utility\IControllerMethodReflector

9 years agoMerge pull request #12846 from owncloud/fix-searchbytags-test
Morris Jobke [Mon, 15 Dec 2014 12:23:59 +0000 (13:23 +0100)]
Merge pull request #12846 from owncloud/fix-searchbytags-test

Sort results to make sure assert work on consistent order

9 years agoUse star icon for favorites
Vincent Petry [Mon, 15 Dec 2014 11:43:16 +0000 (12:43 +0100)]
Use star icon for favorites

9 years agoLoad handlebars in core
Vincent Petry [Mon, 15 Dec 2014 11:43:05 +0000 (12:43 +0100)]
Load handlebars in core

9 years agoMerge pull request #12625 from owncloud/app-dependencies-libs-and-commands
Bernhard Posselt [Mon, 15 Dec 2014 11:34:46 +0000 (12:34 +0100)]
Merge pull request #12625 from owncloud/app-dependencies-libs-and-commands

adding dependencies for command line tools and php libraries

9 years agofixing owncloud version
Thomas Müller [Mon, 15 Dec 2014 11:23:56 +0000 (12:23 +0100)]
fixing owncloud version

9 years agoCorrectly replace favorites icon when re-rendering file actions
Vincent Petry [Fri, 12 Dec 2014 16:06:57 +0000 (17:06 +0100)]
Correctly replace favorites icon when re-rendering file actions

9 years agoAdded favorites feature to the files app
Vincent Petry [Tue, 18 Nov 2014 17:53:45 +0000 (18:53 +0100)]
Added favorites feature to the files app

9 years agoReturn file info from Node API
Vincent Petry [Fri, 12 Dec 2014 14:19:36 +0000 (15:19 +0100)]
Return file info from Node API

9 years agoMerge pull request #11991 from owncloud/bower-jquery-ui
Morris Jobke [Mon, 15 Dec 2014 10:39:31 +0000 (11:39 +0100)]
Merge pull request #11991 from owncloud/bower-jquery-ui

bower jquery-ui - exported changes to a separate css file

9 years agoSort results to make sure assert work on consistent order
Vincent Petry [Mon, 15 Dec 2014 10:32:32 +0000 (11:32 +0100)]
Sort results to make sure assert work on consistent order

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

9 years agoOlivier Paroz \OCP\AppFramework\Utility\IControllerMethodReflector
Olivier Paroz [Sun, 14 Dec 2014 22:54:31 +0000 (23:54 +0100)]
Olivier Paroz  \OCP\AppFramework\Utility\IControllerMethodReflector

9 years agomake regex in controllermethodreflector.php compatible with PCRE 6.x
Philipp Knechtges [Sat, 13 Dec 2014 01:16:37 +0000 (02:16 +0100)]
make regex in controllermethodreflector.php compatible with PCRE 6.x

The syntax ?<...> seems to be only supported from PCRE 7.0 on. For
backwards-compability ?P<...> is used.

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

9 years agoMerge pull request #12639 from owncloud/bad_mtime_format
Morris Jobke [Sat, 13 Dec 2014 09:07:10 +0000 (10:07 +0100)]
Merge pull request #12639 from owncloud/bad_mtime_format

Fix formatting of bad dates from external storages

9 years agobower jquery-ui - exported changes to a separate css file
Morris Jobke [Thu, 6 Nov 2014 10:04:18 +0000 (11:04 +0100)]
bower jquery-ui - exported changes to a separate css file

9 years agoMerge pull request #12795 from owncloud/files-layoutchanges
Morris Jobke [Sat, 13 Dec 2014 08:00:43 +0000 (09:00 +0100)]
Merge pull request #12795 from owncloud/files-layoutchanges

Move file thumbnail element into the label tag

9 years agoMerge pull request #12726 from owncloud/add-filter-for-backend-to-rest-index
Morris Jobke [Sat, 13 Dec 2014 07:50:15 +0000 (08:50 +0100)]
Merge pull request #12726 from owncloud/add-filter-for-backend-to-rest-index

Add filter for backend to rest index

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

9 years agoReturn ? if mtime is 0 or -1
Robin McCorkell [Fri, 5 Dec 2014 13:54:43 +0000 (13:54 +0000)]
Return ? if mtime is 0 or -1

Tooltip contains 'Unable to determine date'. Fixes #6395

9 years agofix initial loading limit of user management on large screens
Morris Jobke [Fri, 12 Dec 2014 16:58:01 +0000 (17:58 +0100)]
fix initial loading limit of user management on large screens

9 years agoMake comment clear
Lukas Reschke [Fri, 12 Dec 2014 15:50:14 +0000 (16:50 +0100)]
Make comment clear

9 years agoComment code path
Lukas Reschke [Fri, 12 Dec 2014 15:45:11 +0000 (16:45 +0100)]
Comment code path

9 years agoUse limit and offset
Lukas Reschke [Fri, 12 Dec 2014 15:43:24 +0000 (16:43 +0100)]
Use limit and offset

9 years agoUse array key instead of value
Lukas Reschke [Fri, 12 Dec 2014 15:42:25 +0000 (16:42 +0100)]
Use array key instead of value

9 years agoMerge pull request #12806 from owncloud/display-backend-in-usermgnt
Vincent Petry [Fri, 12 Dec 2014 15:23:39 +0000 (16:23 +0100)]
Merge pull request #12806 from owncloud/display-backend-in-usermgnt

Show user backend in user management

9 years agoMerge pull request #12778 from owncloud/searchbytags2
Vincent Petry [Fri, 12 Dec 2014 13:27:19 +0000 (14:27 +0100)]
Merge pull request #12778 from owncloud/searchbytags2

Added searchByTags to view, storage and cache

9 years agoShow user backend in user management
Morris Jobke [Fri, 12 Dec 2014 09:21:50 +0000 (10:21 +0100)]
Show user backend in user management

* add switch to settings to show user backend
* user classes for headers and rows to unify the show/hide statement
* add user backend to response of user create request
* proper markup in settings area

9 years agoadding unit tests for PlatformRepository::normalizeVersion()
Thomas Müller [Fri, 12 Dec 2014 12:33:22 +0000 (13:33 +0100)]
adding unit tests for PlatformRepository::normalizeVersion()

9 years agoMerge pull request #12812 from owncloud/remove-53-workaround
Thomas Müller [Fri, 12 Dec 2014 12:16:49 +0000 (13:16 +0100)]
Merge pull request #12812 from owncloud/remove-53-workaround

Remove conditional check for 5.3 compatibility

9 years agoMerge pull request #12808 from owncloud/add-special-parameterlist-to-manager
Joas Schilling [Fri, 12 Dec 2014 12:03:26 +0000 (13:03 +0100)]
Merge pull request #12808 from owncloud/add-special-parameterlist-to-manager

Add special parameterlist to manager

9 years agoMerge pull request #12789 from owncloud/external-icon
Vincent Petry [Fri, 12 Dec 2014 11:46:57 +0000 (12:46 +0100)]
Merge pull request #12789 from owncloud/external-icon

fix and compress files_external icon

9 years agoAdd test for user without backend
Lukas Reschke [Fri, 12 Dec 2014 11:39:31 +0000 (12:39 +0100)]
Add test for user without backend

9 years agorework api of DependencyAnalyzer
Thomas Müller [Fri, 12 Dec 2014 11:34:53 +0000 (12:34 +0100)]
rework api of DependencyAnalyzer

9 years agoRemove conditional check for 5.3 compatibility
Lukas Reschke [Fri, 12 Dec 2014 11:25:59 +0000 (12:25 +0100)]
Remove conditional check for 5.3 compatibility