]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
10 years ago5.3 syntax...
Robin Appelman [Sun, 31 Aug 2014 11:16:28 +0000 (13:16 +0200)]
5.3 syntax...

10 years agoExplicitly set the timezones
Robin Appelman [Sun, 31 Aug 2014 09:06:18 +0000 (11:06 +0200)]
Explicitly set the timezones

10 years agoAdd test for expired certificate
Lukas Reschke [Wed, 27 Aug 2014 14:29:42 +0000 (16:29 +0200)]
Add test for expired certificate

Will only work after tomorrow

10 years agoAdd unit tests and fix rootcerts creation bug
Lukas Reschke [Wed, 27 Aug 2014 14:28:51 +0000 (16:28 +0200)]
Add unit tests and fix rootcerts creation bug

10 years agoCleanup routes
Robin Appelman [Thu, 21 Aug 2014 12:15:43 +0000 (14:15 +0200)]
Cleanup routes

10 years agocheck for blacklisted file certificate filenames
Robin Appelman [Thu, 21 Aug 2014 12:09:40 +0000 (14:09 +0200)]
check for blacklisted file certificate filenames

10 years agofix test
Robin Appelman [Tue, 19 Aug 2014 14:03:09 +0000 (16:03 +0200)]
fix test

10 years agoRename namespace
Robin Appelman [Mon, 18 Aug 2014 14:30:23 +0000 (16:30 +0200)]
Rename namespace

10 years agoCleanup certificate code
Robin Appelman [Mon, 18 Aug 2014 11:57:38 +0000 (13:57 +0200)]
Cleanup certificate code

10 years agomove certificate classes to their own namespace
Robin Appelman [Mon, 18 Aug 2014 11:43:25 +0000 (13:43 +0200)]
move certificate classes to their own namespace

10 years agoremove outdated checks
Robin Appelman [Fri, 15 Aug 2014 17:56:04 +0000 (19:56 +0200)]
remove outdated checks

10 years agoAdd certificate class
Robin Appelman [Fri, 15 Aug 2014 17:54:03 +0000 (19:54 +0200)]
Add certificate class

10 years agoMove certificate management interface from files_external to core
Robin Appelman [Fri, 15 Aug 2014 15:18:46 +0000 (17:18 +0200)]
Move certificate management interface from files_external to core

10 years agofix indention
Robin Appelman [Thu, 14 Aug 2014 13:49:31 +0000 (15:49 +0200)]
fix indention

10 years agoNo need for this folder to be world accessible
Robin Appelman [Thu, 14 Aug 2014 13:47:58 +0000 (15:47 +0200)]
No need for this folder to be world accessible

10 years agoVerify names of certificates
Robin Appelman [Thu, 14 Aug 2014 13:47:23 +0000 (15:47 +0200)]
Verify names of certificates

10 years agoMake external shares work with imported self-signed certificates
Robin Appelman [Thu, 14 Aug 2014 12:24:56 +0000 (14:24 +0200)]
Make external shares work with imported self-signed certificates

10 years agoMove certificate management code to core
Robin Appelman [Thu, 14 Aug 2014 12:24:10 +0000 (14:24 +0200)]
Move certificate management code to core

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 31 Aug 2014 05:56:20 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #10428 from owncloud/files_external_better_config
Robin McCorkell [Sat, 30 Aug 2014 14:11:39 +0000 (15:11 +0100)]
Merge pull request #10428 from owncloud/files_external_better_config

Improve external storage configuration UI

10 years agoImprove UI of external storage configuration
Robin McCorkell [Thu, 14 Aug 2014 16:48:34 +0000 (17:48 +0100)]
Improve UI of external storage configuration

 * Highlight fields that need to be filled
 * Remove (required) and (optional) strings where possible
 * Focus first configuration field when creating new external storage
 * Add ability to force external storage re-check
 * Various jQuery improvements
 * Prevent wrapping of checkboxes in configuration

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 30 Aug 2014 05:57:04 +0000 (01:57 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #10721 from owncloud/kill-rand
Robin Appelman [Fri, 29 Aug 2014 17:48:00 +0000 (19:48 +0200)]
Merge pull request #10721 from owncloud/kill-rand

Kill insecure random number generation

10 years agoMerge pull request #10734 from owncloud/fix-10268
Morris Jobke [Fri, 29 Aug 2014 17:35:32 +0000 (19:35 +0200)]
Merge pull request #10734 from owncloud/fix-10268

retrieve local users, groups and group members in a sorted way

10 years agoMerge pull request #10738 from owncloud/fix-quotabar-width
jbtbnl [Fri, 29 Aug 2014 16:31:06 +0000 (18:31 +0200)]
Merge pull request #10738 from owncloud/fix-quotabar-width

Fix quota bar width, and indicate almost full storage

10 years agoMerge pull request #10614 from owncloud/remove-ee-hack
Lukas Reschke [Fri, 29 Aug 2014 16:23:15 +0000 (18:23 +0200)]
Merge pull request #10614 from owncloud/remove-ee-hack

Remove different URL for EE

10 years agomove hardcoded color to CSS class - for themeability
Morris Jobke [Fri, 29 Aug 2014 15:50:59 +0000 (17:50 +0200)]
move hardcoded color to CSS class - for themeability

10 years agoallow empty hostname and dots in service name for oracle autosetup
Jörn Friedrich Dreyer [Thu, 28 Aug 2014 13:54:28 +0000 (15:54 +0200)]
allow empty hostname and dots in service name for oracle autosetup

10 years agoalso add minimum width for quota bar so it’s apparent how it will look
Jan-Christoph Borchardt [Fri, 29 Aug 2014 14:52:41 +0000 (16:52 +0200)]
also add minimum width for quota bar so it’s apparent how it will look

10 years agocolor quota bar yellow for feedback if usage is over 90%
Jan-Christoph Borchardt [Fri, 29 Aug 2014 14:46:08 +0000 (16:46 +0200)]
color quota bar yellow for feedback if usage is over 90%

10 years agoset quota bar maximum to 100% to prevent overflow
Jan-Christoph Borchardt [Fri, 29 Aug 2014 14:31:43 +0000 (16:31 +0200)]
set quota bar maximum to 100% to prevent overflow

10 years agoDon't register the call when rendering error pages
Robin Appelman [Fri, 29 Aug 2014 08:52:52 +0000 (10:52 +0200)]
Don't register the call when rendering error pages

10 years agoRemove insecure fallback random number generation
Robin Appelman [Fri, 29 Aug 2014 08:50:39 +0000 (10:50 +0200)]
Remove insecure fallback random number generation

10 years agoretrieve local users, groups and group members in a sorted way
Arthur Schiwon [Fri, 29 Aug 2014 13:17:37 +0000 (15:17 +0200)]
retrieve local users, groups and group members in a sorted way

10 years agoMerge pull request #9214 from owncloud/wizard_email_detection
Morris Jobke [Fri, 29 Aug 2014 10:58:51 +0000 (12:58 +0200)]
Merge pull request #9214 from owncloud/wizard_email_detection

LDAP: Wizard email attribute detection

10 years agoMerge pull request #9684 from owncloud/fix-9367
Morris Jobke [Fri, 29 Aug 2014 10:46:53 +0000 (12:46 +0200)]
Merge pull request #9684 from owncloud/fix-9367

Ability to show/hide last log in and storage location in user management

10 years agoMerge pull request #10724 from owncloud/min-size-for-icons
Morris Jobke [Fri, 29 Aug 2014 10:25:58 +0000 (12:25 +0200)]
Merge pull request #10724 from owncloud/min-size-for-icons

define min height/width for icon classes to make sure they show

10 years agodefine min height/width for icon classes to make sure they show
Jan-Christoph Borchardt [Fri, 29 Aug 2014 10:05:01 +0000 (12:05 +0200)]
define min height/width for icon classes to make sure they show

10 years agoMerge pull request #10719 from owncloud/files-external-personal-undefined
Thomas Müller [Fri, 29 Aug 2014 09:59:34 +0000 (11:59 +0200)]
Merge pull request #10719 from owncloud/files-external-personal-undefined

Prevent undefined index error loading external storages

10 years agoMerge pull request #9681 from owncloud/kill_oc_session
Lukas Reschke [Fri, 29 Aug 2014 09:41:04 +0000 (11:41 +0200)]
Merge pull request #9681 from owncloud/kill_oc_session

kill OC::$session

10 years agoMerge pull request #10701 from owncloud/tests-momentjsinclude
Thomas Müller [Fri, 29 Aug 2014 09:40:19 +0000 (11:40 +0200)]
Merge pull request #10701 from owncloud/tests-momentjsinclude

Include momentjs for unit tests

10 years agoadjust static method vars as well
Arthur Schiwon [Mon, 11 Aug 2014 14:05:43 +0000 (16:05 +0200)]
adjust static method vars as well

10 years agotrigger email detection by Wizard upon any user filter filter change. before it happe...
Arthur Schiwon [Wed, 25 Jun 2014 17:38:54 +0000 (19:38 +0200)]
trigger email detection by Wizard upon any user filter filter change. before it happenend only upon user automatic list filter creation, but not on manual editing

10 years agoundo falsely changed log file
Arthur Schiwon [Wed, 25 Jun 2014 16:12:35 +0000 (18:12 +0200)]
undo falsely changed log file

10 years agowrite log message, if original value was changed
Arthur Schiwon [Wed, 25 Jun 2014 16:08:05 +0000 (18:08 +0200)]
write log message, if original value was changed

10 years agoadd unit test for mail detection
Arthur Schiwon [Wed, 25 Jun 2014 16:01:04 +0000 (18:01 +0200)]
add unit test for mail detection

10 years agoremove Access as hard dependency, inject it instead
Arthur Schiwon [Wed, 25 Jun 2014 15:36:19 +0000 (17:36 +0200)]
remove Access as hard dependency, inject it instead

10 years agoWizad: email attribute detection
Arthur Schiwon [Wed, 25 Jun 2014 12:04:06 +0000 (14:04 +0200)]
Wizad: email attribute detection

10 years agobe correct in deprecation documentation
Jörn Friedrich Dreyer [Fri, 15 Aug 2014 17:29:48 +0000 (19:29 +0200)]
be correct in deprecation documentation

10 years agokill OC::$session
Jörn Friedrich Dreyer [Wed, 16 Jul 2014 17:40:22 +0000 (19:40 +0200)]
kill OC::$session

maintain deprecated \OC::$session when getting or setting the session via the server container or UserSession

restore order os OC::$session and OC::$CLI

remove unneded initialization of dummy session

write back session when $useCustomSession is true

log warning when deprecated app is used

10 years agoMerge pull request #10637 from owncloud/fixing-js-issues
Thomas Müller [Fri, 29 Aug 2014 08:16:29 +0000 (10:16 +0200)]
Merge pull request #10637 from owncloud/fixing-js-issues

Init vars with a value if none is provided

10 years agoMerge pull request #10703 from owncloud/sometimes-allow-horizontal-scrollbar
Thomas Müller [Fri, 29 Aug 2014 08:14:13 +0000 (10:14 +0200)]
Merge pull request #10703 from owncloud/sometimes-allow-horizontal-scrollbar

allow horizontal scrollbar for personal and admin settings

10 years agoAdd missing 'personal' mount configuration option
Robin McCorkell [Fri, 29 Aug 2014 08:08:46 +0000 (09:08 +0100)]
Add missing 'personal' mount configuration option

10 years agoInclude momentjs for unit tests
Vincent Petry [Thu, 28 Aug 2014 16:05:56 +0000 (18:05 +0200)]
Include momentjs for unit tests

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 29 Aug 2014 05:56:59 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

10 years agouser mgmt: move 'Show storage location' and 'Show last log in' to settings area
Jan-Christoph Borchardt [Thu, 28 Aug 2014 22:08:01 +0000 (00:08 +0200)]
user mgmt: move 'Show storage location' and 'Show last log in' to settings area

10 years agoAdds 2 checkboxes at the top of userlist in the settings, to display/hide optional...
Stephane V [Wed, 16 Jul 2014 20:23:15 +0000 (22:23 +0200)]
Adds 2 checkboxes at the top of userlist in the settings, to display/hide optional columns
This fixes #9367.

10 years agoInit vars with a value if none is provided
Clark Tomlinson [Tue, 26 Aug 2014 13:40:56 +0000 (09:40 -0400)]
Init vars with a value if none is provided

10 years agoallow horizontal scrollbar for personal and admin settings
Jan-Christoph Borchardt [Thu, 28 Aug 2014 16:17:50 +0000 (18:17 +0200)]
allow horizontal scrollbar for personal and admin settings

10 years agoMerge pull request #10647 from owncloud/implementing_momentjs
Clark Tomlinson [Thu, 28 Aug 2014 15:47:37 +0000 (11:47 -0400)]
Merge pull request #10647 from owncloud/implementing_momentjs

Implementing momentjs

10 years agoMerge pull request #10658 from owncloud/sftp_prevent_error
Vincent Petry [Thu, 28 Aug 2014 15:09:36 +0000 (17:09 +0200)]
Merge pull request #10658 from owncloud/sftp_prevent_error

Prevent errors on broken SFTP config

10 years agoMerge pull request #10696 from owncloud/inputdate
Bernhard Posselt [Thu, 28 Aug 2014 14:55:51 +0000 (16:55 +0200)]
Merge pull request #10696 from owncloud/inputdate

Enhancement: Adds input styles to input type dates too.

10 years agoEnhancement: Adds input styles to input type dates too.
raghunayyar [Thu, 28 Aug 2014 14:53:19 +0000 (16:53 +0200)]
Enhancement: Adds input styles to input type dates too.

10 years agoImplementing moment.js
Clark Tomlinson [Tue, 26 Aug 2014 18:17:33 +0000 (14:17 -0400)]
Implementing moment.js

Updating Usages

Removing unused method

Adding JS Doc

10 years agoMerge pull request #8507 from owncloud/ajaxify_user_list_for_files_external
blizzz [Thu, 28 Aug 2014 11:39:21 +0000 (13:39 +0200)]
Merge pull request #8507 from owncloud/ajaxify_user_list_for_files_external

Ajaxify user list for files external

10 years agofix wizard test, adjust to changed parameters of the tested method, introduced by...
Arthur Schiwon [Tue, 26 Aug 2014 08:50:00 +0000 (10:50 +0200)]
fix wizard test, adjust to changed parameters of the tested method, introduced by 9caa354cfc1f73159f335646ca89be4db72b125e

10 years agoPort of #8623
Arthur Schiwon [Fri, 16 May 2014 16:03:15 +0000 (18:03 +0200)]
Port of #8623

set result entry identifier earlier, i.e. before a continue for the same level can happen. otherwise  will always get the same value and we end up in an infinite loop

add unit test to make sure the infinite loop never comes back

Conflicts:
apps/user_ldap/tests/wizard.php

10 years agoMerge pull request #10670 from owncloud/encodeExceptions
Lukas Reschke [Thu, 28 Aug 2014 07:36:18 +0000 (09:36 +0200)]
Merge pull request #10670 from owncloud/encodeExceptions

Escape error messages

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 28 Aug 2014 05:56:36 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

10 years agoEscape error messages
Lukas Reschke [Wed, 27 Aug 2014 15:01:51 +0000 (17:01 +0200)]
Escape error messages

10 years agoMerge pull request #10653 from owncloud/x-forwarded-for
Clark Tomlinson [Wed, 27 Aug 2014 14:32:34 +0000 (10:32 -0400)]
Merge pull request #10653 from owncloud/x-forwarded-for

Add support for getting the real client IP behind proxies

10 years agoMerge pull request #10666 from ogasser/appframework_db_tests
Lukas Reschke [Wed, 27 Aug 2014 13:28:22 +0000 (15:28 +0200)]
Merge pull request #10666 from ogasser/appframework_db_tests

Make Entity properties ```protected``` as in docs

10 years agoMake Entity properties ```protected``` as in docs
Oliver Gasser [Wed, 27 Aug 2014 11:28:04 +0000 (13:28 +0200)]
Make Entity properties ```protected``` as in docs

Entity properties are marked as ```protected``` to correctly reflect the
documentation.

See also owncloud/documentation@644f2eedac8e912c3019366b29ecdfbd9a15c5d9

10 years agoMerge pull request #9915 from suraia/unsharefromself-source
Björn Schießle [Wed, 27 Aug 2014 08:31:35 +0000 (10:31 +0200)]
Merge pull request #9915 from suraia/unsharefromself-source

Allow specifying the item source in unshareFromSelf().

10 years agoPrevent errors on broken SFTP config
Robin McCorkell [Wed, 27 Aug 2014 08:02:14 +0000 (09:02 +0100)]
Prevent errors on broken SFTP config

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 27 Aug 2014 05:54:40 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years agoAdd support for getting the real client IP behind proxies
Lukas Reschke [Tue, 26 Aug 2014 21:58:13 +0000 (23:58 +0200)]
Add support for getting the real client IP behind proxies

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

Fix copy paste fail

Add unittest for comma separated headers

Revert 3rdparty

10 years agoMerge pull request #10641 from callahad/email-input-type
Lukas Reschke [Tue, 26 Aug 2014 20:09:50 +0000 (22:09 +0200)]
Merge pull request #10641 from callahad/email-input-type

Set email input field to type=email for better UX

10 years agoMerge pull request #10640 from owncloud/add_moment_js
Clark Tomlinson [Tue, 26 Aug 2014 17:32:47 +0000 (13:32 -0400)]
Merge pull request #10640 from owncloud/add_moment_js

add moment.js

10 years agoSet email input field to type=email for better UX
Dan Callahan [Tue, 26 Aug 2014 16:14:30 +0000 (11:14 -0500)]
Set email input field to type=email for better UX

10 years agoadd moment.js
Georg Ehrke [Tue, 26 Aug 2014 15:39:15 +0000 (17:39 +0200)]
add moment.js

10 years agoMerge pull request #10604 from owncloud/fixing-favicon
Thomas Müller [Tue, 26 Aug 2014 15:35:50 +0000 (17:35 +0200)]
Merge pull request #10604 from owncloud/fixing-favicon

Adding type to favicon

10 years agoMerge pull request #9844 from OliverKohlDSc/patch-1
Thomas Müller [Tue, 26 Aug 2014 12:42:07 +0000 (14:42 +0200)]
Merge pull request #9844 from OliverKohlDSc/patch-1

CRON call ends in null exception

10 years agoMerge pull request #10619 from owncloud/issue/6722
Thomas Müller [Tue, 26 Aug 2014 08:33:18 +0000 (10:33 +0200)]
Merge pull request #10619 from owncloud/issue/6722

Add a test to break the slugifyPath() with folder and file afterwards

10 years agoAdd isAppstoreEnabled instead of hijacking the URL
Lukas Reschke [Tue, 26 Aug 2014 08:20:51 +0000 (10:20 +0200)]
Add isAppstoreEnabled instead of hijacking the URL

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 26 Aug 2014 05:56:33 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #10623 from owncloud/not-a-valid-resource-log-entries
Clark Tomlinson [Mon, 25 Aug 2014 16:52:06 +0000 (12:52 -0400)]
Merge pull request #10623 from owncloud/not-a-valid-resource-log-entries

Do not try to close the same resource multiple times

10 years agoMerge pull request #10421 from owncloud/share-external-delete
Clark Tomlinson [Mon, 25 Aug 2014 15:28:50 +0000 (11:28 -0400)]
Merge pull request #10421 from owncloud/share-external-delete

Remove no longer existing files from the cache when scanning external storage

10 years agoMerge pull request #10023 from owncloud/tmp-file-created-status
Vincent Petry [Mon, 25 Aug 2014 15:24:46 +0000 (17:24 +0200)]
Merge pull request #10023 from owncloud/tmp-file-created-status

Log unsuccessful temp file creation and return false

10 years agoMerge pull request #10108 from owncloud/files_external-allowed-backend
Vincent Petry [Mon, 25 Aug 2014 15:07:35 +0000 (17:07 +0200)]
Merge pull request #10108 from owncloud/files_external-allowed-backend

Only load personal external storages for allowed backends

10 years agoDo not try to close the same resource multiple times
Joas Schilling [Mon, 25 Aug 2014 13:31:43 +0000 (15:31 +0200)]
Do not try to close the same resource multiple times

10 years agoUse md5() of the original name instead of uniqid() for slugifying
Joas Schilling [Mon, 25 Aug 2014 12:29:07 +0000 (14:29 +0200)]
Use md5() of the original name instead of uniqid() for slugifying

Previously we used uniqid() here.
However this means that the behaviour is not reproducable, so
when uploading files into a "empty" folder, the folders name is
different.

If there would be a md5() hash collition, the deduplicate check
will spot this and append an index later, so this should not be
a problem.

Fix #6722

10 years agoFix code layout before fixing the function
Joas Schilling [Mon, 25 Aug 2014 10:48:26 +0000 (12:48 +0200)]
Fix code layout before fixing the function

10 years agoUse a data provider instead of calling the function manually everytime
Joas Schilling [Mon, 25 Aug 2014 12:44:51 +0000 (14:44 +0200)]
Use a data provider instead of calling the function manually everytime

10 years agoAdd a test to break the slugifyPath() with folder and file afterwards
Joas Schilling [Mon, 25 Aug 2014 10:21:19 +0000 (12:21 +0200)]
Add a test to break the slugifyPath() with folder and file afterwards

10 years agoMerge pull request #10598 from owncloud/warn_on_encryption_occ_pwreset
Lukas Reschke [Mon, 25 Aug 2014 12:23:28 +0000 (14:23 +0200)]
Merge pull request #10598 from owncloud/warn_on_encryption_occ_pwreset

Warn user on resetting passwords via occ when encryption is enabled

10 years agoUse AppFramework instead of custom controller
Lukas Reschke [Fri, 22 Aug 2014 16:16:55 +0000 (18:16 +0200)]
Use AppFramework instead of custom controller

10 years agouse displayname lookup route in files_external settings
Jörn Friedrich Dreyer [Fri, 22 Aug 2014 14:07:48 +0000 (16:07 +0200)]
use displayname lookup route in files_external settings

10 years agoadd lookup route for displaynames
Jörn Friedrich Dreyer [Fri, 22 Aug 2014 14:06:46 +0000 (16:06 +0200)]
add lookup route for displaynames

10 years agono need to load user display names
Jörn Friedrich Dreyer [Fri, 22 Aug 2014 09:32:37 +0000 (11:32 +0200)]
no need to load user display names