]>
source.dussan.org Git - nextcloud-server.git/log
Roeland Jago Douma [Wed, 20 Jul 2016 19:30:39 +0000 (21:30 +0200)]
AppFramework do not get default response
The OCSResponse differs from other responses in that it defaults to
XML. However we fell back to json by default.
This makes sure that if nothing is set we don't pass anything.
Which defaults then to the controllers default (which is often 'json')
but in the case of the OCSResponse 'xml'.
Morris Jobke [Thu, 21 Jul 2016 17:50:42 +0000 (19:50 +0200)]
Merge pull request #495 from nextcloud/fix-layout-public-upload-stable10
[stable10] move closing div to the right place
Bjoern Schiessle [Wed, 20 Jul 2016 16:34:32 +0000 (18:34 +0200)]
move closing div to the right place
Morris Jobke [Thu, 21 Jul 2016 07:18:50 +0000 (09:18 +0200)]
Merge pull request #485 from nextcloud/stable10-reenable-help-section
[Stable10] reenable help section
Morris Jobke [Thu, 21 Jul 2016 07:18:10 +0000 (09:18 +0200)]
Merge pull request #487 from nextcloud/stable10-link-proper
[stable10] Properly link to nextcloud
Morris Jobke [Thu, 21 Jul 2016 07:17:22 +0000 (09:17 +0200)]
Merge pull request #489 from nextcloud/stable10-brand-to-nextcloud
[stable10] Use proper branding
Lukas Reschke [Thu, 21 Jul 2016 00:20:29 +0000 (02:20 +0200)]
Use proper branding
Stable9 has this already
Lukas Reschke [Thu, 21 Jul 2016 00:15:14 +0000 (02:15 +0200)]
[master] Properly link to nextcloud
Lukas Reschke [Thu, 21 Jul 2016 00:10:28 +0000 (02:10 +0200)]
Add proper links
Lukas Reschke [Thu, 21 Jul 2016 00:08:56 +0000 (02:08 +0200)]
Revert "Remove "Help" link from personal sidebar"
This reverts commit
deef15a3c7119b2965e7212ce53ba70e6baed779 .
Lukas Reschke [Wed, 20 Jul 2016 23:56:47 +0000 (01:56 +0200)]
Link to proper clients
Lukas Reschke [Wed, 20 Jul 2016 23:46:11 +0000 (01:46 +0200)]
Lukas Reschke [Wed, 20 Jul 2016 23:34:35 +0000 (01:34 +0200)]
Add ownCloud cert
Lukas Reschke [Wed, 20 Jul 2016 23:32:59 +0000 (01:32 +0200)]
Use proper certificates
Ports https://github.com/nextcloud/server/commit/
bcf693539be82e872ba4d6cceb1f430a4bb841d9
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
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...
Lukas Reschke [Wed, 20 Jul 2016 22:32:43 +0000 (00:32 +0200)]
10.0 beta it is
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
Lukas Reschke [Wed, 20 Jul 2016 21:09:27 +0000 (23:09 +0200)]
Mitigate race condition
Lukas Reschke [Wed, 20 Jul 2016 20:47:33 +0000 (22:47 +0200)]
JSON encode the values
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)
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
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)
Roeland Douma [Wed, 20 Jul 2016 19:04:25 +0000 (21:04 +0200)]
Merge pull request #475 from nextcloud/ocs-middleware
Add OCS Middleware
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
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
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
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
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 …
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)
Roeland Jago Douma [Wed, 20 Jul 2016 14:45:29 +0000 (16:45 +0200)]
Deprecate \OCP\API
Roeland Jago Douma [Wed, 20 Jul 2016 14:43:11 +0000 (16:43 +0200)]
Add unit tests
Roeland Jago Douma [Wed, 20 Jul 2016 07:43:02 +0000 (09:43 +0200)]
Add OCSMiddleware to catch OCS exceptions
* OCSException
* OCSBadRequestException
* OCSForbiddenException
* OCSNotFoundException
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
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
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()
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
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)
Morris Jobke [Wed, 20 Jul 2016 14:19:21 +0000 (16:19 +0200)]
Merge pull request #402 from nextcloud/smb-notifications
smb update notifications
Robin Appelman [Wed, 20 Jul 2016 13:49:01 +0000 (15:49 +0200)]
sort tokens
Bjoern Schiessle [Wed, 20 Jul 2016 13:24:51 +0000 (15:24 +0200)]
only show additional edit permissions for folders
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)
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.
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
Vincent Petry [Mon, 11 Jul 2016 08:27:47 +0000 (10:27 +0200)]
Cast share id to string (#25402)
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
Thomas Müller [Fri, 8 Jul 2016 12:30:32 +0000 (14:30 +0200)]
Add clipboard button to public share link
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
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)
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
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…
Robin Appelman [Wed, 20 Jul 2016 12:26:03 +0000 (14:26 +0200)]
right allign last activity
Robin Appelman [Wed, 20 Jul 2016 12:25:23 +0000 (14:25 +0200)]
fix apppassword table with only a few entries being streched
Robin Appelman [Wed, 20 Jul 2016 12:25:03 +0000 (14:25 +0200)]
Change "recent activity" to "last activity"
Robin Appelman [Wed, 20 Jul 2016 12:13:23 +0000 (14:13 +0200)]
improve matching safari user agent
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
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
Joas Schilling [Wed, 20 Jul 2016 09:19:55 +0000 (11:19 +0200)]
Remove pre-fork EE apps from shipped.json
Nextcloud bot [Wed, 20 Jul 2016 00:09:13 +0000 (00:09 +0000)]
[tx-robot] updated from transifex
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
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
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
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
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
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
Joas Schilling [Tue, 19 Jul 2016 14:41:47 +0000 (16:41 +0200)]
Use the themed radio buttons for cron selection
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
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
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
Jan-Christoph Borchardt [Tue, 19 Jul 2016 09:37:46 +0000 (11:37 +0200)]
adjust layout 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
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
Robin Appelman [Mon, 18 Jul 2016 20:48:13 +0000 (22:48 +0200)]
add fancy formating for most browsers
Jan-Christoph Borchardt [Tue, 19 Jul 2016 09:15:46 +0000 (11:15 +0200)]
fix Github link in Personal and Admin settings Version note
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
Robin Appelman [Wed, 13 Jul 2016 11:24:19 +0000 (13:24 +0200)]
add occ command to show user information
Robin Appelman [Wed, 13 Jul 2016 11:12:57 +0000 (13:12 +0200)]
Add commands to add/remove users to/from groups
Robin Appelman [Thu, 14 Jul 2016 11:23:54 +0000 (13:23 +0200)]
add command to list groups
Robin Appelman [Thu, 14 Jul 2016 11:23:35 +0000 (13:23 +0200)]
add occ command to list users
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.
Nextcloud bot [Tue, 19 Jul 2016 00:09:00 +0000 (00:09 +0000)]
[tx-robot] updated from transifex
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
Robin Appelman [Mon, 18 Jul 2016 17:39:03 +0000 (19:39 +0200)]
format current and sync client sessions in Personal
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
Nextcloud bot [Mon, 18 Jul 2016 14:08:51 +0000 (14:08 +0000)]
[tx-robot] updated from transifex
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
Morris Jobke [Mon, 18 Jul 2016 13:55:48 +0000 (15:55 +0200)]
Merge pull request #430 from nextcloud/remove_assetic
[3rdparty] Remove assetic
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
Joas Schilling [Mon, 18 Jul 2016 13:11:44 +0000 (15:11 +0200)]
Copy the regexes to the public interface
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.
Roeland Jago Douma [Mon, 18 Jul 2016 11:34:18 +0000 (13:34 +0200)]
Cleanup coding style
Roeland Jago Douma [Fri, 15 Jul 2016 13:01:14 +0000 (15:01 +0200)]
Add eventdispatcher to public link view
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
Roeland Jago Douma [Mon, 18 Jul 2016 08:50:47 +0000 (10:50 +0200)]
[3rdparty] Remove assetic
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
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
Joas Schilling [Mon, 18 Jul 2016 09:44:10 +0000 (11:44 +0200)]
Prevent syntax error when creating user or changing password
Lukas Reschke [Thu, 14 Jul 2016 22:13:13 +0000 (00:13 +0200)]
Only login if user is not logged-in
Roeland Jago Douma [Thu, 14 Jul 2016 18:45:19 +0000 (20:45 +0200)]
Add route tests
Roeland Jago Douma [Tue, 17 May 2016 08:13:02 +0000 (10:13 +0200)]
Make the OCS endpoint handle the new OCS AppFramework routes