]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
9 years agoMerge pull request #12759 from owncloud/core-reduce-js-and-css
Jörn Friedrich Dreyer [Thu, 18 Dec 2014 22:18:37 +0000 (23:18 +0100)]
Merge pull request #12759 from owncloud/core-reduce-js-and-css

make sure styles and scripts are only loaded once

9 years agoMerge pull request #12896 from owncloud/drop-deprecated
Jörn Friedrich Dreyer [Thu, 18 Dec 2014 22:01:49 +0000 (23:01 +0100)]
Merge pull request #12896 from owncloud/drop-deprecated

first step to drop \OCP\Config:: in favour of IConfig

9 years agoMerge pull request #12870 from owncloud/send-mail-new-user
Thomas Müller [Thu, 18 Dec 2014 21:32:37 +0000 (22:32 +0100)]
Merge pull request #12870 from owncloud/send-mail-new-user

Send mail for new users

9 years agoMerge pull request #12947 from owncloud/fix-spinner-file-upload-ie89
Jan-Christoph Borchardt [Thu, 18 Dec 2014 21:27:36 +0000 (22:27 +0100)]
Merge pull request #12947 from owncloud/fix-spinner-file-upload-ie89

show spinner on file upload in IE8, 9

9 years agoshow spinner on file upload in IE8, 9
Morris Jobke [Thu, 18 Dec 2014 20:33:08 +0000 (21:33 +0100)]
show spinner on file upload in IE8, 9

9 years agoMerge pull request #12945 from owncloud/hhvm-image
Morris Jobke [Thu, 18 Dec 2014 21:20:56 +0000 (22:20 +0100)]
Merge pull request #12945 from owncloud/hhvm-image

HHVM: Do not call filesize(null), this function expects a string.

9 years agoDo not call filesize(null), this function expects a string.
Andreas Fischer [Thu, 18 Dec 2014 19:42:35 +0000 (20:42 +0100)]
Do not call filesize(null), this function expects a string.

filesize(null) yields an int on HHVM and thus exif_imagetype(null) is called.

9 years agoMerge pull request #12940 from drarko/master
Morris Jobke [Thu, 18 Dec 2014 17:44:44 +0000 (18:44 +0100)]
Merge pull request #12940 from drarko/master

Fix extra quotes in custom tags in header

9 years agoFix extra quotes in custom tags in header
drarko [Thu, 18 Dec 2014 15:40:08 +0000 (12:40 -0300)]
Fix extra quotes in custom tags in header

Fix #12939

9 years agoMerge pull request #12907 from owncloud/delete-invalid-external-share
Robin Appelman [Thu, 18 Dec 2014 15:38:13 +0000 (16:38 +0100)]
Merge pull request #12907 from owncloud/delete-invalid-external-share

Fix deleting invalid s2s shares

9 years agoMerge pull request #12925 from owncloud/fix-js-unit-tests
Vincent Petry [Thu, 18 Dec 2014 11:10:11 +0000 (12:10 +0100)]
Merge pull request #12925 from owncloud/fix-js-unit-tests

be more explicit in JS unit tests - caused by accessibility issues

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 agobe more explicit in JS unit tests - caused by accessibility issues
Morris Jobke [Thu, 18 Dec 2014 00:27:58 +0000 (01:27 +0100)]
be more explicit in JS unit tests - caused by accessibility issues

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 agoRoot always exists
Robin Appelman [Wed, 17 Dec 2014 15:09:41 +0000 (16:09 +0100)]
Root always exists

9 years agoMovable mountpoints are always deletable
Robin Appelman [Wed, 17 Dec 2014 15:09:28 +0000 (16:09 +0100)]
Movable mountpoints are always deletable

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 agofirst step to drop \OCP\Config:: in favour of IConfig
Morris Jobke [Wed, 17 Dec 2014 10:12:37 +0000 (11:12 +0100)]
first step to drop \OCP\Config:: in favour of IConfig

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 agoload showpassord.js conditionally in the template only if needed
Thomas Müller [Wed, 10 Dec 2014 15:59:03 +0000 (16:59 +0100)]
load showpassord.js conditionally in the template only if needed

9 years agouse script instead of \OCP\Util methods
Thomas Müller [Wed, 10 Dec 2014 15:18:18 +0000 (16:18 +0100)]
use script instead of \OCP\Util methods

9 years agomake sure styles and scripts are only loaded once
Thomas Müller [Wed, 10 Dec 2014 14:41:38 +0000 (15:41 +0100)]
make sure styles and scripts are only loaded once

9 years agoadd unit tests for new user create mail
Morris Jobke [Tue, 16 Dec 2014 16:54:30 +0000 (17:54 +0100)]
add unit tests for new user create mail

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 agoSend mail for new users
Morris Jobke [Tue, 16 Dec 2014 08:08:38 +0000 (09:08 +0100)]
Send mail for new users

* supply mail address
* send mail with username and URL to that mail address
* option to temporary enable this feature

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