]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
9 years agoMerge pull request #13129 from owncloud/group-select-fix-autocomplete
Robin Appelman [Tue, 6 Jan 2015 17:37:32 +0000 (18:37 +0100)]
Merge pull request #13129 from owncloud/group-select-fix-autocomplete

Fix group select autocomplete

9 years agoMerge pull request #13130 from owncloud/getstoragestats-error-handling
Lukas Reschke [Tue, 6 Jan 2015 17:35:09 +0000 (18:35 +0100)]
Merge pull request #13130 from owncloud/getstoragestats-error-handling

Add error handling to getstoragestats.php

9 years agoMerge pull request #13128 from owncloud/files-scan-path
Thomas Müller [Tue, 6 Jan 2015 17:17:19 +0000 (18:17 +0100)]
Merge pull request #13128 from owncloud/files-scan-path

Fix check if a path argument is passed to occ files:scan

9 years agoMerge pull request #12653 from owncloud/full_content_search_results
Morris Jobke [Tue, 6 Jan 2015 15:44:58 +0000 (16:44 +0100)]
Merge pull request #12653 from owncloud/full_content_search_results

Full content width search results

9 years agoAdd error handling to getstoragestats.php
Robin Appelman [Tue, 6 Jan 2015 14:56:06 +0000 (15:56 +0100)]
Add error handling to getstoragestats.php

9 years agoFix group select autocomplete
Robin Appelman [Tue, 6 Jan 2015 14:40:40 +0000 (15:40 +0100)]
Fix group select autocomplete

9 years agoFix check if a path argument is passed to occ files:scan
Robin Appelman [Tue, 6 Jan 2015 14:27:03 +0000 (15:27 +0100)]
Fix check if a path argument is passed to occ files:scan

9 years agouse cancelable timeout, on scroll only fetch next page if last query had any results
Jörn Friedrich Dreyer [Tue, 6 Jan 2015 14:18:41 +0000 (15:18 +0100)]
use cancelable timeout, on scroll only fetch next page if last query had any results

9 years agoMerge pull request #13122 from owncloud/fix-licence-apps-management
Thomas Müller [Tue, 6 Jan 2015 13:40:51 +0000 (14:40 +0100)]
Merge pull request #13122 from owncloud/fix-licence-apps-management

fixing wrong usage of license vs licence

9 years agoMerge pull request #13125 from owncloud/lower-deprecation-warning-level
Thomas Müller [Tue, 6 Jan 2015 13:38:50 +0000 (14:38 +0100)]
Merge pull request #13125 from owncloud/lower-deprecation-warning-level

degraded logging policy for server container in AppFramework

9 years agoMerge pull request #13116 from owncloud/fix_assets
Thomas Müller [Tue, 6 Jan 2015 13:36:51 +0000 (14:36 +0100)]
Merge pull request #13116 from owncloud/fix_assets

Fix JS asset generation

9 years agouse class for no results div instead of id. the elements are not unique.
Jörn Friedrich Dreyer [Tue, 6 Jan 2015 13:34:35 +0000 (14:34 +0100)]
use class for no results div instead of id. the elements are not unique.

9 years agoclear search when navigating via breadcrumbs
Jörn Friedrich Dreyer [Tue, 6 Jan 2015 12:55:51 +0000 (13:55 +0100)]
clear search when navigating via breadcrumbs

9 years agodegraded logging policy for server container in AppFramework
Morris Jobke [Tue, 6 Jan 2015 12:43:40 +0000 (13:43 +0100)]
degraded logging policy for server container in AppFramework

9 years agofixing wrong usage of license vs licence
Thomas Müller [Tue, 6 Jan 2015 12:07:17 +0000 (13:07 +0100)]
fixing wrong usage of license vs licence

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 6 Jan 2015 06:54:59 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #13101 from owncloud/variable-is-undefined-please-use-a-proper...
Thomas Müller [Mon, 5 Jan 2015 19:09:10 +0000 (20:09 +0100)]
Merge pull request #13101 from owncloud/variable-is-undefined-please-use-a-proper-ide-in-the-future-whoever-did-that

Fix undefined variable and write unit tests for OC_Principal connector

9 years agocorrectly clear searchbox when switching filelists
Jörn Friedrich Dreyer [Mon, 5 Jan 2015 16:53:14 +0000 (17:53 +0100)]
correctly clear searchbox when switching filelists

9 years agoFix JS asset generation
Robin McCorkell [Mon, 5 Jan 2015 15:48:04 +0000 (15:48 +0000)]
Fix JS asset generation

At some point SeparatorFilter should be included upstream
(kriswallsmith/assetic), then lib/private/assetic/separatorfilter.php can be
removed and the `use` in lib/private/templatelayout.php rewritten.

SeparatorFilter inserts a separator between assets, preventing issues when
files are incorrectly terminated. For JS this is a semicolon.

9 years agofix onScroll breaking search, fix keyboard navigation, fix filter for files in other...
Jörn Friedrich Dreyer [Mon, 5 Jan 2015 13:28:09 +0000 (14:28 +0100)]
fix onScroll breaking search, fix keyboard navigation, fix filter for files in other dirs

9 years agosearch with endless scrolling
Jörn Friedrich Dreyer [Mon, 5 Jan 2015 12:53:56 +0000 (13:53 +0100)]
search with endless scrolling

9 years agoMerge pull request #13103 from owncloud/fix-htaccess-regex
Morris Jobke [Mon, 5 Jan 2015 12:26:56 +0000 (13:26 +0100)]
Merge pull request #13103 from owncloud/fix-htaccess-regex

escape . in htaccess regex for CSS and JS HTTP headers

9 years agoMerge pull request #13108 from owncloud/fix-public-link-mount-for-pre-oc7
Morris Jobke [Mon, 5 Jan 2015 12:23:13 +0000 (13:23 +0100)]
Merge pull request #13108 from owncloud/fix-public-link-mount-for-pre-oc7

Check for version before mounting a public link

9 years agofilter trashbin and share views
Jörn Friedrich Dreyer [Mon, 5 Jan 2015 12:11:50 +0000 (13:11 +0100)]
filter trashbin and share views

9 years agoMerge pull request #13107 from owncloud/change-to-better-error-level
Bernhard Posselt [Mon, 5 Jan 2015 11:09:59 +0000 (12:09 +0100)]
Merge pull request #13107 from owncloud/change-to-better-error-level

Use info instead of warning log level

9 years agoCheck for version before mounting a public link
Morris Jobke [Mon, 5 Jan 2015 10:50:05 +0000 (11:50 +0100)]
Check for version before mounting a public link

* ownCloud 7.0.0 is needed - version of merge of server <-> server
  sharing - https://github.com/owncloud/core/pull/8399
* adjust error message

9 years agoUse info instead of warning log level
Lukas Reschke [Mon, 5 Jan 2015 10:18:11 +0000 (11:18 +0100)]
Use info instead of warning log level

Otherwise the log is flooded as can be seen at https://github.com/owncloud/core/issues/13106

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

9 years agoMerge pull request #13099 from owncloud/fix-provisioning-api
Lukas Reschke [Mon, 5 Jan 2015 09:35:24 +0000 (10:35 +0100)]
Merge pull request #13099 from owncloud/fix-provisioning-api

Remove unnecessary setUp method from provisioning_api

9 years agoescape . in htaccess regex for CSS and JS HTTP headers
Morris Jobke [Mon, 5 Jan 2015 09:23:24 +0000 (10:23 +0100)]
escape . in htaccess regex for CSS and JS HTTP headers

9 years agoUse proper test name
Lukas Reschke [Fri, 19 Dec 2014 18:42:39 +0000 (19:42 +0100)]
Use proper test name

9 years agoUse proper namespace
Lukas Reschke [Fri, 19 Dec 2014 18:42:02 +0000 (19:42 +0100)]
Use proper namespace

9 years agoUse namespace
Lukas Reschke [Fri, 19 Dec 2014 15:50:32 +0000 (16:50 +0100)]
Use namespace

9 years agoWrite unit-tests and use DI
Lukas Reschke [Fri, 19 Dec 2014 12:28:11 +0000 (13:28 +0100)]
Write unit-tests and use DI

9 years agoFix code-style
Lukas Reschke [Fri, 19 Dec 2014 10:48:43 +0000 (11:48 +0100)]
Fix code-style

9 years agoMerge pull request #13095 from derkostka/master
Morris Jobke [Mon, 5 Jan 2015 08:47:44 +0000 (09:47 +0100)]
Merge pull request #13095 from derkostka/master

fix "app":"PHP","message":"Undefined variable: user at/principal.php#66"

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 5 Jan 2015 06:54:36 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years agoRemove unnecessary setUp method
Tom Needham [Sun, 4 Jan 2015 23:10:44 +0000 (23:10 +0000)]
Remove unnecessary setUp method

9 years agofix "app":"PHP","message":"Undefined variable: user at/principal.php#66"
derkostka [Sun, 4 Jan 2015 16:07:33 +0000 (17:07 +0100)]
fix "app":"PHP","message":"Undefined variable: user at/principal.php#66"

changed variable #user to #name

9 years agoMerge pull request #13060 from dratini0/master
Morris Jobke [Sun, 4 Jan 2015 09:09:30 +0000 (10:09 +0100)]
Merge pull request #13060 from dratini0/master

Fix: X-Accel-Redirect did not support custom data dir and local mounts

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 4 Jan 2015 06:54:53 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #13091 from owncloud/fix-provisioning-api
Morris Jobke [Sat, 3 Jan 2015 21:41:44 +0000 (22:41 +0100)]
Merge pull request #13091 from owncloud/fix-provisioning-api

Fix remaining unit tests for provisioning_api

9 years agoAdd proper group setup and teardown to all provisioning_api tests
Tom Needham [Sat, 3 Jan 2015 15:58:36 +0000 (15:58 +0000)]
Add proper group setup and teardown to all provisioning_api tests

9 years agoCreate admin group before running provisioning_api tests
Tom Needham [Sat, 3 Jan 2015 15:39:42 +0000 (15:39 +0000)]
Create admin group before running provisioning_api tests

9 years agoEnsure admin group is present before running tests
Tom Needham [Sat, 3 Jan 2015 13:25:48 +0000 (13:25 +0000)]
Ensure admin group is present before running tests

9 years agoMerge pull request #13082 from mmattel/rename_text_no_external_storages
Morris Jobke [Sat, 3 Jan 2015 10:59:22 +0000 (11:59 +0100)]
Merge pull request #13082 from mmattel/rename_text_no_external_storages

adopt text "no external storage configured"

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 3 Jan 2015 06:54:29 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #13083 from owncloud/fix-provisioning-api
Thomas Müller [Fri, 2 Jan 2015 20:23:05 +0000 (21:23 +0100)]
Merge pull request #13083 from owncloud/fix-provisioning-api

Add provisioning_api app.php so app is detected

9 years agoadopt text "no ecternal storage configured"
root [Fri, 2 Jan 2015 20:00:02 +0000 (21:00 +0100)]
adopt text "no ecternal storage configured"

storage -> storages

9 years agoChange array element order to fix failing test
Tom Needham [Fri, 2 Jan 2015 19:07:31 +0000 (19:07 +0000)]
Change array element order to fix failing test

9 years agoAdd placeholder app.php for provisioning_api so app is detected
Tom Needham [Fri, 2 Jan 2015 18:52:11 +0000 (18:52 +0000)]
Add placeholder app.php for provisioning_api so app is detected

9 years agopluralize translation
Jörn Friedrich Dreyer [Fri, 2 Jan 2015 15:22:23 +0000 (16:22 +0100)]
pluralize translation

9 years agodelay hiding no results message until search is triggered
Jörn Friedrich Dreyer [Fri, 2 Jan 2015 15:13:15 +0000 (16:13 +0100)]
delay hiding no results message until search is triggered

9 years agouse correct spinner
Jörn Friedrich Dreyer [Fri, 2 Jan 2015 15:12:37 +0000 (16:12 +0100)]
use correct spinner

9 years agoclear search results when clicking the x in type=search input field
Jörn Friedrich Dreyer [Fri, 2 Jan 2015 14:44:41 +0000 (15:44 +0100)]
clear search results when clicking the x in type=search input field

9 years agouse " to avoid escaping '
Jörn Friedrich Dreyer [Fri, 2 Jan 2015 13:59:55 +0000 (14:59 +0100)]
use " to avoid escaping '

9 years agotext and icon fixes
Jörn Friedrich Dreyer [Fri, 2 Jan 2015 13:58:39 +0000 (14:58 +0100)]
text and icon fixes

9 years agodo not hide search results when clicking, but hide on ESC
Jörn Friedrich Dreyer [Fri, 2 Jan 2015 13:46:35 +0000 (14:46 +0100)]
do not hide search results when clicking, but hide on ESC

9 years agocorrectly update search results when query is changed, show spinner when searching
Jörn Friedrich Dreyer [Fri, 2 Jan 2015 13:22:48 +0000 (14:22 +0100)]
correctly update search results when query is changed, show spinner when searching

9 years agoshow no files found message
Jörn Friedrich Dreyer [Fri, 2 Jan 2015 11:50:21 +0000 (12:50 +0100)]
show no files found message

9 years agomake OCA.Search.Files available in tests and for other apps
Jörn Friedrich Dreyer [Fri, 2 Jan 2015 09:57:25 +0000 (10:57 +0100)]
make OCA.Search.Files available in tests and for other apps

9 years agoadd file summary filter spec tests
Jörn Friedrich Dreyer [Fri, 2 Jan 2015 09:28:23 +0000 (10:28 +0100)]
add file summary filter spec tests

9 years agoFix rendering search results
Robin Appelman [Wed, 31 Dec 2014 15:36:00 +0000 (16:36 +0100)]
Fix rendering search results

9 years agofix count
Jörn Friedrich Dreyer [Wed, 31 Dec 2014 15:15:57 +0000 (16:15 +0100)]
fix count

9 years agouse correct visibilities
Jörn Friedrich Dreyer [Wed, 31 Dec 2014 15:02:58 +0000 (16:02 +0100)]
use correct visibilities

9 years agofix js tests
Jörn Friedrich Dreyer [Wed, 31 Dec 2014 13:36:48 +0000 (14:36 +0100)]
fix js tests

9 years agoinstantiate file search
Jörn Friedrich Dreyer [Wed, 31 Dec 2014 13:28:01 +0000 (14:28 +0100)]
instantiate file search

9 years agodon't use full class name to register plugin
Jörn Friedrich Dreyer [Tue, 30 Dec 2014 23:14:02 +0000 (00:14 +0100)]
don't use full class name to register plugin

9 years agothat -> self, add missing var
Jörn Friedrich Dreyer [Tue, 30 Dec 2014 23:13:09 +0000 (00:13 +0100)]
that -> self, add missing var

9 years agoadd SIZE_ALL const
Jörn Friedrich Dreyer [Tue, 30 Dec 2014 23:11:58 +0000 (00:11 +0100)]
add SIZE_ALL const

9 years agohide, esc, and backspace fixes
Jörn Friedrich Dreyer [Fri, 19 Dec 2014 21:36:00 +0000 (22:36 +0100)]
hide, esc, and backspace fixes

9 years agoallow getting the last query
Jörn Friedrich Dreyer [Fri, 19 Dec 2014 15:39:49 +0000 (16:39 +0100)]
allow getting the last query

9 years agofix visibility
Jörn Friedrich Dreyer [Fri, 19 Dec 2014 15:39:03 +0000 (16:39 +0100)]
fix visibility

9 years agoallow getting the last query
Jörn Friedrich Dreyer [Fri, 19 Dec 2014 15:37:44 +0000 (16:37 +0100)]
allow getting the last query

9 years agohide irrelevant stuff in empty filelist
Jörn Friedrich Dreyer [Thu, 18 Dec 2014 23:49:05 +0000 (00:49 +0100)]
hide irrelevant stuff in empty filelist

9 years agoset empty filter when hiding results / esc
Jörn Friedrich Dreyer [Thu, 18 Dec 2014 23:30:55 +0000 (00:30 +0100)]
set empty filter when hiding results / esc

9 years agoremove globe fallback icon
Jörn Friedrich Dreyer [Thu, 18 Dec 2014 23:25:25 +0000 (00:25 +0100)]
remove globe fallback icon

9 years agoshow audio icon & image previews
Jörn Friedrich Dreyer [Thu, 18 Dec 2014 23:24:46 +0000 (00:24 +0100)]
show audio icon & image previews

9 years agohide header when no files in list match
Jörn Friedrich Dreyer [Thu, 18 Dec 2014 22:11:42 +0000 (23:11 +0100)]
hide header when no files in list match

9 years agofilter new rows
Jörn Friedrich Dreyer [Thu, 18 Dec 2014 09:26:41 +0000 (10:26 +0100)]
filter new rows

9 years agoadjust search result alignment depending on if the layout has favorites or not
Jan-Christoph Borchardt [Wed, 17 Dec 2014 22:28:29 +0000 (23:28 +0100)]
adjust search result alignment depending on if the layout has favorites or not

9 years agofirst style fixes to search results
Jan-Christoph Borchardt [Wed, 17 Dec 2014 21:28:37 +0000 (22:28 +0100)]
first style fixes to search results

9 years agomove search results below filelist, show hint when results are off screen, use js...
Jörn Friedrich Dreyer [Wed, 17 Dec 2014 17:49:39 +0000 (18:49 +0100)]
move search results below filelist, show hint when results are off screen, use js plugin mechanism

9 years agoajax paging, some js cleanups
Jörn Friedrich Dreyer [Thu, 11 Dec 2014 15:23:39 +0000 (16:23 +0100)]
ajax paging, some js cleanups

9 years agoadd paged provider
Jörn Friedrich Dreyer [Thu, 11 Dec 2014 11:58:22 +0000 (12:58 +0100)]
add paged provider

9 years agomove code from js.js to search.js in the search app
Jörn Friedrich Dreyer [Wed, 10 Dec 2014 16:11:02 +0000 (17:11 +0100)]
move code from js.js to search.js in the search app

9 years agonew OC.Search, add search result formatters and handlers, use full content width...
Jörn Friedrich Dreyer [Fri, 5 Dec 2014 23:53:06 +0000 (00:53 +0100)]
new OC.Search, add search result formatters and handlers, use full content width for results

9 years agofull page search results
Jörn Friedrich Dreyer [Thu, 4 Dec 2014 12:43:38 +0000 (13:43 +0100)]
full page search results

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 2 Jan 2015 06:54:28 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years ago8.0 alpha 1 v8.0.0alpha1
Frank Karlitschek [Thu, 1 Jan 2015 22:07:16 +0000 (23:07 +0100)]
8.0 alpha 1

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 1 Jan 2015 06:54:30 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

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

9 years agoremoved a little duplication
dratini0 [Tue, 30 Dec 2014 21:36:13 +0000 (22:36 +0100)]
removed a little duplication

9 years agoFix: X-Accel-Redirect did not support custom data dir and local mounts
dratini0 [Tue, 30 Dec 2014 21:07:04 +0000 (22:07 +0100)]
Fix: X-Accel-Redirect did not support custom data dir and local mounts

9 years agojump to 8.0.0.0 The test upgrade and installation of apps realistic.
Frank Karlitschek [Tue, 30 Dec 2014 21:02:41 +0000 (22:02 +0100)]
jump to 8.0.0.0 The test upgrade and installation of apps realistic.
Don´t open the champaign yet. This is obviously not the final release. ;-)
The final will have the version number 8.0.0.x

9 years agoMerge pull request #13055 from owncloud/dbal25
Lukas Reschke [Tue, 30 Dec 2014 18:04:50 +0000 (19:04 +0100)]
Merge pull request #13055 from owncloud/dbal25

update dbal to 2.5.0

9 years agoupdate dbal to 2.5.0
Robin Appelman [Tue, 30 Dec 2014 15:47:30 +0000 (16:47 +0100)]
update dbal to 2.5.0

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

9 years agoMerge pull request #12854 from owncloud/add-direct-download-link
Frank Karlitschek [Mon, 29 Dec 2014 17:47:39 +0000 (18:47 +0100)]
Merge pull request #12854 from owncloud/add-direct-download-link

Adding foundation for the direct download url

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

9 years agoadding getDirectDownload() to Wrapper
Thomas Müller [Tue, 16 Dec 2014 12:15:34 +0000 (13:15 +0100)]
adding getDirectDownload() to Wrapper