]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agogrammar fixes
Bjoern Schiessle [Mon, 30 Sep 2013 11:33:49 +0000 (13:33 +0200)]
grammar fixes

11 years agofix mail subject; don't show time for expire date
Bjoern Schiessle [Mon, 30 Sep 2013 11:33:02 +0000 (13:33 +0200)]
fix mail subject; don't show time for expire date

11 years agomail is already themable via the template, no need to provide additional string in...
Bjoern Schiessle [Mon, 30 Sep 2013 08:03:12 +0000 (10:03 +0200)]
mail is already themable via the template, no need to provide additional string in OC_Defaults

11 years agogo back to old template but add expire date as optional content
Bjoern Schiessle [Mon, 30 Sep 2013 08:02:26 +0000 (10:02 +0200)]
go back to old template but add expire date as optional content

11 years agouse OC_DB::executeAudited
Bjoern Schiessle [Wed, 25 Sep 2013 10:18:29 +0000 (12:18 +0200)]
use OC_DB::executeAudited

11 years agouse OC_DB::executeAudited
Bjoern Schiessle [Wed, 25 Sep 2013 10:15:46 +0000 (12:15 +0200)]
use OC_DB::executeAudited

11 years agoset default value for expire parameter
Bjoern Schiessle [Wed, 25 Sep 2013 10:15:30 +0000 (12:15 +0200)]
set default value for expire parameter

11 years agouse template for txt and html mails to send notification mails
Bjoern Schiessle [Wed, 25 Sep 2013 09:51:28 +0000 (11:51 +0200)]
use template for txt and html mails to send notification mails

11 years agofix PHPDoc
Bjoern Schiessle [Tue, 24 Sep 2013 17:37:24 +0000 (19:37 +0200)]
fix PHPDoc

11 years agosome small fixes
Bjoern Schiessle [Tue, 24 Sep 2013 16:52:20 +0000 (18:52 +0200)]
some small fixes

11 years agosome small js fixes
Bjoern Schiessle [Tue, 24 Sep 2013 16:32:57 +0000 (18:32 +0200)]
some small js fixes

11 years agorevert broken 3rdparty reference
Bjoern Schiessle [Tue, 24 Sep 2013 10:50:03 +0000 (12:50 +0200)]
revert broken 3rdparty reference

11 years agoMerge branch 'master' into sharing_mail_notification_master
Bjoern Schiessle [Mon, 23 Sep 2013 09:18:00 +0000 (11:18 +0200)]
Merge branch 'master' into sharing_mail_notification_master

Conflicts:
lib/public/share.php

11 years agoMerge pull request #4896 from owncloud/sharing_allow_disable_password
Björn Schießle [Mon, 23 Sep 2013 08:20:09 +0000 (01:20 -0700)]
Merge pull request #4896 from owncloud/sharing_allow_disable_password

sharing, allow user to disable password protection

11 years agoMerge pull request #4327 from owncloud/scanfile-remove
Thomas Müller [Mon, 23 Sep 2013 05:40:13 +0000 (22:40 -0700)]
Merge pull request #4327 from owncloud/scanfile-remove

remove deleted files while scanning

11 years agoMerge pull request #4623 from owncloud/convert-oc_preferences
Bart Visscher [Sun, 22 Sep 2013 17:45:56 +0000 (10:45 -0700)]
Merge pull request #4623 from owncloud/convert-oc_preferences

Convert OC_Preference to object interface

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 22 Sep 2013 16:58:42 +0000 (12:58 -0400)]
[tx-robot] updated from transifex

11 years agoMerge pull request #4929 from owncloud/fixing-4416-master
Morris Jobke [Sun, 22 Sep 2013 15:40:20 +0000 (08:40 -0700)]
Merge pull request #4929 from owncloud/fixing-4416-master

Fixing 4416 master

11 years agoMerge pull request #4938 from owncloud/scan-filter-outside-view
Jörn Friedrich Dreyer [Sun, 22 Sep 2013 08:01:59 +0000 (01:01 -0700)]
Merge pull request #4938 from owncloud/scan-filter-outside-view

When filtering search results, ensure results are children of the...

11 years agofiles: when filtering search results, ensure results are children of the fakeroot...
Robin Appelman [Sat, 21 Sep 2013 23:23:18 +0000 (01:23 +0200)]
files: when filtering search results, ensure results are children of the fakeroot not just path starting the same

11 years agoMerge pull request #4927 from owncloud/fix_namespaces_and_autoloading
Thomas Müller [Sat, 21 Sep 2013 18:54:06 +0000 (11:54 -0700)]
Merge pull request #4927 from owncloud/fix_namespaces_and_autoloading

namespaces use upcasefirst parts

11 years agosetting a default on filecache column unencrypted_size
Thomas Müller [Fri, 20 Sep 2013 18:47:24 +0000 (20:47 +0200)]
setting a default on filecache column unencrypted_size

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 20 Sep 2013 14:50:14 +0000 (10:50 -0400)]
[tx-robot] updated from transifex

11 years agoremove unneccessary lib in namespace
Jörn Friedrich Dreyer [Fri, 20 Sep 2013 14:46:33 +0000 (16:46 +0200)]
remove unneccessary lib in namespace

11 years agonamespaces use upcasefirst parts
Jörn Friedrich Dreyer [Fri, 20 Sep 2013 14:37:07 +0000 (16:37 +0200)]
namespaces use upcasefirst parts
when _ is left in namespace and files are named after their classes the autoloader will also find classes in the lib folder of an app
its magic!

11 years agoinitialize variable
Bjoern Schiessle [Fri, 20 Sep 2013 13:47:33 +0000 (15:47 +0200)]
initialize variable

11 years agocalculate correct permissions while toggle the password protection
Bjoern Schiessle [Fri, 20 Sep 2013 11:11:05 +0000 (13:11 +0200)]
calculate correct permissions while toggle the password protection

11 years agomake sure that both $permissions and $oldPermissions have the same type
Bjoern Schiessle [Fri, 20 Sep 2013 10:40:21 +0000 (12:40 +0200)]
make sure that both $permissions and $oldPermissions have the same type

11 years agoMerge pull request #4684 from owncloud/improved-console
Bart Visscher [Thu, 19 Sep 2013 21:22:32 +0000 (14:22 -0700)]
Merge pull request #4684 from owncloud/improved-console

Use more object oriented way for console commands

11 years agoMerge pull request #4908 from owncloud/fix_css_selector
Bart Visscher [Thu, 19 Sep 2013 17:59:45 +0000 (10:59 -0700)]
Merge pull request #4908 from owncloud/fix_css_selector

css selectors never have a : before []

11 years agoAdd copyright, remove starting blank line
Bart Visscher [Thu, 19 Sep 2013 17:12:16 +0000 (19:12 +0200)]
Add copyright, remove starting blank line

11 years agoupdate inherit docs comment
Bart Visscher [Wed, 18 Sep 2013 14:38:59 +0000 (16:38 +0200)]
update inherit docs comment

11 years agoFix insert/update/delete helper functions for oracle
Bart Visscher [Sun, 1 Sep 2013 10:35:20 +0000 (12:35 +0200)]
Fix insert/update/delete helper functions for oracle

11 years agoAdd missing return true statements to legacy preferences functions
Bart Visscher [Sat, 31 Aug 2013 13:52:11 +0000 (15:52 +0200)]
Add missing return true statements to legacy preferences functions

11 years agoAdd missing static
Bart Visscher [Sat, 31 Aug 2013 13:50:47 +0000 (15:50 +0200)]
Add missing static

11 years agoConvert OC_Preference to object interface
Bart Visscher [Sun, 3 Mar 2013 11:04:29 +0000 (12:04 +0100)]
Convert OC_Preference to object interface

11 years agoMerge pull request #4766 from owncloud/fix_3728_with_file_exists_dialog
Thomas Müller [Thu, 19 Sep 2013 15:23:07 +0000 (08:23 -0700)]
Merge pull request #4766 from owncloud/fix_3728_with_file_exists_dialog

file upload conflicts dialog

11 years agoMerge branch 'master' into fix_3728_with_file_exists_dialog
Jörn Friedrich Dreyer [Thu, 19 Sep 2013 15:00:54 +0000 (17:00 +0200)]
Merge branch 'master' into fix_3728_with_file_exists_dialog

Conflicts:
apps/files/js/filelist.js

11 years agoMerge pull request #4900 from owncloud/fixing-4488-master
Jörn Friedrich Dreyer [Thu, 19 Sep 2013 14:46:37 +0000 (07:46 -0700)]
Merge pull request #4900 from owncloud/fixing-4488-master

File permissions are part of the ajax response of file upload

11 years agoMerge pull request #4263 from owncloud/search_scrollto
Jörn Friedrich Dreyer [Thu, 19 Sep 2013 12:49:45 +0000 (05:49 -0700)]
Merge pull request #4263 from owncloud/search_scrollto

initial scrollto implementation

11 years agofix race condition in lazy preview loading
Jörn Friedrich Dreyer [Thu, 19 Sep 2013 12:46:33 +0000 (14:46 +0200)]
fix race condition in lazy preview loading

11 years agouse {count} instead of 'One' for more versatile translation
Jörn Friedrich Dreyer [Thu, 19 Sep 2013 10:05:30 +0000 (12:05 +0200)]
use {count} instead of 'One' for more versatile translation

11 years agoMerge branch 'master' into fixing-4488-master
Thomas Müller [Thu, 19 Sep 2013 09:43:38 +0000 (11:43 +0200)]
Merge branch 'master' into fixing-4488-master

11 years agoMerge branch 'fix_3728_with_file_exists_dialog' of github.com:owncloud/core into...
Jörn Friedrich Dreyer [Thu, 19 Sep 2013 09:33:34 +0000 (11:33 +0200)]
Merge branch 'fix_3728_with_file_exists_dialog' of github.com:owncloud/core into fix_3728_with_file_exists_dialog

11 years agofix double translation of error message
Jörn Friedrich Dreyer [Thu, 19 Sep 2013 09:32:56 +0000 (11:32 +0200)]
fix double translation of error message

11 years agouse n to translate title
Jörn Friedrich Dreyer [Thu, 19 Sep 2013 09:25:41 +0000 (11:25 +0200)]
use n to translate title

11 years agoMerge branch 'fix_3728_with_file_exists_dialog' of github.com:owncloud/core into...
Thomas Müller [Thu, 19 Sep 2013 09:15:20 +0000 (11:15 +0200)]
Merge branch 'fix_3728_with_file_exists_dialog' of github.com:owncloud/core into fix_3728_with_file_exists_dialog

Conflicts:
apps/files/js/file-upload.js

11 years agofixing typos and l10n
Thomas Müller [Thu, 19 Sep 2013 09:13:11 +0000 (11:13 +0200)]
fixing typos and l10n

11 years agojsdoc types should go into {}
Jörn Friedrich Dreyer [Thu, 19 Sep 2013 09:11:22 +0000 (11:11 +0200)]
jsdoc types should go into {}

11 years agocss selectors never have a : before []
Jörn Friedrich Dreyer [Thu, 19 Sep 2013 08:14:07 +0000 (10:14 +0200)]
css selectors never have a : before []

11 years agouse 96x96 as 64x64 thumbnails in conflicts dialog, 64x64 looks very blocky ... maybe...
Jörn Friedrich Dreyer [Thu, 19 Sep 2013 08:00:42 +0000 (10:00 +0200)]
use 96x96 as 64x64 thumbnails in conflicts dialog, 64x64 looks very blocky ... maybe something is wrong there

11 years agofix 'event is not defined' error
Jörn Friedrich Dreyer [Thu, 19 Sep 2013 07:47:51 +0000 (09:47 +0200)]
fix 'event is not defined' error

11 years agoMerge pull request #4906 from owncloud/wtf-broken-code-was-merged-again-master
Christopher [Thu, 19 Sep 2013 05:17:04 +0000 (22:17 -0700)]
Merge pull request #4906 from owncloud/wtf-broken-code-was-merged-again-master

fixing syntax error - it it that hard to test own code?

11 years agofixing syntax error - it it that hard to test own code?
Thomas Müller [Wed, 18 Sep 2013 21:46:58 +0000 (23:46 +0200)]
fixing syntax error - it it that hard to test own code?

11 years agoadding comma to get cleaner diffs in the future
Thomas Müller [Wed, 18 Sep 2013 21:42:36 +0000 (23:42 +0200)]
adding comma to get cleaner diffs in the future

11 years agono file actions during upload
Thomas Müller [Wed, 18 Sep 2013 21:06:48 +0000 (23:06 +0200)]
no file actions during upload

11 years agoindentation
Jörn Friedrich Dreyer [Wed, 18 Sep 2013 15:58:15 +0000 (17:58 +0200)]
indentation

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 18 Sep 2013 15:50:02 +0000 (11:50 -0400)]
[tx-robot] updated from transifex

11 years agosimplify conflict template handling, fix reopen after ESC
Jörn Friedrich Dreyer [Wed, 18 Sep 2013 15:22:29 +0000 (17:22 +0200)]
simplify conflict template handling, fix reopen after ESC

11 years agomove upload dialog css to separate file
Jörn Friedrich Dreyer [Wed, 18 Sep 2013 15:20:14 +0000 (17:20 +0200)]
move upload dialog css to separate file

11 years agoallow passing classes to buttons
Jörn Friedrich Dreyer [Wed, 18 Sep 2013 15:13:07 +0000 (17:13 +0200)]
allow passing classes to buttons

11 years agoMerge pull request #4745 from owncloud/split_personal-user_passwordchange
Bart Visscher [Wed, 18 Sep 2013 14:53:11 +0000 (07:53 -0700)]
Merge pull request #4745 from owncloud/split_personal-user_passwordchange

Split personal and user-mgmt password change logic

11 years agoTranslate errormsgs in settings/changepassword/controller
kondou [Wed, 18 Sep 2013 14:47:27 +0000 (16:47 +0200)]
Translate errormsgs in settings/changepassword/controller

11 years agohide excessive logging with a trace flag
Jörn Friedrich Dreyer [Wed, 18 Sep 2013 12:39:39 +0000 (14:39 +0200)]
hide excessive logging with a trace flag

11 years agoMerge branch 'master' into fix_3728_with_file_exists_dialog
Jörn Friedrich Dreyer [Wed, 18 Sep 2013 12:19:58 +0000 (14:19 +0200)]
Merge branch 'master' into fix_3728_with_file_exists_dialog

Conflicts:
apps/files/js/file-upload.js

11 years agoMerge branch 'master' into fix_3728_with_file_exists_dialog
Jörn Friedrich Dreyer [Wed, 18 Sep 2013 12:15:28 +0000 (14:15 +0200)]
Merge branch 'master' into fix_3728_with_file_exists_dialog

11 years agoMerge pull request #4769 from owncloud/gitignore_apps_fix
Jörn Friedrich Dreyer [Wed, 18 Sep 2013 11:58:05 +0000 (04:58 -0700)]
Merge pull request #4769 from owncloud/gitignore_apps_fix

add slash so inverts are triggered

11 years agoMerge pull request #4872 from owncloud/refactor_upload_progress
Jörn Friedrich Dreyer [Wed, 18 Sep 2013 11:55:10 +0000 (04:55 -0700)]
Merge pull request #4872 from owncloud/refactor_upload_progress

refactor upload progress

11 years agoremove file action elements before recreating them
Thomas Müller [Wed, 18 Sep 2013 11:09:47 +0000 (13:09 +0200)]
remove file action elements before recreating them

11 years agostore the permissions retrieved via ajax within the dom element
Thomas Müller [Wed, 18 Sep 2013 11:09:04 +0000 (13:09 +0200)]
store the permissions retrieved via ajax within the dom element

11 years agoonly remember password if the user changes the permissions, otherwise the user disabl...
Bjoern Schiessle [Wed, 18 Sep 2013 09:49:02 +0000 (11:49 +0200)]
only remember password if the user changes the permissions, otherwise the user disabled the password protection

11 years agoMerge pull request #4889 from owncloud/disable_avatar_loading_on_public_upload_page
Morris Jobke [Wed, 18 Sep 2013 09:33:44 +0000 (02:33 -0700)]
Merge pull request #4889 from owncloud/disable_avatar_loading_on_public_upload_page

disable avatar loading on public guest page

11 years agoadd permissions of the file to the json response
Thomas Müller [Wed, 18 Sep 2013 09:22:29 +0000 (11:22 +0200)]
add permissions of the file to the json response

11 years agoMerge pull request #4708 from owncloud/encryption_fixes
Björn Schießle [Wed, 18 Sep 2013 08:33:52 +0000 (01:33 -0700)]
Merge pull request #4708 from owncloud/encryption_fixes

make sure that initial encryption also starts for a fresh installation

11 years agodisable avatar loading on public guest page
Jörn Friedrich Dreyer [Tue, 17 Sep 2013 17:25:03 +0000 (19:25 +0200)]
disable avatar loading on public guest page

11 years agowe cannot load avatar on guest page
Jörn Friedrich Dreyer [Tue, 17 Sep 2013 17:20:16 +0000 (19:20 +0200)]
we cannot load avatar on guest page

11 years agoMerge branch 'master' into fix_3728_with_file_exists_dialog
Jörn Friedrich Dreyer [Tue, 17 Sep 2013 17:11:47 +0000 (19:11 +0200)]
Merge branch 'master' into fix_3728_with_file_exists_dialog

11 years agouse exists
Jörn Friedrich Dreyer [Tue, 17 Sep 2013 17:11:18 +0000 (19:11 +0200)]
use exists

11 years agoMerge branch 'master' into fix_3728_with_file_exists_dialog
Jörn Friedrich Dreyer [Tue, 17 Sep 2013 17:10:46 +0000 (19:10 +0200)]
Merge branch 'master' into fix_3728_with_file_exists_dialog

Conflicts:
apps/files/css/files.css
apps/files/js/file-upload.js
apps/files/js/filelist.js
apps/files/js/files.js
apps/files_sharing/js/public.js
core/js/jquery.ocdialog.js
core/js/oc-dialogs.js

11 years agoadd fixme
Jörn Friedrich Dreyer [Tue, 17 Sep 2013 16:45:38 +0000 (18:45 +0200)]
add fixme

11 years agomake 'open in folder' action default for files
Jörn Friedrich Dreyer [Tue, 17 Sep 2013 15:27:47 +0000 (17:27 +0200)]
make 'open in folder' action default for files

11 years agouse correct doublequotes in template, remove container
Jörn Friedrich Dreyer [Tue, 17 Sep 2013 15:25:47 +0000 (17:25 +0200)]
use correct doublequotes in template, remove container

11 years agoinitial scrollto implementation:
Jörn Friedrich Dreyer [Wed, 31 Jul 2013 20:24:52 +0000 (22:24 +0200)]
initial scrollto implementation:

use places/folder icon,
move link construction to JS,
only show icon on hover,
use 'searchresult' as css class name,
add filter/unfilter methods,
highlight searched files in current filelist
only filter when correct FileList is present

11 years agoperformance improvement, check configuration only if no private key exists
Bjoern Schiessle [Tue, 17 Sep 2013 14:53:52 +0000 (16:53 +0200)]
performance improvement, check configuration only if no private key exists

11 years agoMerge pull request #4871 from owncloud/add_exists_method_to_jquery
Bernhard Posselt [Tue, 17 Sep 2013 13:07:50 +0000 (06:07 -0700)]
Merge pull request #4871 from owncloud/add_exists_method_to_jquery

add exists method to jquery

11 years agoMerge pull request #4825 from owncloud/fix-sharing-expiration-oracle
Bart Visscher [Mon, 16 Sep 2013 19:16:44 +0000 (12:16 -0700)]
Merge pull request #4825 from owncloud/fix-sharing-expiration-oracle

Fix Sharing "Expiration Date" on Oracle

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 16 Sep 2013 15:38:45 +0000 (11:38 -0400)]
[tx-robot] updated from transifex

11 years agorefactor upload progress
Jörn Friedrich Dreyer [Mon, 16 Sep 2013 12:10:19 +0000 (14:10 +0200)]
refactor upload progress

11 years agoadd exists method to jquery
Jörn Friedrich Dreyer [Mon, 16 Sep 2013 11:47:37 +0000 (13:47 +0200)]
add exists method to jquery

11 years agofix gitignore for all apps* folders
Jörn Friedrich Dreyer [Sun, 8 Sep 2013 10:12:01 +0000 (12:12 +0200)]
fix gitignore for all apps* folders

11 years agoMerge branch 'master' into sharing_mail_notification_master
Bjoern Schiessle [Mon, 16 Sep 2013 08:40:06 +0000 (10:40 +0200)]
Merge branch 'master' into sharing_mail_notification_master

Conflicts:
apps/files/index.php

11 years agoMerge pull request #4838 from owncloud/refactor_upload_js
Thomas Müller [Mon, 16 Sep 2013 08:06:24 +0000 (01:06 -0700)]
Merge pull request #4838 from owncloud/refactor_upload_js

refactor upload js & html to always use only js to fill form data

11 years agoMerge pull request #4862 from owncloud/db_to_public
Thomas Müller [Mon, 16 Sep 2013 07:51:12 +0000 (00:51 -0700)]
Merge pull request #4862 from owncloud/db_to_public

Add OCP\DB::getErrorMessage() to public namespace.

11 years agoAdd OCP\DB::getErrorMessage() to public namespace.
Thomas Tanghus [Mon, 16 Sep 2013 00:17:39 +0000 (02:17 +0200)]
Add OCP\DB::getErrorMessage() to public namespace.

11 years agoMerge pull request #4860 from owncloud/fixing-potential-null-storage-on-scanner-master
icewind1991 [Sun, 15 Sep 2013 20:47:16 +0000 (13:47 -0700)]
Merge pull request #4860 from owncloud/fixing-potential-null-storage-on-scanner-master

adding null check on a mount's storage

11 years agoadding null check on a mount's storage
Thomas Müller [Sun, 15 Sep 2013 18:38:57 +0000 (20:38 +0200)]
adding null check on a mount's storage

11 years agoMerge pull request #4835 from owncloud/fix-apps-height
Morris Jobke [Sun, 15 Sep 2013 14:08:50 +0000 (07:08 -0700)]
Merge pull request #4835 from owncloud/fix-apps-height

use lineheight instead of padding and height

11 years agoMerge pull request #4803 from owncloud/fix-4465-add-share-user-on-enter
Morris Jobke [Sun, 15 Sep 2013 10:07:11 +0000 (03:07 -0700)]
Merge pull request #4803 from owncloud/fix-4465-add-share-user-on-enter

Fixes #4465 - Added autoFocus to #shareWith autocomplete options

11 years agoMerge pull request #4853 from owncloud/external-shared_mimetype-icons
Thomas Müller [Sun, 15 Sep 2013 09:42:14 +0000 (02:42 -0700)]
Merge pull request #4853 from owncloud/external-shared_mimetype-icons

Use external and shared icons in OC.Dialogs.filepicker()

11 years agoMerge pull request #4506 from owncloud/oc_avatars
Bernhard Posselt [Sat, 14 Sep 2013 23:00:36 +0000 (16:00 -0700)]
Merge pull request #4506 from owncloud/oc_avatars

OC Avatars