]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
8 years agoLink to proper clients
Lukas Reschke [Wed, 20 Jul 2016 23:56:47 +0000 (01:56 +0200)]
Link to proper clients

8 years agoPort 2d37341 to stable10
Lukas Reschke [Wed, 20 Jul 2016 23:46:11 +0000 (01:46 +0200)]
Port 2d37341 to stable10

8 years agoAdd ownCloud cert
Lukas Reschke [Wed, 20 Jul 2016 23:34:35 +0000 (01:34 +0200)]
Add ownCloud cert

8 years agoUse proper certificates
Lukas Reschke [Wed, 20 Jul 2016 23:32:59 +0000 (01:32 +0200)]
Use proper certificates

Ports https://github.com/nextcloud/server/commit/bcf693539be82e872ba4d6cceb1f430a4bb841d9

8 years agoMerge pull request #483 from nextcloud/use-proper-documentation-links
Lukas Reschke [Wed, 20 Jul 2016 22:47:27 +0000 (00:47 +0200)]
Merge pull request #483 from nextcloud/use-proper-documentation-links

Use proper documentation links

8 years agoUse proper documentation links 483/head
Lukas Reschke [Wed, 20 Jul 2016 22:36:52 +0000 (00:36 +0200)]
Use proper documentation links

Since it is just faking the 10 we need to hardcode this here...

8 years ago10.0 beta it is
Lukas Reschke [Wed, 20 Jul 2016 22:32:43 +0000 (00:32 +0200)]
10.0 beta it is

8 years agoMerge pull request #479 from nextcloud/add-bruteforce-throttler
Lukas Reschke [Wed, 20 Jul 2016 22:31:02 +0000 (00:31 +0200)]
Merge pull request #479 from nextcloud/add-bruteforce-throttler

Implement brute force protection

8 years agoMitigate race condition 479/head
Lukas Reschke [Wed, 20 Jul 2016 21:09:27 +0000 (23:09 +0200)]
Mitigate race condition

8 years agoJSON encode the values
Lukas Reschke [Wed, 20 Jul 2016 20:47:33 +0000 (22:47 +0200)]
JSON encode the values

8 years agoImplement brute force protection
Lukas Reschke [Wed, 20 Jul 2016 16:36:15 +0000 (18:36 +0200)]
Implement brute force protection

Class Throttler implements the bruteforce protection for security actions in
Nextcloud.

It is working by logging invalid login attempts to the database and slowing
down all login attempts from the same subnet. The max delay is 30 seconds and
the starting delay are 200 milliseconds. (after the first failed login)

8 years agoMerge pull request #476 from nextcloud/port-same-site-cookies
Lukas Reschke [Wed, 20 Jul 2016 19:35:02 +0000 (21:35 +0200)]
Merge pull request #476 from nextcloud/port-same-site-cookies

[master] Port Same-Site Cookies to master

8 years agoMerge pull request #466 from nextcloud/escape-special-characters
Lukas Reschke [Wed, 20 Jul 2016 19:24:19 +0000 (21:24 +0200)]
Merge pull request #466 from nextcloud/escape-special-characters

Escape special characters (#25429)

8 years agoMerge pull request #475 from nextcloud/ocs-middleware
Roeland Douma [Wed, 20 Jul 2016 19:04:25 +0000 (21:04 +0200)]
Merge pull request #475 from nextcloud/ocs-middleware

Add OCS Middleware

8 years agoMerge pull request #461 from nextcloud/session-styling
Morris Jobke [Wed, 20 Jul 2016 18:57:06 +0000 (20:57 +0200)]
Merge pull request #461 from nextcloud/session-styling

Minor sessions/app password improvements

8 years agoMerge pull request #471 from nextcloud/storage-fopenspecialchars
Morris Jobke [Wed, 20 Jul 2016 18:56:59 +0000 (20:56 +0200)]
Merge pull request #471 from nextcloud/storage-fopenspecialchars

Added storage tests for fopen with special chars

8 years agoMerge pull request #390 from nextcloud/occ-user
Roeland Douma [Wed, 20 Jul 2016 18:36:33 +0000 (20:36 +0200)]
Merge pull request #390 from nextcloud/occ-user

More occ user management commands

8 years agoMerge pull request #467 from nextcloud/use-clipboard-api
Roeland Douma [Wed, 20 Jul 2016 18:11:08 +0000 (20:11 +0200)]
Merge pull request #467 from nextcloud/use-clipboard-api

Use clipboard api

8 years agoMerge pull request #464 from nextcloud/master-change-load-order
Roeland Douma [Wed, 20 Jul 2016 18:08:22 +0000 (20:08 +0200)]
Merge pull request #464 from nextcloud/master-change-load-order

[master] Change load order of auth backends so that we can throw an exception …

8 years agoMerge pull request #468 from nextcloud/stringid-fix
Roeland Douma [Wed, 20 Jul 2016 18:06:46 +0000 (20:06 +0200)]
Merge pull request #468 from nextcloud/stringid-fix

Cast share id to string (#25402)

8 years agoDeprecate \OCP\API 475/head
Roeland Jago Douma [Wed, 20 Jul 2016 14:45:29 +0000 (16:45 +0200)]
Deprecate \OCP\API

8 years agoAdd unit tests
Roeland Jago Douma [Wed, 20 Jul 2016 14:43:11 +0000 (16:43 +0200)]
Add unit tests

8 years agoAdd OCSMiddleware to catch OCS exceptions
Roeland Jago Douma [Wed, 20 Jul 2016 07:43:02 +0000 (09:43 +0200)]
Add OCSMiddleware to catch OCS exceptions

* OCSException
* OCSBadRequestException
* OCSForbiddenException
* OCSNotFoundException

8 years ago[master] Port Same-Site Cookies to master 476/head
Lukas Reschke [Wed, 20 Jul 2016 15:37:30 +0000 (17:37 +0200)]
[master] Port Same-Site Cookies to master

Fixes https://github.com/nextcloud/server/issues/50

8 years agoMerge pull request #473 from nextcloud/ux-improvement-share-dialog
Morris Jobke [Wed, 20 Jul 2016 16:34:55 +0000 (18:34 +0200)]
Merge pull request #473 from nextcloud/ux-improvement-share-dialog

only show additional edit permissions for folders

8 years agoMerge pull request #462 from nextcloud/master-explode
Morris Jobke [Wed, 20 Jul 2016 16:31:11 +0000 (18:31 +0200)]
Merge pull request #462 from nextcloud/master-explode

[master] Use explode() instead of split()

8 years agoMerge pull request #470 from nextcloud/sftp-renameoverwritedir
Morris Jobke [Wed, 20 Jul 2016 16:31:06 +0000 (18:31 +0200)]
Merge pull request #470 from nextcloud/sftp-renameoverwritedir

Fix overwriting folders on rename with SFTP

8 years agoMerge pull request #472 from nextcloud/show-app-name-in-errormsg
Björn Schießle [Wed, 20 Jul 2016 16:20:49 +0000 (18:20 +0200)]
Merge pull request #472 from nextcloud/show-app-name-in-errormsg

Show app name in error message if app could not be loaded. (#25441)

8 years agoMerge pull request #402 from nextcloud/smb-notifications
Morris Jobke [Wed, 20 Jul 2016 14:19:21 +0000 (16:19 +0200)]
Merge pull request #402 from nextcloud/smb-notifications

smb update notifications

8 years agosort tokens 461/head
Robin Appelman [Wed, 20 Jul 2016 13:49:01 +0000 (15:49 +0200)]
sort tokens

8 years agoonly show additional edit permissions for folders 473/head
Bjoern Schiessle [Wed, 20 Jul 2016 13:24:51 +0000 (15:24 +0200)]
only show additional edit permissions for folders

8 years agoShow app name in error message if app could not be loaded. (#25441) 472/head
Klaas Freitag [Fri, 15 Jul 2016 20:36:42 +0000 (22:36 +0200)]
Show app name in error message if app could not be loaded. (#25441)

8 years agoAdded storage tests for fopen with special chars 471/head
Vincent Petry [Mon, 4 Jul 2016 15:49:44 +0000 (17:49 +0200)]
Added storage tests for fopen with special chars

This makes it possible to test special chars with unit tests.
There is already a test for directories but there was none for file
names.

8 years agoFix overwriting folders on rename with SFTP 470/head
Vincent Petry [Fri, 1 Jul 2016 15:24:57 +0000 (17:24 +0200)]
Fix overwriting folders on rename with SFTP

This aligns the behavior with other storages and also fixes the failing
unit test testRenameOverWriteDirectory

8 years agoCast share id to string (#25402) 468/head
Vincent Petry [Mon, 11 Jul 2016 08:27:47 +0000 (10:27 +0200)]
Cast share id to string (#25402)

8 years agoUse an icon to set the email instead of a button with string 467/head
Thomas Müller [Fri, 8 Jul 2016 13:23:38 +0000 (15:23 +0200)]
Use an icon to set the email instead of a button with string

8 years agoAdd clipboard button to public share link
Thomas Müller [Fri, 8 Jul 2016 12:30:32 +0000 (14:30 +0200)]
Add clipboard button to public share link

8 years agoEscape special characters (#25429) 466/head
Aaron Wood [Wed, 20 Jul 2016 12:20:45 +0000 (08:20 -0400)]
Escape special characters (#25429)

* Escape LIKE parameter

* Escape LIKE parameter

* Escape LIKE parameter

* Escape LIKE parameter

* Escape LIKE parameter

* Use correct method in the AbstractMapping class

* Change the getNamesBySearch method so that input can be properly escaped while still supporting matches

* Don't escape hardcoded wildcard

8 years agoChange load order of auth backends so that we can throw an exception in OCA\DAV\Conne... 464/head
Thomas Müller [Thu, 14 Jul 2016 14:19:31 +0000 (16:19 +0200)]
Change load order of auth backends so that we can throw an exception in OCA\DAV\Connector\Sabre\Auth - fixes #25362 (#25476)

8 years ago[master] Use explode() instead of split() 462/head
Lukas Reschke [Wed, 20 Jul 2016 12:36:39 +0000 (14:36 +0200)]
[master] Use explode() instead of split()

Sync from https://github.com/owncloud/core/pull/25488

8 years agoMerge pull request #460 from nextcloud/issue-459-html-decoded-error-message-when...
Lukas Reschke [Wed, 20 Jul 2016 12:31:41 +0000 (14:31 +0200)]
Merge pull request #460 from nextcloud/issue-459-html-decoded-error-message-when-uploading-folder

Fix the HTML encoding when uploading a folder in FF when using french…

8 years agoright allign last activity
Robin Appelman [Wed, 20 Jul 2016 12:26:03 +0000 (14:26 +0200)]
right allign last activity

8 years agofix apppassword table with only a few entries being streched
Robin Appelman [Wed, 20 Jul 2016 12:25:23 +0000 (14:25 +0200)]
fix apppassword table with only a few entries being streched

8 years agoChange "recent activity" to "last activity"
Robin Appelman [Wed, 20 Jul 2016 12:25:03 +0000 (14:25 +0200)]
Change "recent activity" to "last activity"

8 years agoimprove matching safari user agent
Robin Appelman [Wed, 20 Jul 2016 12:13:23 +0000 (14:13 +0200)]
improve matching safari user agent

8 years agoFix the HTML encoding when uploading a folder in FF when using french l10n 460/head
Joas Schilling [Wed, 20 Jul 2016 11:03:27 +0000 (13:03 +0200)]
Fix the HTML encoding when uploading a folder in FF when using french l10n

8 years agoMerge pull request #458 from nextcloud/remove-ee-apps-from-shipped.json
Joas Schilling [Wed, 20 Jul 2016 10:18:40 +0000 (12:18 +0200)]
Merge pull request #458 from nextcloud/remove-ee-apps-from-shipped.json

Remove pre-fork EE apps from shipped.json

8 years agoRemove pre-fork EE apps from shipped.json 458/head
Joas Schilling [Wed, 20 Jul 2016 09:19:55 +0000 (11:19 +0200)]
Remove pre-fork EE apps from shipped.json

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 20 Jul 2016 00:09:13 +0000 (00:09 +0000)]
[tx-robot] updated from transifex

8 years agoMerge pull request #448 from nextcloud/master-guzzle
Roeland Douma [Tue, 19 Jul 2016 19:45:52 +0000 (21:45 +0200)]
Merge pull request #448 from nextcloud/master-guzzle

[master] Update third-party reference

8 years agoMerge pull request #452 from nextcloud/session-passwords-design
Morris Jobke [Tue, 19 Jul 2016 18:57:54 +0000 (20:57 +0200)]
Merge pull request #452 from nextcloud/session-passwords-design

Adjust wording and layout of Sessions and App passwords personal settings

8 years ago[master] Update third-party reference 448/head
Lukas Reschke [Tue, 19 Jul 2016 15:08:00 +0000 (17:08 +0200)]
[master] Update third-party reference

For https://github.com/nextcloud/3rdparty/pull/7

8 years agoMerge pull request #451 from nextcloud/github-link
Lukas Reschke [Tue, 19 Jul 2016 18:46:23 +0000 (20:46 +0200)]
Merge pull request #451 from nextcloud/github-link

fix Github link in Personal and Admin settings Version note

8 years agoMerge pull request #446 from nextcloud/cron-radio-buttons-color
Morris Jobke [Tue, 19 Jul 2016 15:54:16 +0000 (17:54 +0200)]
Merge pull request #446 from nextcloud/cron-radio-buttons-color

Use the themed radio buttons for cron selection

8 years agoMerge pull request #441 from nextcloud/fix-maintenance-mode
Björn Schießle [Tue, 19 Jul 2016 14:59:24 +0000 (16:59 +0200)]
Merge pull request #441 from nextcloud/fix-maintenance-mode

Fix maintenance mode

8 years agoUse the themed radio buttons for cron selection 446/head
Joas Schilling [Tue, 19 Jul 2016 14:41:47 +0000 (16:41 +0200)]
Use the themed radio buttons for cron selection

8 years agoMerge pull request #438 from nextcloud/sessions-list-format
Morris Jobke [Tue, 19 Jul 2016 11:50:32 +0000 (13:50 +0200)]
Merge pull request #438 from nextcloud/sessions-list-format

format current and sync client sessions in Personal

8 years agoMerge pull request #400 from nextcloud/ocs_appframework
Roeland Douma [Tue, 19 Jul 2016 10:21:14 +0000 (12:21 +0200)]
Merge pull request #400 from nextcloud/ocs_appframework

OCS routes use AppFramework

8 years agoset max width for sessions tables so it doesn’t go crazy on large screens 452/head
Jan-Christoph Borchardt [Tue, 19 Jul 2016 09:42:57 +0000 (11:42 +0200)]
set max width for sessions tables so it doesn’t go crazy on large screens

8 years agoadjust layout of Sessions and App passwords sections
Jan-Christoph Borchardt [Tue, 19 Jul 2016 09:37:46 +0000 (11:37 +0200)]
adjust layout of Sessions and App passwords sections

8 years agosimplify wording of Sessions and App passwords sections
Jan-Christoph Borchardt [Tue, 19 Jul 2016 09:37:20 +0000 (11:37 +0200)]
simplify wording of Sessions and App passwords sections

8 years agoMerge pull request #436 from nextcloud/public-regex-to-match-our-clients
Morris Jobke [Tue, 19 Jul 2016 09:35:10 +0000 (11:35 +0200)]
Merge pull request #436 from nextcloud/public-regex-to-match-our-clients

Copy the regexes to the public interface

8 years agoadd fancy formating for most browsers 438/head
Robin Appelman [Mon, 18 Jul 2016 20:48:13 +0000 (22:48 +0200)]
add fancy formating for most browsers

8 years agofix Github link in Personal and Admin settings Version note 451/head
Jan-Christoph Borchardt [Tue, 19 Jul 2016 09:15:46 +0000 (11:15 +0200)]
fix Github link in Personal and Admin settings Version note

8 years agoMerge pull request #394 from nextcloud/tags-for-everything
Morris Jobke [Tue, 19 Jul 2016 08:47:12 +0000 (10:47 +0200)]
Merge pull request #394 from nextcloud/tags-for-everything

SystemTags for everything not just files

8 years agoadd occ command to show user information 390/head
Robin Appelman [Wed, 13 Jul 2016 11:24:19 +0000 (13:24 +0200)]
add occ command to show user information

8 years agoAdd commands to add/remove users to/from groups
Robin Appelman [Wed, 13 Jul 2016 11:12:57 +0000 (13:12 +0200)]
Add commands to add/remove users to/from groups

8 years agoadd command to list groups
Robin Appelman [Thu, 14 Jul 2016 11:23:54 +0000 (13:23 +0200)]
add command to list groups

8 years agoadd occ command to list users
Robin Appelman [Thu, 14 Jul 2016 11:23:35 +0000 (13:23 +0200)]
add occ command to list users

8 years agoFix maintenance mode 441/head
Joas Schilling [Tue, 19 Jul 2016 07:54:42 +0000 (09:54 +0200)]
Fix maintenance mode

When the server is in maintenance mode, apps are not loaded.
That means apps/theming/ is not in the allowed paths. So we
need to check without autoloading, whether the class exists.

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 19 Jul 2016 00:09:00 +0000 (00:09 +0000)]
[tx-robot] updated from transifex

8 years agoMerge pull request #435 from nextcloud/classmap
Roeland Douma [Mon, 18 Jul 2016 20:12:03 +0000 (22:12 +0200)]
Merge pull request #435 from nextcloud/classmap

Use classmap to load core files

8 years agoformat current and sync client sessions in Personal
Robin Appelman [Mon, 18 Jul 2016 17:39:03 +0000 (19:39 +0200)]
format current and sync client sessions in Personal

8 years agoMerge pull request #414 from nextcloud/files_sharing_event_dispatcher
Björn Schießle [Mon, 18 Jul 2016 14:10:21 +0000 (16:10 +0200)]
Merge pull request #414 from nextcloud/files_sharing_event_dispatcher

Files sharing event dispatcher

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 18 Jul 2016 14:08:51 +0000 (14:08 +0000)]
[tx-robot] updated from transifex

8 years agoMerge pull request #405 from nextcloud/theming-fixes
Björn Schießle [Mon, 18 Jul 2016 13:59:47 +0000 (15:59 +0200)]
Merge pull request #405 from nextcloud/theming-fixes

Theming fixes

8 years agoMerge pull request #430 from nextcloud/remove_assetic
Morris Jobke [Mon, 18 Jul 2016 13:55:48 +0000 (15:55 +0200)]
Merge pull request #430 from nextcloud/remove_assetic

[3rdparty] Remove assetic

8 years agoMerge pull request #428 from nextcloud/setupfromtoken_sharemanager
Morris Jobke [Mon, 18 Jul 2016 13:49:51 +0000 (15:49 +0200)]
Merge pull request #428 from nextcloud/setupfromtoken_sharemanager

Move SetupFromToken to ShareManager

8 years agoCopy the regexes to the public interface 436/head
Joas Schilling [Mon, 18 Jul 2016 13:11:44 +0000 (15:11 +0200)]
Copy the regexes to the public interface

8 years agoUse classmap to load core files 435/head
Roeland Jago Douma [Mon, 18 Jul 2016 12:46:54 +0000 (14:46 +0200)]
Use classmap to load core files

We can't use an authoritive classmap in the current state as it would
kill app loading. However we can use a proper classmap for the normal
core stuff.

8 years agoCleanup coding style 414/head
Roeland Jago Douma [Mon, 18 Jul 2016 11:34:18 +0000 (13:34 +0200)]
Cleanup coding style

8 years agoAdd eventdispatcher to public link view
Roeland Jago Douma [Fri, 15 Jul 2016 13:01:14 +0000 (15:01 +0200)]
Add eventdispatcher to public link view

8 years agoMove JS inclusion to Controller
Roeland Jago Douma [Fri, 15 Jul 2016 12:39:57 +0000 (14:39 +0200)]
Move JS inclusion to Controller

* This way we can easier load files conditionally

8 years ago[3rdparty] Remove assetic 430/head
Roeland Jago Douma [Mon, 18 Jul 2016 08:50:47 +0000 (10:50 +0200)]
[3rdparty] Remove assetic

8 years agoMerge pull request #431 from nextcloud/postgres-password-not-quoted
Roeland Douma [Mon, 18 Jul 2016 11:04:10 +0000 (13:04 +0200)]
Merge pull request #431 from nextcloud/postgres-password-not-quoted

Prevent syntax error when creating user or changing password

8 years agoMerge pull request #412 from nextcloud/theming-foreground-color
Joas Schilling [Mon, 18 Jul 2016 10:43:11 +0000 (12:43 +0200)]
Merge pull request #412 from nextcloud/theming-foreground-color

Theming: invert foreground color on bright backgrounds

8 years agoPrevent syntax error when creating user or changing password 431/head
Joas Schilling [Mon, 18 Jul 2016 09:44:10 +0000 (11:44 +0200)]
Prevent syntax error when creating user or changing password

8 years agoOnly login if user is not logged-in 400/head
Lukas Reschke [Thu, 14 Jul 2016 22:13:13 +0000 (00:13 +0200)]
Only login if user is not logged-in

8 years agoAdd route tests
Roeland Jago Douma [Thu, 14 Jul 2016 18:45:19 +0000 (20:45 +0200)]
Add route tests

8 years agoMake the OCS endpoint handle the new OCS AppFramework routes
Roeland Jago Douma [Tue, 17 May 2016 08:13:02 +0000 (10:13 +0200)]
Make the OCS endpoint handle the new OCS AppFramework routes

8 years agoMake the router handle OCS AppFramework Routes
Roeland Jago Douma [Tue, 17 May 2016 08:12:33 +0000 (10:12 +0200)]
Make the router handle OCS AppFramework Routes

8 years agoAllow registering of OCS routes with the appframework
Roeland Jago Douma [Tue, 17 May 2016 08:11:27 +0000 (10:11 +0200)]
Allow registering of OCS routes with the appframework

8 years agoMove SetupFromToken to ShareManager 428/head
Roeland Jago Douma [Mon, 18 Jul 2016 07:21:10 +0000 (09:21 +0200)]
Move SetupFromToken to ShareManager

8 years agoUpdate since version 394/head
Joas Schilling [Wed, 13 Jul 2016 16:33:47 +0000 (18:33 +0200)]
Update since version

8 years agoFix non-existing exception class
Joas Schilling [Tue, 24 May 2016 14:07:38 +0000 (16:07 +0200)]
Fix non-existing exception class

8 years agoAllow apps to register SystemTags plugins
Joas Schilling [Tue, 24 May 2016 13:44:19 +0000 (15:44 +0200)]
Allow apps to register SystemTags plugins

8 years agoFix doc blocks
Joas Schilling [Tue, 24 May 2016 13:26:02 +0000 (15:26 +0200)]
Fix doc blocks

8 years agoFix TODO and bring in abstraction (similar to comments)
Joas Schilling [Tue, 24 May 2016 13:23:50 +0000 (15:23 +0200)]
Fix TODO and bring in abstraction (similar to comments)

8 years agoMerge pull request #418 from nextcloud/remove_asset_pipeline
Morris Jobke [Mon, 18 Jul 2016 07:44:35 +0000 (09:44 +0200)]
Merge pull request #418 from nextcloud/remove_asset_pipeline

Remove asset pipelin

8 years agoMerge pull request #379 from nextcloud/create_federated_share_on_mount
Morris Jobke [Mon, 18 Jul 2016 07:22:48 +0000 (09:22 +0200)]
Merge pull request #379 from nextcloud/create_federated_share_on_mount

Create federated share on mount