]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
10 years agoUse OCP\JSON instead of OC_JSON
Lukas Reschke [Thu, 20 Feb 2014 10:00:44 +0000 (11:00 +0100)]
Use OCP\JSON instead of OC_JSON

10 years agoRemove legacy "Check for user comment"
Lukas Reschke [Thu, 20 Feb 2014 09:52:34 +0000 (10:52 +0100)]
Remove legacy "Check for user comment"

I don't think these comments are necessary anymore and therefore they should get killed.

10 years agoAdds admin check on groupname changes.
raghunayyar [Thu, 20 Feb 2014 07:54:41 +0000 (13:24 +0530)]
Adds admin check on groupname changes.

10 years agoFixes Markup in templates.
raghunayyar [Wed, 19 Feb 2014 16:02:10 +0000 (21:32 +0530)]
Fixes Markup in templates.

10 years agoresolving conflict when picking 8b81a0b
raghunayyar [Wed, 19 Feb 2014 15:53:29 +0000 (21:23 +0530)]
resolving conflict when picking 8b81a0b

10 years agodo not show 0 when administered group has no users
Arthur Schiwon [Wed, 19 Feb 2014 11:15:33 +0000 (12:15 +0100)]
do not show 0 when administered group has no users

10 years agosort groups by user count
Arthur Schiwon [Wed, 19 Feb 2014 11:14:46 +0000 (12:14 +0100)]
sort groups by user count

10 years agodo not show 0 when group has no users
Arthur Schiwon [Wed, 19 Feb 2014 10:46:03 +0000 (11:46 +0100)]
do not show 0 when group has no users

10 years agoload groups when clicking on them
Arthur Schiwon [Wed, 19 Feb 2014 10:40:07 +0000 (11:40 +0100)]
load groups when clicking on them

10 years agoInitial Commit: Takes Quota Settings inside Navigation, Changes Create -> Add Group
raghunayyar [Wed, 19 Feb 2014 09:10:49 +0000 (14:40 +0530)]
Initial Commit: Takes Quota Settings inside Navigation, Changes Create -> Add Group

10 years agoSplits Code for Users and Groups.
raghunayyar [Wed, 19 Feb 2014 07:44:18 +0000 (13:14 +0530)]
Splits Code for Users and Groups.

10 years agoreduce template function calls
Arthur Schiwon [Tue, 18 Feb 2014 17:43:20 +0000 (18:43 +0100)]
reduce template function calls

10 years agoadd Last Login column
Arthur Schiwon [Tue, 18 Feb 2014 17:37:10 +0000 (18:37 +0100)]
add Last Login column

10 years agoInitial Commit : Changes Storage to Quota, Implements GroupName editing.
raghunayyar [Tue, 18 Feb 2014 16:29:45 +0000 (21:59 +0530)]
Initial Commit : Changes Storage to Quota, Implements GroupName editing.

10 years agoadd Storage Location col
Arthur Schiwon [Tue, 18 Feb 2014 13:34:08 +0000 (14:34 +0100)]
add Storage Location col

10 years agoAdds Admin to Grouplist Everywhere
raghunayyar [Mon, 17 Feb 2014 16:16:45 +0000 (21:46 +0530)]
Adds Admin to Grouplist Everywhere

10 years agoRemoves Delete Icon from Admin Group.
raghunayyar [Mon, 17 Feb 2014 16:02:48 +0000 (21:32 +0530)]
Removes Delete Icon from Admin Group.

10 years agoAdds class button to fix font sizes.
raghunayyar [Mon, 17 Feb 2014 15:32:25 +0000 (21:02 +0530)]
Adds class button to fix font sizes.

10 years agoFixes User Search by username.
raghunayyar [Wed, 12 Feb 2014 14:08:21 +0000 (19:38 +0530)]
Fixes User Search by username.

10 years agoInitial Commit : User Search, Fixes Typos
raghunayyar [Wed, 12 Feb 2014 05:30:10 +0000 (11:00 +0530)]
Initial Commit : User Search, Fixes Typos

10 years agoFixes delete icon only on hover.
raghunayyar [Tue, 11 Feb 2014 15:14:04 +0000 (20:44 +0530)]
Fixes delete icon only on hover.

10 years agoReverts Bogus Changes.
raghunayyar [Tue, 11 Feb 2014 07:16:27 +0000 (12:46 +0530)]
Reverts Bogus Changes.

10 years agoDeletes Group Clientside Effectively.
raghunayyar [Thu, 30 Jan 2014 15:48:18 +0000 (21:18 +0530)]
Deletes Group Clientside Effectively.

10 years agoImplements Group Creation from Sidebar
raghunayyar [Tue, 28 Jan 2014 17:02:51 +0000 (22:32 +0530)]
Implements Group Creation from Sidebar

10 years agoReverts last commit, implements user in group count.
raghunayyar [Tue, 28 Jan 2014 16:06:48 +0000 (21:36 +0530)]
Reverts last commit, implements user in group count.

10 years agoAdd GroupList Ajax to Users.
raghunayyar [Tue, 28 Jan 2014 08:37:42 +0000 (14:07 +0530)]
Add GroupList Ajax to Users.

10 years agoSplits Controls overlap in files and users.
raghunayyar [Tue, 28 Jan 2014 06:59:04 +0000 (12:29 +0530)]
Splits Controls overlap in files and users.

10 years agoresolve conflicts while picking c0fb623
raghunayyar [Sun, 26 Jan 2014 15:21:29 +0000 (20:51 +0530)]
resolve conflicts while picking c0fb623

10 years agoPort LDAP: fix filter can be reset and broken after upgrade from OC 5 #8579
Arthur Schiwon [Tue, 13 May 2014 15:47:00 +0000 (17:47 +0200)]
Port LDAP: fix filter can be reset and broken after upgrade from OC 5 #8579

LDAP: set filter mode to raw, so filters will not be changed and broken after upgrade from oc5, when visiting the LDAP settings and opening filter tabs

get the correct version number for compare -.-

bump version and don't overwrite values on next update if not necessary

simpler and better readable assignment

10 years agoMerge pull request #8718 from owncloud/share_icons_for_shared_by
Vincent Petry [Mon, 2 Jun 2014 10:03:22 +0000 (12:03 +0200)]
Merge pull request #8718 from owncloud/share_icons_for_shared_by

add share icons for folders shared by the current user

10 years agoMerge pull request #8443 from owncloud/csrf-on-login-and-logout
Vincent Petry [Mon, 2 Jun 2014 09:27:20 +0000 (11:27 +0200)]
Merge pull request #8443 from owncloud/csrf-on-login-and-logout

Add CSRF check on login and logout

10 years agoMerge pull request #8807 from owncloud/add_filecache_index
Vincent Petry [Mon, 2 Jun 2014 09:11:04 +0000 (11:11 +0200)]
Merge pull request #8807 from owncloud/add_filecache_index

add another index to the filecache to reduce the number of queries witho...

10 years agoMerge pull request #8187 from owncloud/escape-more-character
Morris Jobke [Mon, 2 Jun 2014 08:59:47 +0000 (10:59 +0200)]
Merge pull request #8187 from owncloud/escape-more-character

Also encode > and '

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 2 Jun 2014 05:54:37 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #8811 from owncloud/fix-phpdoc-ap
Bernhard Posselt [Sun, 1 Jun 2014 20:40:07 +0000 (22:40 +0200)]
Merge pull request #8811 from owncloud/fix-phpdoc-ap

Fix PHPDoc

10 years agoFix PHPDoc
Lukas Reschke [Sun, 1 Jun 2014 19:46:05 +0000 (21:46 +0200)]
Fix PHPDoc

- Remove not anymore existing parameters
- Fix typo

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 1 Jun 2014 05:55:19 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoFix typo
Lukas Reschke [Sat, 31 May 2014 19:11:29 +0000 (21:11 +0200)]
Fix typo

10 years agoMerge pull request #8798 from owncloud/fix-corejs
Vincent Petry [Sat, 31 May 2014 15:26:30 +0000 (17:26 +0200)]
Merge pull request #8798 from owncloud/fix-corejs

Fix undefined JS on login/setup page

10 years agoadd another index to the filecache to reduce the number of queries without a matching...
Frank Karlitschek [Sat, 31 May 2014 14:55:50 +0000 (16:55 +0200)]
add another index to the filecache to reduce the number of queries without a matching index

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 31 May 2014 05:55:46 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #8800 from owncloud/db-changes-as-required-by-8483
Thomas Müller [Fri, 30 May 2014 22:47:03 +0000 (00:47 +0200)]
Merge pull request #8800 from owncloud/db-changes-as-required-by-8483

Database code cleanup

10 years ago- fix dropTable() and introduce tableExists()
Thomas Müller [Mon, 12 May 2014 11:54:20 +0000 (13:54 +0200)]
- fix dropTable() and introduce tableExists()
- kill replaceDB() - this function is unused and it's implementation obviously wrong
- add method annotation OC_DB_StatementWrapper::fetchAll
- remove duplicate code in Test_DBSchema and reuse OC_DB::tableExists
- remove unused variables

10 years agoMerge pull request #8444 from owncloud/cleanup-list-code
Thomas Müller [Fri, 30 May 2014 20:40:28 +0000 (22:40 +0200)]
Merge pull request #8444 from owncloud/cleanup-list-code

Cleanup code of files_sharing/ajax/ a little bit

10 years agoMerge pull request #7614 from owncloud/test_annotations_working
Thomas Müller [Fri, 30 May 2014 20:17:30 +0000 (22:17 +0200)]
Merge pull request #7614 from owncloud/test_annotations_working

Check if ReflectionMethod::getDocComment is working

10 years agoFix undefined JS on login/setup page
Vincent Petry [Fri, 30 May 2014 17:02:19 +0000 (19:02 +0200)]
Fix undefined JS on login/setup page

10 years agoMerge pull request #8607 from owncloud/filescan_app_hook
Owen Winkler [Fri, 30 May 2014 16:38:37 +0000 (12:38 -0400)]
Merge pull request #8607 from owncloud/filescan_app_hook

Allow apps to control via a hook skipping add/remove a file during filescan

10 years agoMerge pull request #8695 from owncloud/jserrorfixes
Lukas Reschke [Fri, 30 May 2014 15:20:09 +0000 (17:20 +0200)]
Merge pull request #8695 from owncloud/jserrorfixes

Fixed undefined object error that appears after a delay

10 years agoMerge pull request #8779 from owncloud/sel-webdav-onclick
Vincent Petry [Fri, 30 May 2014 15:18:54 +0000 (17:18 +0200)]
Merge pull request #8779 from owncloud/sel-webdav-onclick

select webdav address on click

10 years agoMerge pull request #8793 from owncloud/name-email-enter-prevent
Volkan Gezer [Fri, 30 May 2014 15:03:32 +0000 (17:03 +0200)]
Merge pull request #8793 from owncloud/name-email-enter-prevent

prevent pageload if pressed enter on name email change. fixes #6179

10 years agoMissed one.
ringmaster [Fri, 30 May 2014 14:40:26 +0000 (10:40 -0400)]
Missed one.

10 years agoMerge pull request #8663 from owncloud/files-dndissue
Lukas Reschke [Fri, 30 May 2014 14:28:20 +0000 (16:28 +0200)]
Merge pull request #8663 from owncloud/files-dndissue

Fixed drag and drop from external files, added tests

10 years agoMerge pull request #8781 from owncloud/add-a-warning-to-the-sample
Thomas Müller [Fri, 30 May 2014 14:17:19 +0000 (16:17 +0200)]
Merge pull request #8781 from owncloud/add-a-warning-to-the-sample

Add a warning to the configuration file

10 years agoMerge pull request #5365 from owncloud/filesize-improvements-32bit
Thomas Müller [Fri, 30 May 2014 14:13:48 +0000 (16:13 +0200)]
Merge pull request #5365 from owncloud/filesize-improvements-32bit

Add LargeFileHelper / Add CURL filesize workaround / Fix some 32-bit filesize issues

10 years agofix wording
Volkan Gezer [Fri, 30 May 2014 14:00:57 +0000 (16:00 +0200)]
fix wording

10 years agoUpdates per comments on PR:
ringmaster [Fri, 30 May 2014 13:42:41 +0000 (09:42 -0400)]
Updates per comments on PR:

* Use "filesystem_cache_readonly" config setting, update comment in config.sample
* Use $this->cacheActive to cache config setting
* Add public Scanner::setCacheActive() to set $cacheActive programmatically

10 years agoselect webdav address on click
Volkan Gezer [Thu, 29 May 2014 13:28:14 +0000 (15:28 +0200)]
select webdav address on click

10 years agoadd share icons for folders shared by the current user
Bjoern Schiessle [Wed, 28 May 2014 10:13:55 +0000 (12:13 +0200)]
add share icons for folders shared by the current user

10 years agoprevent pageload if pressed enter on name email change
Volkan Gezer [Fri, 30 May 2014 13:12:39 +0000 (15:12 +0200)]
prevent pageload if pressed enter on name email change

10 years agoMerge pull request #8778 from owncloud/storage-instanceof
icewind1991 [Fri, 30 May 2014 12:58:59 +0000 (14:58 +0200)]
Merge pull request #8778 from owncloud/storage-instanceof

Add storage->instanceOfStorage() to handle instanceof with storage wrappers

10 years agoMerge pull request #8417 from owncloud/share-overview
Lukas Reschke [Fri, 30 May 2014 11:42:24 +0000 (13:42 +0200)]
Merge pull request #8417 from owncloud/share-overview

Sharing overview page

10 years agoFixed warning when file_target is not set
Vincent Petry [Fri, 30 May 2014 10:35:04 +0000 (12:35 +0200)]
Fixed warning when file_target is not set

In some cases (like in the unit tests) "file_target" is not set yet
whenever the target file system hasn't been mounted yet.

10 years agoRemoved "Share with" column
Vincent Petry [Wed, 28 May 2014 14:53:42 +0000 (16:53 +0200)]
Removed "Share with" column

10 years agoFix fileList fallback in OC.Share for outside files app
Vincent Petry [Wed, 28 May 2014 14:34:00 +0000 (16:34 +0200)]
Fix fileList fallback in OC.Share for outside files app

OC.Share can be used in non-files apps, so the fileList callback needs
to support that as well.

10 years agoAdded owner display name in action
Vincent Petry [Mon, 26 May 2014 10:59:44 +0000 (12:59 +0200)]
Added owner display name in action

10 years agoSharing overview fixes and unit tests
Vincent Petry [Wed, 21 May 2014 10:54:34 +0000 (12:54 +0200)]
Sharing overview fixes and unit tests

- Fixed renaming and fileActionsReady event
- Added unit tests for shares list
- Fixed public page with defer
- Fixed file actions in sharing overview
- Fixed sharing counterpart list (10 entries max)
- Fixed file path attribute to be used in download action
- Fix sharing list headers
- OC.Share icons now operate on fileList instance
- Fix OC.Share.updateIcon when more than one list in DOM

10 years agoFix table header colors
Vincent Petry [Mon, 26 May 2014 09:52:42 +0000 (11:52 +0200)]
Fix table header colors

Table headers should be 999 even when using links (introduced by the
sorting feature)

When selecting with checkboxes, they must appear black.

10 years agoFix IE8 issue when icon is not defined
Vincent Petry [Fri, 23 May 2014 14:14:02 +0000 (16:14 +0200)]
Fix IE8 issue when icon is not defined

Sometimes no icon file is passed to replaceSVGIcon(), it showed an error
in IE8 and broke the code flow.

This fix adds a check whether the file name is set.

10 years agoMimetype for sharing overview
Vincent Petry [Tue, 20 May 2014 11:11:06 +0000 (13:11 +0200)]
Mimetype for sharing overview

10 years agoDistinguish legacy file actions from regular file actions
Vincent Petry [Tue, 20 May 2014 14:01:34 +0000 (16:01 +0200)]
Distinguish legacy file actions from regular file actions

Legacy file actions are registered by legacy apps through
window.FileActions.register(). These actions can only be used by the
main file list ("all files") because legacy apps can only deal with a
single list / container.

New file actions of compatible apps must be registered through
OCA.Files.fileActions. These will be used for other lists like the
sharing overview.

Fixed versions and sharing actions to use OCA.Files.fileActions, which
makes them available in the sharing overview list.

10 years agoSmall fixes to sharing overview
Vincent Petry [Tue, 20 May 2014 10:00:42 +0000 (12:00 +0200)]
Small fixes to sharing overview

- Removed file size from file summary in sharing overview
- Fixed document title
- Fixed empty content text for shared overview

10 years agoAdded "dir" in file actions handler context and fixed versions
Vincent Petry [Tue, 20 May 2014 09:44:18 +0000 (11:44 +0200)]
Added "dir" in file actions handler context and fixed versions

Added "dir" in file actions handler context so that handlers can know
what the path of the file was without having to look it up from the file
list.

Fixed versions app to use the context.dir instead of the old $('#dir')
element. This makes the versions popup work in the sharing overview.

10 years agoFixed navigation order
Vincent Petry [Tue, 20 May 2014 09:06:09 +0000 (11:06 +0200)]
Fixed navigation order

10 years agoAdd unit tests for fileActionsReady
Vincent Petry [Mon, 19 May 2014 16:48:48 +0000 (18:48 +0200)]
Add unit tests for fileActionsReady

10 years agoAdded unit test for file action context argument
Vincent Petry [Mon, 19 May 2014 16:47:14 +0000 (18:47 +0200)]
Added unit test for file action context argument

10 years agoRemoved selection checkboxes
Vincent Petry [Mon, 19 May 2014 16:38:41 +0000 (18:38 +0200)]
Removed selection checkboxes

10 years agoFixed sharing permissions
Vincent Petry [Mon, 19 May 2014 16:33:43 +0000 (18:33 +0200)]
Fixed sharing permissions

10 years agoFixed file actions for sharing views
Vincent Petry [Mon, 19 May 2014 13:20:44 +0000 (15:20 +0200)]
Fixed file actions for sharing views

FileActions can now be clone to be use for separate file list views
without having the side-effect of affecting the main file list view.

Added "Open" action in sharing overview file lists to redirect to the
regular file list when clicking on a folder.

10 years agoImproved FileActions with context
Vincent Petry [Mon, 19 May 2014 11:18:44 +0000 (13:18 +0200)]
Improved FileActions with context

A context hash is now passed to file action handlers which makes it
possible to have file list specific file actions.

10 years agoGroup shares by type
Vincent Petry [Thu, 15 May 2014 17:51:15 +0000 (19:51 +0200)]
Group shares by type

10 years agoAdded sharing overview page (WIP)
Vincent Petry [Wed, 30 Apr 2014 15:42:35 +0000 (17:42 +0200)]
Added sharing overview page (WIP)

- added sharing overview entries in the sidebar
- use OCS Share API to get the list of files

10 years agoextend OCS Share API to allow the user to ask for files shared with him
Bjoern Schiessle [Mon, 5 May 2014 13:02:49 +0000 (15:02 +0200)]
extend OCS Share API to allow the user to ask for files shared with him

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 30 May 2014 05:55:11 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #8700 from owncloud/design-smallfixes
Lukas Reschke [Thu, 29 May 2014 19:54:15 +0000 (21:54 +0200)]
Merge pull request #8700 from owncloud/design-smallfixes

Design detail fixes

10 years agoMerge pull request #8759 from owncloud/fix-phpunit
Lukas Reschke [Thu, 29 May 2014 19:35:47 +0000 (21:35 +0200)]
Merge pull request #8759 from owncloud/fix-phpunit

fix 8757, get rid of service locator antipattern

10 years agoMerge pull request #8773 from owncloud/l10n-tipsy-delete
Lukas Reschke [Thu, 29 May 2014 19:30:50 +0000 (21:30 +0200)]
Merge pull request #8773 from owncloud/l10n-tipsy-delete

show delete hint text on hovering trash

10 years agoMerge pull request #8727 from owncloud/upgrade-overview
Lukas Reschke [Thu, 29 May 2014 19:28:47 +0000 (21:28 +0200)]
Merge pull request #8727 from owncloud/upgrade-overview

Added update overview page

10 years agoMerge pull request #8771 from owncloud/enc_get_mount_from_mountmanager
Robin McCorkell [Thu, 29 May 2014 16:52:28 +0000 (17:52 +0100)]
Merge pull request #8771 from owncloud/enc_get_mount_from_mountmanager

get mount point from mount manager

10 years agoMerge pull request #8780 from owncloud/remove-deprecated-functions
Bernhard Posselt [Thu, 29 May 2014 16:45:43 +0000 (18:45 +0200)]
Merge pull request #8780 from owncloud/remove-deprecated-functions

Remove deprecated functions

10 years agoAdd a warning to the configuration file
Lukas Reschke [Thu, 29 May 2014 15:43:59 +0000 (17:43 +0200)]
Add a warning to the configuration file

Some people believe that they should copy the sample config to the "real" config. I noticed this several times in IRC and on the bugtracker.

I guess this warning should be enough to avoid this in the future.

10 years agoRemove deprecated functions
Lukas Reschke [Thu, 29 May 2014 15:01:30 +0000 (17:01 +0200)]
Remove deprecated functions

This functions have been deprecated since Oct 2012 (ownCloud 5), let's finally remove them for ownCloud 7.

Ref https://github.com/owncloud/core/commit/c4b8bb10411a4d601b7f4c8758980005f14850ab

10 years agoTypo: getFileSizeViaDOM -> getFileSizeViaCOM
Andreas Fischer [Sun, 16 Mar 2014 20:21:17 +0000 (21:21 +0100)]
Typo: getFileSizeViaDOM -> getFileSizeViaCOM

10 years agoDocument exceptions thrown by \OC\LargeFileHelper.
Andreas Fischer [Sun, 16 Mar 2014 19:05:06 +0000 (20:05 +0100)]
Document exceptions thrown by \OC\LargeFileHelper.

10 years agoUse "file size" instead of "filesize", then also apply camel case.
Andreas Fischer [Sun, 16 Mar 2014 18:54:05 +0000 (19:54 +0100)]
Use "file size" instead of "filesize", then also apply camel case.

10 years agoIncrease file size limit from 2 GiB to 4 GiB when workarounds are unavailable.
Andreas Fischer [Tue, 18 Feb 2014 11:57:44 +0000 (12:57 +0100)]
Increase file size limit from 2 GiB to 4 GiB when workarounds are unavailable.

10 years agoCast '{DAV:}getcontentlength' to number instead of int.
Andreas Fischer [Sun, 16 Feb 2014 13:42:59 +0000 (14:42 +0100)]
Cast '{DAV:}getcontentlength' to number instead of int.

10 years agoCast to number instead of integer in OC\Files\Cache\HomeCache
Andreas Fischer [Sun, 16 Feb 2014 00:03:39 +0000 (01:03 +0100)]
Cast to number instead of integer in OC\Files\Cache\HomeCache

10 years agoCast to number instead of integer in OC\Files\Cache\Cache
Andreas Fischer [Sat, 15 Feb 2014 23:50:03 +0000 (00:50 +0100)]
Cast to number instead of integer in OC\Files\Cache\Cache

10 years agoAdd LargeFileHelper::__construct() verifying that our assumptions hold.
Andreas Fischer [Sat, 15 Feb 2014 22:41:58 +0000 (23:41 +0100)]
Add LargeFileHelper::__construct() verifying that our assumptions hold.

10 years agoAdd helper method for turning int|float into base-10 unsigned integer string.
Andreas Fischer [Sat, 15 Feb 2014 22:21:23 +0000 (23:21 +0100)]
Add helper method for turning int|float into base-10 unsigned integer string.