]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
10 years agoFixed issues with renaming
Vincent Petry [Fri, 16 May 2014 10:43:36 +0000 (12:43 +0200)]
Fixed issues with renaming

- summary is now untouched on rename instead of bogus incrementation
- fixes "Share" status icon by only triggring "fileActionsReady" once
- row is now reinserted even when rename is cancelled, this removes the
  hacky/buggy code that tried to rename the element back
- added unit tests to cover the fixed cases

10 years agoMerge pull request #8610 from owncloud/ie8-filesdndbug
Vincent Petry [Fri, 16 May 2014 15:27:50 +0000 (17:27 +0200)]
Merge pull request #8610 from owncloud/ie8-filesdndbug

Fix drag and drop in IE8

10 years agoMerge pull request #6260 from owncloud/jan-navigation-filesidebar
Vincent Petry [Fri, 16 May 2014 11:00:35 +0000 (13:00 +0200)]
Merge pull request #6260 from owncloud/jan-navigation-filesidebar

Files app navigation sidebar

10 years agoFix drag and drop in IE8
Vincent Petry [Fri, 16 May 2014 09:25:36 +0000 (11:25 +0200)]
Fix drag and drop in IE8

For some reason IE8 didn't like the sort function, so using the one from
underscore instead.

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

10 years agoFixed many issues, clean up
Vincent Petry [Mon, 12 May 2014 17:54:20 +0000 (19:54 +0200)]
Fixed many issues, clean up

- fixed upload and storage statistics
- fixed infinite scroll to use the correct contain for scroll detection
- fixed unit test that sometimes fail for rename case
- controls are now sticky again
- fixed selection overlay to be aligned with the table
- fixed "select all" checkbox that had id conflicts
- fixed public page
- fixed global actions permissions detection
- fix when URL contains an invalid view id
- viewer mode now hides the sidebar (ex: text editor)
- added unit tests for trashbin
- clean up storage info in template (most is retrieved via ajax call now)

10 years agoNamespacing for FileList, FileActions and trashbin app
Vincent Petry [Thu, 8 May 2014 20:06:30 +0000 (22:06 +0200)]
Namespacing for FileList, FileActions and trashbin app

- FileList is now an instantiable class
- FileActions is now in namespace
- added App class for trashbin app
- moved trashbin overrides into classes extending FileList
- replaced many static calls with "this." or "self." to make the classes
  reusable/extendable
- new URL parameter "view" to specify which view is shown, for example
  "files" or "trashbin"
- added OC.Util.History utility class in core for handling history
- moved URL handling/routing to OCA.Files.App
- popstate will correctly update the current view and notify the view of
  the URL change so it can update the current dir
- added JS unitt tests for the trashbin app
- fixed public app to work with the new namespaces

10 years agoFiles app navigation can now switch
Vincent Petry [Thu, 8 May 2014 17:00:42 +0000 (19:00 +0200)]
Files app navigation can now switch

- added new OCA.Files namespace for files classes
- the sidebar can now switch between views/containers
- the trashbin renders in its own container but currently doesn't work
  due to overrides
- added app.js as entry point for JS code (ideally all other files should
  only contain classes and not trigger anything)

10 years agoAdded navigation manager in files app for the sidebar
Vincent Petry [Thu, 8 May 2014 14:24:24 +0000 (16:24 +0200)]
Added navigation manager in files app for the sidebar

Apps can now register navigation items into the sidebar of the files app.
For every sidebar item there is a container.
The container's content is rendered based on the script name given at
registration time.

10 years agoAdded app navigation for files app
Vincent Petry [Mon, 9 Dec 2013 12:32:28 +0000 (13:32 +0100)]
Added app navigation for files app

- Added links to trashbin and shared dir
- Moved "WebDAV" settings block to the app nav's settings section
- Added sidebar support in trashbin app as well

10 years agoNow settings CSS class with appid in content DIV
Vincent Petry [Mon, 9 Dec 2013 12:18:13 +0000 (13:18 +0100)]
Now settings CSS class with appid in content DIV

10 years agoMerge pull request #8603 from owncloud/trashbinfix
Vincent Petry [Thu, 15 May 2014 15:49:18 +0000 (17:49 +0200)]
Merge pull request #8603 from owncloud/trashbinfix

[regression] Fixed trashbin to use correct class

10 years agoFixed trashbin to use correct class
Vincent Petry [Thu, 15 May 2014 13:21:27 +0000 (15:21 +0200)]
Fixed trashbin to use correct class

It seems that \OC_Filesystemview has been removed.
Now using the correct class \OC\Files\View()

10 years agoMerge pull request #8140 from owncloud/login-valign
Jan-Christoph Borchardt [Thu, 15 May 2014 13:06:52 +0000 (15:06 +0200)]
Merge pull request #8140 from owncloud/login-valign

Vertically align public layout to better fit small mobile screens

10 years agoMerge pull request #8589 from fibsifan/files_external_sftp_port
Robin McCorkell [Thu, 15 May 2014 12:22:22 +0000 (13:22 +0100)]
Merge pull request #8589 from fibsifan/files_external_sftp_port

rename URL-fields to Host for SFTP/FTP and SMB external Storage backends

10 years agochanging label "URL" to "Host"
fibsifan [Wed, 14 May 2014 14:56:34 +0000 (16:56 +0200)]
changing label "URL" to "Host"

10 years agoMerge pull request #8587 from Raydiation/master
Thomas Müller [Thu, 15 May 2014 10:22:47 +0000 (12:22 +0200)]
Merge pull request #8587 from Raydiation/master

Small cleanup and language detection for apps

10 years agoMerge pull request #8597 from owncloud/l10n-fix-typo
Vincent Petry [Thu, 15 May 2014 08:05:37 +0000 (10:05 +0200)]
Merge pull request #8597 from owncloud/l10n-fix-typo

fix typo encryption

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

10 years agofix typo encryption
Volkan Gezer [Wed, 14 May 2014 23:27:59 +0000 (01:27 +0200)]
fix typo encryption

10 years agoMerge pull request #8567 from owncloud/test-ocshareunittests
Thomas Müller [Wed, 14 May 2014 21:35:58 +0000 (23:35 +0200)]
Merge pull request #8567 from owncloud/test-ocshareunittests

Added ground work for OC.Share unit tests

10 years agoMerge pull request #8522 from owncloud/sharing_ux_improvements
Björn Schießle [Wed, 14 May 2014 16:54:27 +0000 (12:54 -0400)]
Merge pull request #8522 from owncloud/sharing_ux_improvements

Sharing ux improvements

10 years agoMerge pull request #8403 from owncloud/fix-oc-dialog
icewind1991 [Wed, 14 May 2014 11:34:55 +0000 (13:34 +0200)]
Merge pull request #8403 from owncloud/fix-oc-dialog

fix oc dialog because the body isn't 100% x 100% in dimensions anymore

10 years agoMerge pull request #8584 from Bagera/master
jbtbnl [Wed, 14 May 2014 08:05:59 +0000 (10:05 +0200)]
Merge pull request #8584 from Bagera/master

avoid row resize on filename edit

10 years agoSet row height in files table
Bagera [Wed, 14 May 2014 06:32:48 +0000 (08:32 +0200)]
Set row height in files table

Sets row height to avoid resize when name is edited

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

10 years agouse registerService method instead of array access
Bernhard Posselt [Tue, 13 May 2014 23:08:14 +0000 (01:08 +0200)]
use registerService method instead of array access

10 years agouse fetch method instead of fetchRow because fetchRow is only an owncloud internal...
Bernhard Posselt [Tue, 13 May 2014 23:07:19 +0000 (01:07 +0200)]
use fetch method instead of fetchRow because fetchRow is only an owncloud internal alias that exists purely for compability

10 years agoprovide a way to detect the language that is being used (e.g. for clientside javascri...
Bernhard Posselt [Tue, 13 May 2014 23:06:14 +0000 (01:06 +0200)]
provide a way to detect the language that is being used (e.g. for clientside javascript language selection

10 years agoMerge pull request #8582 from owncloud/remove-outdated-update-sc
Lukas Reschke [Tue, 13 May 2014 22:28:05 +0000 (00:28 +0200)]
Merge pull request #8582 from owncloud/remove-outdated-update-sc

We do not support updates from 4.5 > 7.0 or even 3.0 > 7.0

10 years agoMerge pull request #8542 from owncloud/phpdoc-improvements
Thomas Müller [Tue, 13 May 2014 21:23:11 +0000 (23:23 +0200)]
Merge pull request #8542 from owncloud/phpdoc-improvements

PHPDoc Improvements

10 years agoMerge pull request #8586 from owncloud/more-unit-tests
Thomas Müller [Tue, 13 May 2014 21:06:15 +0000 (23:06 +0200)]
Merge pull request #8586 from owncloud/more-unit-tests

Add tests for other types that PHP might cast

10 years agoAdd tests for other types that PHP might cast
Lukas Reschke [Tue, 13 May 2014 20:01:11 +0000 (22:01 +0200)]
Add tests for other types that PHP might cast

Addition to https://github.com/owncloud/core/pull/8572

10 years agofixing variable naming
Thomas Müller [Tue, 13 May 2014 10:38:17 +0000 (12:38 +0200)]
fixing variable naming

10 years ago@returns -> @return
Thomas Müller [Tue, 13 May 2014 10:36:01 +0000 (12:36 +0200)]
@returns -> @return

10 years ago@breif -> @brief
Thomas Müller [Tue, 13 May 2014 10:30:32 +0000 (12:30 +0200)]
@breif -> @brief

10 years agofix PHPDoc
Thomas Müller [Tue, 13 May 2014 10:27:35 +0000 (12:27 +0200)]
fix PHPDoc

10 years agoobject -> \OC\Preview
Thomas Müller [Tue, 13 May 2014 10:22:18 +0000 (12:22 +0200)]
object -> \OC\Preview

10 years agoadding PHPDoc
Thomas Müller [Tue, 13 May 2014 10:21:04 +0000 (12:21 +0200)]
adding PHPDoc

10 years agofixing typo and missing @throws
Thomas Müller [Tue, 13 May 2014 10:17:30 +0000 (12:17 +0200)]
fixing typo and missing @throws

10 years agoMore PHPDoc for file functions
Robin McCorkell [Mon, 12 May 2014 22:56:31 +0000 (23:56 +0100)]
More PHPDoc for file functions

10 years agoFix various code errors detected by Scrutinizer
Robin McCorkell [Mon, 12 May 2014 22:28:26 +0000 (23:28 +0100)]
Fix various code errors detected by Scrutinizer

Fixed:
- An error with a misplaced bracket in lib/private/util.php
- An error with an incorrect function being called in lib/public/contacts.php

10 years agoFix Scrutinizer errors
Robin McCorkell [Mon, 12 May 2014 22:27:36 +0000 (23:27 +0100)]
Fix Scrutinizer errors

10 years agoChange parameter order of implode
Robin McCorkell [Mon, 12 May 2014 22:16:18 +0000 (23:16 +0100)]
Change parameter order of implode

10 years agoFix Scrutinizer errors about missing user backend
Robin McCorkell [Mon, 12 May 2014 14:33:04 +0000 (15:33 +0100)]
Fix Scrutinizer errors about missing user backend

10 years agoUse OC_User_Interface instead of OC_User_Backend
Robin McCorkell [Mon, 12 May 2014 12:10:09 +0000 (13:10 +0100)]
Use OC_User_Interface instead of OC_User_Backend

10 years agoFix PHPDoc and typos
Lukas Reschke [Sat, 10 May 2014 20:32:13 +0000 (22:32 +0200)]
Fix PHPDoc and typos

Some things my IDE complained about while creating a custom backend.

Fix PHPDoc and typos

Some things my IDE complained about while creating a custom backend.

Conflicts:
lib/private/group/database.php
lib/private/group/dummy.php
lib/private/group/example.php

10 years agoChange parameter type for useBackend
Robin McCorkell [Sun, 11 May 2014 21:32:26 +0000 (22:32 +0100)]
Change parameter type for useBackend

10 years agoFix all PHPDoc types and variable names, in /lib
Robin McCorkell [Sun, 11 May 2014 20:51:30 +0000 (21:51 +0100)]
Fix all PHPDoc types and variable names, in /lib

10 years agoSquash 'a | b' into 'a|b', in /lib
Robin McCorkell [Sun, 11 May 2014 17:28:45 +0000 (18:28 +0100)]
Squash 'a | b' into 'a|b', in /lib

10 years agoFix @return array PHPDocs, in /lib
Robin McCorkell [Sun, 11 May 2014 17:13:51 +0000 (18:13 +0100)]
Fix @return array PHPDocs, in /lib

10 years agoReplace @returns with @return, in /lib
Robin McCorkell [Sun, 11 May 2014 17:05:28 +0000 (18:05 +0100)]
Replace @returns with @return, in /lib

10 years agofixes #7949
Bagera [Tue, 13 May 2014 18:02:22 +0000 (20:02 +0200)]
fixes #7949

Sets height to form to avoid resizing when filename link is not shown

10 years agoWe do not support updates from 4.5 > 7.0
Lukas Reschke [Tue, 13 May 2014 16:54:43 +0000 (18:54 +0200)]
We do not support updates from 4.5 > 7.0

10 years agoMerge pull request #8572 from owncloud/core-getabsolutepathwithzero
Thomas Müller [Tue, 13 May 2014 15:41:18 +0000 (17:41 +0200)]
Merge pull request #8572 from owncloud/core-getabsolutepathwithzero

Fixed getAbsolutePath case when path is "0"

10 years agoFixed getAbsolutePath case when path is "0"
Vincent Petry [Tue, 13 May 2014 12:17:51 +0000 (14:17 +0200)]
Fixed getAbsolutePath case when path is "0"

Make sure to correctly check for string emptiness when the passed path
is "0".

10 years agoMerge pull request #8524 from owncloud/prompt-dialog
Thomas Müller [Tue, 13 May 2014 15:32:06 +0000 (17:32 +0200)]
Merge pull request #8524 from owncloud/prompt-dialog

Add prompt dialog to OC.dialogs

10 years agomove expire message to the bottom
Bjoern Schiessle [Tue, 13 May 2014 13:27:56 +0000 (15:27 +0200)]
move expire message to the bottom

10 years agoMerge pull request #8398 from owncloud/enc_backup_keys
Björn Schießle [Tue, 13 May 2014 13:25:16 +0000 (09:25 -0400)]
Merge pull request #8398 from owncloud/enc_backup_keys

backup the encryption key after the encryption was disabled

10 years agoMerge pull request #8566 from owncloud/controller-defaults
Morris Jobke [Tue, 13 May 2014 12:32:07 +0000 (14:32 +0200)]
Merge pull request #8566 from owncloud/controller-defaults

Allow setting of controller default method values through normal PHP default values

10 years agoUse jquery to get the window width
Robin Appelman [Tue, 13 May 2014 10:58:02 +0000 (12:58 +0200)]
Use jquery to get the window width

10 years agobackup the encryption key after the encryption was disabled so that the user
Bjoern Schiessle [Tue, 29 Apr 2014 13:00:57 +0000 (15:00 +0200)]
backup the encryption key after the encryption was disabled so that the user
can restore them if needed

10 years agoMerge pull request #8562 from owncloud/better-addmountpoint
Vincent Petry [Tue, 13 May 2014 10:19:41 +0000 (12:19 +0200)]
Merge pull request #8562 from owncloud/better-addmountpoint

Extract mount point merging logic into separate function

10 years agohide default expire message if user sets expire date
Bjoern Schiessle [Tue, 13 May 2014 09:56:04 +0000 (11:56 +0200)]
hide default expire message if user sets expire date

10 years agoincrease width of share dialog
Bjoern Schiessle [Tue, 13 May 2014 09:49:16 +0000 (11:49 +0200)]
increase width of share dialog

10 years agoDon't set the dialog content height to a zero or negative value
Robin Appelman [Tue, 13 May 2014 09:37:29 +0000 (11:37 +0200)]
Don't set the dialog content height to a zero or negative value

10 years agoDont use absolute positioning for buttonrow
Robin Appelman [Tue, 13 May 2014 09:36:31 +0000 (11:36 +0200)]
Dont use absolute positioning for buttonrow

10 years agoadd information about default expire date to the share dialog
Bjoern Schiessle [Fri, 9 May 2014 14:36:20 +0000 (16:36 +0200)]
add information about default expire date to the share dialog

10 years agohide input field if default expire date isn't activated
Bjoern Schiessle [Fri, 9 May 2014 12:58:33 +0000 (14:58 +0200)]
hide input field if default expire date isn't activated

10 years agoAdded ground work for OC.Share unit tests
Vincent Petry [Tue, 13 May 2014 09:15:06 +0000 (11:15 +0200)]
Added ground work for OC.Share unit tests

10 years agoMerge pull request #8550 from owncloud/fix-sticky-footer
Morris Jobke [Tue, 13 May 2014 09:02:14 +0000 (11:02 +0200)]
Merge pull request #8550 from owncloud/fix-sticky-footer

fix sticky footer on log in page

10 years agomake it possible to omit parameters and use the default parameters from the controlle...
Bernhard Posselt [Tue, 13 May 2014 08:40:49 +0000 (10:40 +0200)]
make it possible to omit parameters and use the default parameters from the controller method

10 years agoMerge pull request #8526 from owncloud/escape-share-emails-master
Vincent Petry [Tue, 13 May 2014 08:29:54 +0000 (10:29 +0200)]
Merge pull request #8526 from owncloud/escape-share-emails-master

escape display name and email

10 years agoMerge pull request #8546 from owncloud/fix-preview-orientation-encrypted-master
Vincent Petry [Tue, 13 May 2014 08:27:41 +0000 (10:27 +0200)]
Merge pull request #8546 from owncloud/fix-preview-orientation-encrypted-master

Rotate thumbnail when encryption is enabled

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

10 years agoExtract mount point merging logic into separate function
Robin McCorkell [Mon, 12 May 2014 23:14:30 +0000 (00:14 +0100)]
Extract mount point merging logic into separate function

10 years agoMerge pull request #8556 from owncloud/kill-legacy-code-master
Thomas Müller [Mon, 12 May 2014 18:55:24 +0000 (20:55 +0200)]
Merge pull request #8556 from owncloud/kill-legacy-code-master

Kill legacy code master

10 years agoMerge pull request #8538 from owncloud/make-my-ide-less-complain-about-ldap
Lukas Reschke [Mon, 12 May 2014 17:31:43 +0000 (19:31 +0200)]
Merge pull request #8538 from owncloud/make-my-ide-less-complain-about-ldap

Use proper PHPDoc and variable names in the LDAP lib

10 years agoUse array as type
Lukas Reschke [Mon, 12 May 2014 17:31:21 +0000 (19:31 +0200)]
Use array as type

10 years agoMerge pull request #8553 from owncloud/fix-8549-master
Thomas Müller [Mon, 12 May 2014 15:45:08 +0000 (17:45 +0200)]
Merge pull request #8553 from owncloud/fix-8549-master

adding X-Robots-Tag to all responses of ownCloud + move addSecurityHeade...

10 years agoMerge pull request #8482 from owncloud/public-logger
Thomas Müller [Mon, 12 May 2014 14:40:58 +0000 (16:40 +0200)]
Merge pull request #8482 from owncloud/public-logger

Make logger available in the container

10 years agoremove legacy aka deprecated code: OC_Cache_FileGlobalGC
Thomas Müller [Mon, 12 May 2014 14:34:47 +0000 (16:34 +0200)]
remove legacy aka deprecated code: OC_Cache_FileGlobalGC

10 years agoremove legacy aka deprecated code: OC_FilesystemView
Thomas Müller [Mon, 12 May 2014 14:30:39 +0000 (16:30 +0200)]
remove legacy aka deprecated code: OC_FilesystemView

10 years agoremove legacy aka deprecated code: OC_Cache
Thomas Müller [Mon, 12 May 2014 14:23:33 +0000 (16:23 +0200)]
remove legacy aka deprecated code: OC_Cache

10 years agoremove legacy aka deprecated code: OC_Filesystem
Thomas Müller [Mon, 12 May 2014 14:20:07 +0000 (16:20 +0200)]
remove legacy aka deprecated code: OC_Filesystem

10 years agoadding X-Robots-Tag to all responses of ownCloud + move addSecurityHeaders() to OC_Re...
Thomas Müller [Mon, 12 May 2014 13:14:01 +0000 (15:14 +0200)]
adding X-Robots-Tag to all responses of ownCloud + move addSecurityHeaders() to OC_Response, which seems to be a more reasonable place

10 years agoadding unit test for message interpolation
Thomas Müller [Mon, 12 May 2014 12:16:54 +0000 (14:16 +0200)]
adding unit test for message interpolation

10 years agofix sticky footer on log in page
Jan-Christoph Borchardt [Mon, 12 May 2014 11:40:04 +0000 (13:40 +0200)]
fix sticky footer on log in page

10 years agofix missing spaces
Morris Jobke [Mon, 12 May 2014 11:32:03 +0000 (13:32 +0200)]
fix missing spaces

10 years agoMerge pull request #8041 from owncloud/files-sortcolumns
Vincent Petry [Mon, 12 May 2014 10:50:27 +0000 (12:50 +0200)]
Merge pull request #8041 from owncloud/files-sortcolumns

File list sorting by clicking on column headers

10 years agofix style
Thomas Müller [Mon, 12 May 2014 09:30:47 +0000 (11:30 +0200)]
fix style

10 years ago Rotate thumbnail when encryption is enabled
Thomas Müller [Mon, 12 May 2014 09:27:39 +0000 (11:27 +0200)]
 Rotate thumbnail when encryption is enabled

When a picture is encrypted, save it to a temporary file first so that
the PHP function for rotation can access it as file.

10 years agoadding interpolation as requested by PSR-3
Thomas Müller [Mon, 12 May 2014 08:54:09 +0000 (10:54 +0200)]
adding interpolation as requested by PSR-3

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

10 years agoMerge pull request #8541 from owncloud/hardenIsSubDirectory
Morris Jobke [Sun, 11 May 2014 23:42:25 +0000 (01:42 +0200)]
Merge pull request #8541 from owncloud/hardenIsSubDirectory

Harden issubdirectory()

10 years agoMerge pull request #8540 from owncloud/fix-undefined
Morris Jobke [Sun, 11 May 2014 23:32:05 +0000 (01:32 +0200)]
Merge pull request #8540 from owncloud/fix-undefined

$owner is not defined here

10 years agoMerge pull request #8477 from owncloud/better-controllers
Morris Jobke [Sun, 11 May 2014 23:07:49 +0000 (01:07 +0200)]
Merge pull request #8477 from owncloud/better-controllers

Better appframework controllers

10 years agoMerge pull request #8274 from owncloud/appframework-db
Morris Jobke [Sun, 11 May 2014 22:12:19 +0000 (00:12 +0200)]
Merge pull request #8274 from owncloud/appframework-db

Port database layer from appframework to core

10 years agoMerge pull request #8518 from owncloud/multiselect-width-fix
Morris Jobke [Sun, 11 May 2014 21:41:35 +0000 (23:41 +0200)]
Merge pull request #8518 from owncloud/multiselect-width-fix

reduce multiselect max-width from 400 to 200px to not take too much space

10 years agouse new controllermethodreflector for corsmiddleware
Bernhard Posselt [Sun, 11 May 2014 15:55:59 +0000 (17:55 +0200)]
use new controllermethodreflector for corsmiddleware