]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
10 years agoMerge pull request #4553 from owncloud/update_search_classes
Vincent Petry [Fri, 6 Jun 2014 11:24:16 +0000 (13:24 +0200)]
Merge pull request #4553 from owncloud/update_search_classes

Update search classes

10 years agoMerge pull request #8895 from owncloud/mimetype_fixes
Thomas Müller [Fri, 6 Jun 2014 10:29:43 +0000 (12:29 +0200)]
Merge pull request #8895 from owncloud/mimetype_fixes

add more and fix office mimetypes, migrate wrong mimetypes

10 years agoincrease version number of files and migration trigger
Jörn Friedrich Dreyer [Fri, 6 Jun 2014 10:28:36 +0000 (12:28 +0200)]
increase version number of files and migration trigger

10 years agoadd more and fix office mimetypes, migrate wrong mimetypes
Jörn Friedrich Dreyer [Thu, 5 Jun 2014 11:01:01 +0000 (13:01 +0200)]
add more and fix office mimetypes, migrate wrong mimetypes

10 years agoMerge pull request #8666 from owncloud/mount-remove
icewind1991 [Fri, 6 Jun 2014 09:57:43 +0000 (11:57 +0200)]
Merge pull request #8666 from owncloud/mount-remove

Support for (re)moving mountpoints

10 years agoMerge pull request #8900 from guruz/webdav_permission_moveable_renameable
Vincent Petry [Fri, 6 Jun 2014 09:51:39 +0000 (11:51 +0200)]
Merge pull request #8900 from guruz/webdav_permission_moveable_renameable

WebDAV Permissions: Distinguish between renameing and moving

10 years agoMerge pull request #8905 from owncloud/update-cli-skipcheckmigrate
Vincent Petry [Fri, 6 Jun 2014 09:42:14 +0000 (11:42 +0200)]
Merge pull request #8905 from owncloud/update-cli-skipcheckmigrate

Added CLI arguments for upgrade simulation steps

10 years agoallow apps to add translation for search result typeid
Jörn Friedrich Dreyer [Fri, 6 Jun 2014 09:28:43 +0000 (11:28 +0200)]
allow apps to add translation for search result typeid

10 years agoMerge pull request #8159 from owncloud/mobile-sidebar-swipe
Thomas Müller [Fri, 6 Jun 2014 09:27:04 +0000 (11:27 +0200)]
Merge pull request #8159 from owncloud/mobile-sidebar-swipe

Mobile sidebar swipe

10 years agouse non static access to search
Jörn Friedrich Dreyer [Fri, 6 Jun 2014 09:02:05 +0000 (11:02 +0200)]
use non static access to search

10 years agofix namespace for legacy search classes
Jörn Friedrich Dreyer [Fri, 6 Jun 2014 09:01:35 +0000 (11:01 +0200)]
fix namespace for legacy search classes

10 years agoMerge pull request #8783 from owncloud/remove-serializers
Thomas Müller [Fri, 6 Jun 2014 08:33:16 +0000 (10:33 +0200)]
Merge pull request #8783 from owncloud/remove-serializers

Remove controller serializers

10 years agoAdded CLI arguments for upgrade simulation steps
Vincent Petry [Thu, 5 Jun 2014 14:19:24 +0000 (16:19 +0200)]
Added CLI arguments for upgrade simulation steps

Added "dry run" argument to only run the update simulation.
Added argument to disable migration (useful for bigger setups where
table duplication would take too much space)

10 years agoFixed viewer mode for sidebar swipe
Vincent Petry [Fri, 6 Jun 2014 08:04:19 +0000 (10:04 +0200)]
Fixed viewer mode for sidebar swipe

10 years agoMerge pull request #8909 from owncloud/fix-temporary-storage-rmdirr-master
Thomas Müller [Fri, 6 Jun 2014 08:02:23 +0000 (10:02 +0200)]
Merge pull request #8909 from owncloud/fix-temporary-storage-rmdirr-master

use system function to recursive remove the directory used by temporary ...

10 years agoDont connect hooks twice
Robin Appelman [Thu, 5 Jun 2014 19:08:30 +0000 (21:08 +0200)]
Dont connect hooks twice

10 years agocheck if permissions exists
Bjoern Schiessle [Thu, 5 Jun 2014 11:24:41 +0000 (13:24 +0200)]
check if permissions exists

10 years agoLimit permissions to share permissions
Robin Appelman [Thu, 5 Jun 2014 10:45:33 +0000 (12:45 +0200)]
Limit permissions to share permissions

10 years agomake sure that we only delete shares for the current user
Bjoern Schiessle [Wed, 4 Jun 2014 22:37:41 +0000 (00:37 +0200)]
make sure that we only delete shares for the current user

10 years agoonly unshare user share if it was shared with the current user
Bjoern Schiessle [Wed, 4 Jun 2014 17:45:10 +0000 (19:45 +0200)]
only unshare user share if it was shared with the current user

10 years agomake sure that we remove all shares refering to the same parent
Bjoern Schiessle [Wed, 4 Jun 2014 17:07:56 +0000 (19:07 +0200)]
make sure that we remove all shares refering to the same parent

10 years agofix unshareFromSelf()
Bjoern Schiessle [Wed, 4 Jun 2014 16:41:47 +0000 (18:41 +0200)]
fix unshareFromSelf()

10 years agoupdate unit tests and make sure that we return the right permissions for files within...
Bjoern Schiessle [Wed, 4 Jun 2014 11:00:32 +0000 (13:00 +0200)]
update unit tests and make sure that we return the right permissions for files within a shared folder and for the shared folder itself

10 years agothe mount point always have delete permissions to allow unmount
Bjoern Schiessle [Tue, 3 Jun 2014 17:47:23 +0000 (19:47 +0200)]
the mount point always have delete permissions to allow unmount

10 years agoadd some tests
Bjoern Schiessle [Tue, 3 Jun 2014 17:29:00 +0000 (19:29 +0200)]
add some tests

10 years agonake sure ti create new db entry when user renames a group share
Bjoern Schiessle [Tue, 3 Jun 2014 14:56:04 +0000 (16:56 +0200)]
nake sure ti create new db entry when user renames a group share

10 years agoFix unit test
Robin Appelman [Tue, 3 Jun 2014 13:02:42 +0000 (15:02 +0200)]
Fix unit test

10 years agoFix unit tests
Robin Appelman [Tue, 3 Jun 2014 08:48:03 +0000 (10:48 +0200)]
Fix unit tests

10 years agofix db query
Bjoern Schiessle [Wed, 28 May 2014 16:18:51 +0000 (18:18 +0200)]
fix db query

10 years agoMovable storage root can always be moved and deleted
Robin Appelman [Wed, 28 May 2014 12:01:40 +0000 (14:01 +0200)]
Movable storage root can always be moved and deleted

10 years agouse triple equals
Robin Appelman [Wed, 28 May 2014 11:52:18 +0000 (13:52 +0200)]
use triple equals

10 years agoFix phpdoc and comments
Robin Appelman [Wed, 28 May 2014 11:47:50 +0000 (13:47 +0200)]
Fix phpdoc and comments

10 years agoupdate share API tests, file shares never have delete permissions
Bjoern Schiessle [Tue, 27 May 2014 21:51:24 +0000 (23:51 +0200)]
update share API tests, file shares never have delete permissions

10 years agomake sure that we have a path relative to data/user/files to work with
Bjoern Schiessle [Tue, 27 May 2014 21:50:44 +0000 (23:50 +0200)]
make sure that we have a path relative to data/user/files to work with

10 years agoupdate mount point if file_target changed
Bjoern Schiessle [Tue, 27 May 2014 20:43:20 +0000 (22:43 +0200)]
update mount point if file_target changed

10 years agoadd additional unit tests
Bjoern Schiessle [Tue, 27 May 2014 19:51:23 +0000 (21:51 +0200)]
add additional unit tests

10 years agoremove unused variable
Bjoern Schiessle [Tue, 27 May 2014 19:15:39 +0000 (21:15 +0200)]
remove unused variable

10 years agoget unique_name value directly from the share array
Bjoern Schiessle [Tue, 27 May 2014 19:15:25 +0000 (21:15 +0200)]
get unique_name value directly from the share array

10 years agofix mount point move up if the parent no longer exists
Bjoern Schiessle [Tue, 27 May 2014 18:48:41 +0000 (20:48 +0200)]
fix mount point move up if the parent no longer exists

10 years agoallow moving files to the root
Bjoern Schiessle [Tue, 27 May 2014 18:48:19 +0000 (20:48 +0200)]
allow moving files to the root

10 years agobring back updateFileTarget() got lost during last rebase
Bjoern Schiessle [Tue, 27 May 2014 14:28:32 +0000 (16:28 +0200)]
bring back updateFileTarget() got lost during last rebase

10 years agoremove encryption keys if user unshares a file
Bjoern Schiessle [Tue, 27 May 2014 13:09:43 +0000 (15:09 +0200)]
remove encryption keys if user unshares a file

10 years agoremove share mount
Bjoern Schiessle [Tue, 27 May 2014 13:07:53 +0000 (15:07 +0200)]
remove share mount

10 years agoFix folder name for storage root
Robin Appelman [Tue, 27 May 2014 12:24:35 +0000 (14:24 +0200)]
Fix folder name for storage root

10 years agodon't allow to share single files with delete permissions, user should only be possib...
Bjoern Schiessle [Tue, 27 May 2014 09:05:31 +0000 (11:05 +0200)]
don't allow to share single files with delete permissions, user should only be possible to unshare a single file but never to delete it

10 years agoFix the removeMount for personal mounts
Robin Appelman [Wed, 21 May 2014 23:53:33 +0000 (01:53 +0200)]
Fix the removeMount for personal mounts

10 years agoAdd the removing logic for mounts
Robin Appelman [Wed, 21 May 2014 23:52:55 +0000 (01:52 +0200)]
Add the removing logic for mounts

10 years agoMove shared mount moving from the storage to the mount
Robin Appelman [Wed, 21 May 2014 23:41:27 +0000 (01:41 +0200)]
Move shared mount moving from the storage to the mount

10 years agoMake personal external mount points (re)movable from the files app
Robin Appelman [Wed, 21 May 2014 23:40:42 +0000 (01:40 +0200)]
Make personal external mount points (re)movable from the files app

10 years agoDon't do rename hooks for cache when moving the mountpoint
Robin Appelman [Wed, 21 May 2014 23:40:04 +0000 (01:40 +0200)]
Don't do rename hooks for cache when moving the mountpoint

10 years agoAdd a system for (re)movable mount points
Robin Appelman [Wed, 21 May 2014 23:39:24 +0000 (01:39 +0200)]
Add a system for (re)movable mount points

10 years agoFixed Snap mock
Vincent Petry [Fri, 6 Jun 2014 07:55:32 +0000 (09:55 +0200)]
Fixed Snap mock

Also fixed JSHint errors

10 years agoAdded debounce on resize
Vincent Petry [Fri, 6 Jun 2014 07:50:46 +0000 (09:50 +0200)]
Added debounce on resize

10 years agoMerge pull request #8877 from owncloud/getpath-storage-check
Thomas Müller [Fri, 6 Jun 2014 07:44:57 +0000 (09:44 +0200)]
Merge pull request #8877 from owncloud/getpath-storage-check

Verify that we have a valid storage in View->getPath

10 years agoUpdate PHPDoc
Thomas Müller [Fri, 6 Jun 2014 07:44:34 +0000 (09:44 +0200)]
Update PHPDoc

10 years agoprevent scrollbar when sidebar is open
Jan-Christoph Borchardt [Fri, 6 Jun 2014 07:44:16 +0000 (09:44 +0200)]
prevent scrollbar when sidebar is open

10 years agoMerge pull request #8911 from owncloud/common-lang
Jan-Christoph Borchardt [Fri, 6 Jun 2014 07:38:10 +0000 (09:38 +0200)]
Merge pull request #8911 from owncloud/common-lang

Add Turkish to common languages

10 years agouse system function to recursive remove the directory used by temporary storage
Thomas Müller [Thu, 5 Jun 2014 19:00:50 +0000 (21:00 +0200)]
use system function to recursive remove the directory used by temporary storage

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 6 Jun 2014 05:57:10 +0000 (01:57 -0400)]
[tx-robot] updated from transifex

10 years agoDisable snapper on bigger screens and on public/login page
Morris Jobke [Thu, 5 Jun 2014 23:20:31 +0000 (01:20 +0200)]
Disable snapper on bigger screens and on public/login page

10 years agomake search non-static, add ISearch to server container, make legacy a static wrapper...
Jörn Friedrich Dreyer [Thu, 5 Jun 2014 23:17:02 +0000 (01:17 +0200)]
make search non-static, add ISearch to server container, make legacy a static wrapper for it, move provider and result to public api

10 years agoAdd Turkish to common languages
Volkan Gezer [Thu, 5 Jun 2014 20:32:35 +0000 (22:32 +0200)]
Add Turkish to common languages

10 years agoslightly widen sidebar to 250px, works better with apps and on mobile
Jan-Christoph Borchardt [Thu, 5 Jun 2014 19:18:21 +0000 (21:18 +0200)]
slightly widen sidebar to 250px, works better with apps and on mobile

10 years agominor phpdoc cleanup and imports
Jörn Friedrich Dreyer [Thu, 5 Jun 2014 17:35:24 +0000 (19:35 +0200)]
minor phpdoc cleanup and imports

10 years agoSimplify client-side result customization
Andrew Brown [Wed, 19 Feb 2014 01:22:04 +0000 (17:22 -0800)]
Simplify client-side result customization

The issue was that search results from other providers (contacts,
calendar, etc.) were unformatted, like 'event' or 'contact', while the
built-in event types (folder, file, etc.) were being modified by custom
result functions to something like 'Files' or 'Folders'. The fix is to
capitalize and translate all result types by default. Custom formatting
is still allowed (and example documentation has been added) but the
built-in result formatters where now unnecessary and were removed.

10 years agoMove new search results to 'lib/private/search'
Andrew Brown [Tue, 18 Feb 2014 01:57:27 +0000 (17:57 -0800)]
Move new search results to 'lib/private/search'

10 years agoMove legacy search to 'lib/private/legacy'
Andrew Brown [Tue, 18 Feb 2014 01:37:06 +0000 (17:37 -0800)]
Move legacy search to 'lib/private/legacy'

This fixes errors where apps would try to start providers using
OC_Search and would fail. Also, made OC_Search simply inherit from
\OC\Search.

10 years agoRe-add type to legacy OC_Search_Result class
Andrew Brown [Mon, 30 Sep 2013 22:35:02 +0000 (18:35 -0400)]
Re-add type to legacy OC_Search_Result class

10 years agouse path param to create scrollto url
Jörn Friedrich Dreyer [Thu, 19 Sep 2013 14:15:17 +0000 (16:15 +0200)]
use path param to create scrollto url

10 years agodecode filename for scrollto
Jörn Friedrich Dreyer [Thu, 19 Sep 2013 14:14:37 +0000 (16:14 +0200)]
decode filename for scrollto

10 years agofix minor typos
Jörn Friedrich Dreyer [Tue, 17 Sep 2013 15:29:22 +0000 (17:29 +0200)]
fix minor typos

10 years agoAdd audio and image result types
Andrew Brown [Fri, 6 Sep 2013 21:42:21 +0000 (17:42 -0400)]
Add audio and image result types

10 years agoAdd audio and image result types
Andrew Brown [Fri, 6 Sep 2013 21:42:21 +0000 (17:42 -0400)]
Add audio and image result types

10 years agofix formatting
Jörn Friedrich Dreyer [Mon, 26 Aug 2013 12:12:06 +0000 (14:12 +0200)]
fix formatting

10 years agoAdd legacy adapters for file search
Andrew Brown [Fri, 23 Aug 2013 03:05:07 +0000 (23:05 -0400)]
Add legacy adapters for file search

10 years agoMove to new namespace convention and add new result sub-classing
Andrew Brown [Fri, 23 Aug 2013 03:04:06 +0000 (23:04 -0400)]
Move to new namespace convention and add new result sub-classing

10 years agoMerge pull request #8483 from owncloud/encryption_use_oc_preferences
Thomas Müller [Thu, 5 Jun 2014 16:54:25 +0000 (18:54 +0200)]
Merge pull request #8483 from owncloud/encryption_use_oc_preferences

[encryption] use oc preferences

10 years agoremove controller serializers
Bernhard Posselt [Thu, 29 May 2014 17:14:47 +0000 (19:14 +0200)]
remove controller serializers

10 years agoremove prevention of scrollbar, breaks some pages
Jan-Christoph Borchardt [Thu, 5 Jun 2014 15:47:14 +0000 (17:47 +0200)]
remove prevention of scrollbar, breaks some pages

10 years agoprevent horizontal scrollbar
Jan-Christoph Borchardt [Thu, 5 Jun 2014 15:28:01 +0000 (17:28 +0200)]
prevent horizontal scrollbar

10 years agoMerge pull request #8865 from owncloud/improve_share_settings
Vincent Petry [Thu, 5 Jun 2014 15:23:42 +0000 (17:23 +0200)]
Merge pull request #8865 from owncloud/improve_share_settings

Improve share settings

10 years agofix position of sidebar toggle, fix Files controls position problems
Jan-Christoph Borchardt [Thu, 5 Jun 2014 15:21:49 +0000 (17:21 +0200)]
fix position of sidebar toggle, fix Files controls position problems

10 years agoclose sidebar when switching navigation entry, except on add or change settings
Jan-Christoph Borchardt [Thu, 5 Jun 2014 15:06:21 +0000 (17:06 +0200)]
close sidebar when switching navigation entry, except on add or change settings

10 years agoadding unit tests for encryption data migration
Thomas Müller [Mon, 12 May 2014 11:55:23 +0000 (13:55 +0200)]
adding unit tests for encryption data migration

10 years agouse oc_preferences instead of oc_encryption to store encyption settings
Bjoern Schiessle [Tue, 6 May 2014 17:20:49 +0000 (19:20 +0200)]
use oc_preferences instead of oc_encryption to store encyption settings

10 years agoallow to set pre-condition for setValue
Bjoern Schiessle [Tue, 6 May 2014 17:18:57 +0000 (19:18 +0200)]
allow to set pre-condition for setValue

10 years agoMerge pull request #8893 from owncloud/feature/get-users-by-preference
Thomas Müller [Thu, 5 Jun 2014 14:52:00 +0000 (16:52 +0200)]
Merge pull request #8893 from owncloud/feature/get-users-by-preference

Add method to get users by their preference

10 years agoMerge pull request #8902 from owncloud/fix_ldap_typo_2
Thomas Müller [Thu, 5 Jun 2014 14:49:22 +0000 (16:49 +0200)]
Merge pull request #8902 from owncloud/fix_ldap_typo_2

fix typo in var name

10 years agofix typo in var name
Arthur Schiwon [Thu, 5 Jun 2014 14:16:08 +0000 (16:16 +0200)]
fix typo in var name

10 years agoMerge pull request #8891 from owncloud/design-emptycontent
jbtbnl [Thu, 5 Jun 2014 14:04:04 +0000 (16:04 +0200)]
Merge pull request #8891 from owncloud/design-emptycontent

fix size and unbold empty content message

10 years agoVerify that we have a valid storage in View->getPath
Robin Appelman [Wed, 4 Jun 2014 15:08:25 +0000 (17:08 +0200)]
Verify that we have a valid storage in View->getPath

10 years agounify share settings
Bjoern Schiessle [Wed, 4 Jun 2014 09:07:31 +0000 (11:07 +0200)]
unify share settings

10 years agoThis settings doesn't belong together
Bjoern Schiessle [Tue, 3 Jun 2014 18:44:55 +0000 (20:44 +0200)]
This settings doesn't belong together

Revert "make reshare settings foldable"

This reverts commit c01f196f723dcb3dea6947c821a70d4d80563bbd.

Conflicts:
settings/templates/admin.php

10 years agoimprove share settings working
Bjoern Schiessle [Tue, 3 Jun 2014 18:41:12 +0000 (20:41 +0200)]
improve share settings working

10 years agoMerge pull request #8897 from owncloud/fix-multiselect
Jörn Friedrich Dreyer [Thu, 5 Jun 2014 13:32:31 +0000 (15:32 +0200)]
Merge pull request #8897 from owncloud/fix-multiselect

fix files multiselect bar now that the app list is gone

10 years agoMerge pull request #8529 from owncloud/remove-legacy-routing
Thomas Müller [Thu, 5 Jun 2014 13:22:46 +0000 (15:22 +0200)]
Merge pull request #8529 from owncloud/remove-legacy-routing

Remove legacy routing code

10 years agoSort the result before comparing
Joas Schilling [Thu, 5 Jun 2014 13:21:53 +0000 (15:21 +0200)]
Sort the result before comparing

10 years agoWebDAV Permissions: Distinguish between renameing and moving
Markus Goetz [Thu, 5 Jun 2014 12:39:06 +0000 (14:39 +0200)]
WebDAV Permissions: Distinguish between renameing and moving

10 years agofix files multiselect bar now that the app list is gone
Jan-Christoph Borchardt [Thu, 5 Jun 2014 11:23:08 +0000 (13:23 +0200)]
fix files multiselect bar now that the app list is gone

10 years agoadd app sidebar toggle and swipe on mobile
Jan-Christoph Borchardt [Thu, 5 Jun 2014 11:19:56 +0000 (13:19 +0200)]
add app sidebar toggle and swipe on mobile