]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
9 years agoHHVM: In APC cache clear, only request the cache key in APCIterator.
Andreas Fischer [Fri, 19 Dec 2014 02:24:00 +0000 (03:24 +0100)]
HHVM: In APC cache clear, only request the cache key in APCIterator.

The default value of the $format parameter of the APCIterator constructur is
APC_ITER_ALL which instructs the iterator to provide all available information
on cache values being iterated over. Only the key value is necessary for
matching and deletion via apc_delete(), though.

This prevents a "Format values FILENAME, DEVICE, INODE, MD5, NUM_HITS, MTIME,
CTIME, DTIME, ATIME, REFCOUNT not supported yet." notice on HHVM.

9 years agoMerge pull request #12941 from owncloud/wave-accessibility-compliance
Morris Jobke [Thu, 18 Dec 2014 23:30:56 +0000 (00:30 +0100)]
Merge pull request #12941 from owncloud/wave-accessibility-compliance

Wave accessibility compliance

9 years agoMerge pull request #12748 from owncloud/redis_cache
Morris Jobke [Thu, 18 Dec 2014 23:26:25 +0000 (00:26 +0100)]
Merge pull request #12748 from owncloud/redis_cache

Add Redis cache implementation, prefer over memcached, tests & config sample doc

9 years agoMerge pull request #12887 from owncloud/logged-in
Thomas Müller [Thu, 18 Dec 2014 23:14:05 +0000 (00:14 +0100)]
Merge pull request #12887 from owncloud/logged-in

Add a isLoggedIn method to the usersession and deprecate the isLoggedIn ...

9 years agoMerge pull request #12879 from owncloud/mountconfig
Morris Jobke [Thu, 18 Dec 2014 22:38:14 +0000 (23:38 +0100)]
Merge pull request #12879 from owncloud/mountconfig

Add mount specific options

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 agoproperly escape variable
Jan-Christoph Borchardt [Thu, 18 Dec 2014 16:19:23 +0000 (17:19 +0100)]
properly escape variable

9 years agoget rid of unnecessary alt and title attributes
Jan-Christoph Borchardt [Thu, 18 Dec 2014 16:05:27 +0000 (17:05 +0100)]
get rid of unnecessary alt and title attributes

9 years agofix accessibility for deleted files
Jan-Christoph Borchardt [Thu, 18 Dec 2014 15:54:39 +0000 (16:54 +0100)]
fix accessibility for deleted files

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 agomore alt text and label fixes in Personal settings
Jan-Christoph Borchardt [Thu, 18 Dec 2014 15:11:25 +0000 (16:11 +0100)]
more alt text and label fixes in Personal settings

9 years agoadd empty alt text to decorative preview of public share image
Jan-Christoph Borchardt [Thu, 18 Dec 2014 15:00:55 +0000 (16:00 +0100)]
add empty alt text to decorative preview of public share image

9 years agobetter color contrast for focused buttons
Jan-Christoph Borchardt [Thu, 18 Dec 2014 15:00:26 +0000 (16:00 +0100)]
better color contrast for focused buttons

9 years agofix accessibility for 'New' file inputs
Jan-Christoph Borchardt [Thu, 18 Dec 2014 14:52:42 +0000 (15:52 +0100)]
fix accessibility for 'New' file inputs

9 years agoadd missing input labels for Share dialog
Jan-Christoph Borchardt [Thu, 18 Dec 2014 14:37:46 +0000 (15:37 +0100)]
add missing input labels for Share dialog

9 years agofix accessibility of file upload
Jan-Christoph Borchardt [Thu, 18 Dec 2014 13:09:17 +0000 (14:09 +0100)]
fix accessibility of file upload

9 years agofix searchbox label
Jan-Christoph Borchardt [Thu, 18 Dec 2014 12:34:48 +0000 (13:34 +0100)]
fix searchbox label

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 agofix accessibility of logos
Jan-Christoph Borchardt [Thu, 18 Dec 2014 09:50:05 +0000 (10:50 +0100)]
fix accessibility of logos

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 agoAllow disabling previews per mount
Robin Appelman [Tue, 16 Dec 2014 13:34:10 +0000 (14:34 +0100)]
Allow disabling previews per mount

9 years agoAdd getMountPoint to FileInfo
Robin Appelman [Tue, 16 Dec 2014 13:24:48 +0000 (14:24 +0100)]
Add getMountPoint to FileInfo

9 years agoLoad mount specific options from the mount config
Robin Appelman [Tue, 16 Dec 2014 12:33:58 +0000 (13:33 +0100)]
Load mount specific options from the mount config

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 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 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 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 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