]>
source.dussan.org Git - nextcloud-server.git/log
Lukas Reschke [Tue, 8 Dec 2015 08:30:55 +0000 (09:30 +0100)]
Remove undefined variable
Lukas Reschke [Tue, 8 Dec 2015 08:28:49 +0000 (09:28 +0100)]
Fix PHPDoc + Add handling for error cases
Makes static code analyzers happier.
Thomas Müller [Thu, 7 Jan 2016 19:13:16 +0000 (20:13 +0100)]
Merge pull request #21498 from owncloud/cleanup-OC_DB
Cleanup OC_DB methods
Thomas Müller [Thu, 7 Jan 2016 16:16:51 +0000 (17:16 +0100)]
Merge pull request #20966 from knox/master
Do not rewrite letsencrypt .well-known URI
Thomas Müller [Thu, 7 Jan 2016 16:07:29 +0000 (17:07 +0100)]
Merge pull request #21066 from owncloud/behat_capabilities_changing_server_configuration
Added new capabilities test with changes in server configuration
Thomas Müller [Thu, 7 Jan 2016 15:51:00 +0000 (16:51 +0100)]
Merge pull request #21506 from owncloud/issue-20218-min-max-owncloud-version-warning
Issue 20218 min max owncloud version warning
Thomas Müller [Thu, 7 Jan 2016 15:43:47 +0000 (16:43 +0100)]
Merge pull request #21512 from owncloud/allow-searching-by-app-id
Allow searching apps by ID
Joas Schilling [Thu, 7 Jan 2016 15:33:25 +0000 (16:33 +0100)]
Allow searching apps by ID
Thomas Müller [Thu, 7 Jan 2016 15:19:20 +0000 (16:19 +0100)]
Merge pull request #21481 from owncloud/ext-smb-dependencies
Check libsmbclient-php as well as smbclient binary
Thomas Müller [Thu, 7 Jan 2016 15:18:55 +0000 (16:18 +0100)]
Merge pull request #21502 from owncloud/di_mimetypedetector
Add 'OCP\Files\IMimeTypeDetector' to DI container
Thomas Müller [Thu, 7 Jan 2016 15:18:29 +0000 (16:18 +0100)]
Merge pull request #21507 from owncloud/users-dropdownscroll
Fix users list dropdown position after scroll
Thomas Müller [Thu, 7 Jan 2016 15:18:02 +0000 (16:18 +0100)]
Merge pull request #21455 from owncloud/fix-method-signature
Fix method call + undefined variable
Thomas Müller [Thu, 7 Jan 2016 15:03:36 +0000 (16:03 +0100)]
Merge pull request #21505 from owncloud/allow-downgrades-for-brave-developers
Allow downgrades for our brave developers, that switch between branches
Vincent Petry [Thu, 7 Jan 2016 14:25:04 +0000 (15:25 +0100)]
Fix users list dropdown position after scroll
When scrolling, the position calculation of the multiselect dropdown was
wrong. Adding "position: relative" to the list container makes the
button calculation relative to it instead of the whole page. In this
case the dropdown is properly aligned with the field regardless of
scrolling.
Joas Schilling [Thu, 7 Jan 2016 14:15:58 +0000 (15:15 +0100)]
Remove deprecated shipped flag from info.xml which has no use anymore
Joas Schilling [Thu, 7 Jan 2016 14:11:49 +0000 (15:11 +0100)]
Add ownCloud min and max version for shipped apps
Joas Schilling [Thu, 7 Jan 2016 14:04:36 +0000 (15:04 +0100)]
Add a warning to the app:check-code if the version is missing
Joas Schilling [Thu, 7 Jan 2016 13:55:23 +0000 (14:55 +0100)]
Add a warning on the apps list when the version is missing
Thomas Müller [Thu, 7 Jan 2016 13:57:05 +0000 (14:57 +0100)]
Merge pull request #20773 from owncloud/share2.0_create
[Sharing 2.0] create share
Morris Jobke [Thu, 7 Jan 2016 09:26:00 +0000 (10:26 +0100)]
Remove OC_DB::getConnection
Morris Jobke [Thu, 7 Jan 2016 09:22:30 +0000 (10:22 +0100)]
Remove OC_DB::insertid
Morris Jobke [Thu, 7 Jan 2016 09:18:38 +0000 (10:18 +0100)]
Remove beginTransaction, commit, rollback from OC_DB
Morris Jobke [Thu, 7 Jan 2016 09:14:05 +0000 (10:14 +0100)]
Remove OC_DB::isError
Morris Jobke [Thu, 7 Jan 2016 09:12:08 +0000 (10:12 +0100)]
Remove OC_DB::dropTable
Thomas Müller [Thu, 7 Jan 2016 13:23:03 +0000 (14:23 +0100)]
Merge pull request #21495 from owncloud/polyfill
[3rdparty] Bump symfony/polyfill-php
Thomas Müller [Thu, 7 Jan 2016 13:18:51 +0000 (14:18 +0100)]
Merge pull request #21493 from owncloud/fix-repair-path
Move lib/repair to lib/private/repair
Joas Schilling [Thu, 7 Jan 2016 13:13:46 +0000 (14:13 +0100)]
Allow downgrades for our brave developers, that switch between branches
Thomas Müller [Thu, 7 Jan 2016 13:07:38 +0000 (14:07 +0100)]
Merge pull request #21359 from owncloud/check-changes
remove mention of 'filesystem_check_changes' => 2 from the config sample
Lukas Reschke [Thu, 7 Jan 2016 12:55:32 +0000 (13:55 +0100)]
Merge pull request #21503 from owncloud/public-fixdownloadlinktoken
Add token in webdav download link of public page
Vincent Petry [Thu, 7 Jan 2016 12:37:18 +0000 (13:37 +0100)]
Add token in webdav download link of public page
Lukas Reschke [Tue, 5 Jan 2016 08:50:59 +0000 (09:50 +0100)]
Fix method call + undefined variable
1. Variable is not defined
2. Method does not expect any parameters
```
Undefined variable: user at /Users/lukasreschke/Documents/Programming/master/apps/encryption/settings/settings-admin.php#45
```
Roeland Jago Douma [Thu, 7 Jan 2016 12:20:43 +0000 (13:20 +0100)]
Add 'OCP\Files\IMimeTypeDetector' to DI container
* Added test to server container as well
Roeland Jago Douma [Thu, 7 Jan 2016 08:32:14 +0000 (09:32 +0100)]
[3rdparty] Bump symfony/polyfill-php
Morris Jobke [Thu, 7 Jan 2016 08:14:35 +0000 (09:14 +0100)]
Move lib/repair to lib/private/repair
Thomas Müller [Thu, 7 Jan 2016 08:11:54 +0000 (09:11 +0100)]
Merge pull request #21404 from owncloud/symfony_console_2.8.0
[3rdparty] Bump symfony/console to 2.8.0
Morris Jobke [Wed, 6 Jan 2016 19:06:04 +0000 (20:06 +0100)]
fix js unit tests
Robin Appelman [Wed, 23 Dec 2015 16:23:56 +0000 (17:23 +0100)]
Also remove it from the web interface
Robin Appelman [Wed, 23 Dec 2015 16:13:41 +0000 (17:13 +0100)]
remove mention of 'filesystem_check_changes' => 2 from the config sample
Robin McCorkell [Wed, 6 Jan 2016 11:51:56 +0000 (11:51 +0000)]
Check libsmbclient-php as well as smbclient binary
Thomas Müller [Thu, 7 Jan 2016 07:45:06 +0000 (08:45 +0100)]
Merge pull request #21343 from owncloud/ldap-showremnants-json-output
Add an option to occ ldap:showremnants to output a json encoded array…
Jenkins for ownCloud [Thu, 7 Jan 2016 06:55:48 +0000 (01:55 -0500)]
[tx-robot] updated from transifex
Thomas Müller [Wed, 6 Jan 2016 16:25:12 +0000 (17:25 +0100)]
Merge pull request #20994 from owncloud/personal-page
improve layout of personal settings page
Thomas Müller [Wed, 6 Jan 2016 16:24:52 +0000 (17:24 +0100)]
Merge pull request #21349 from owncloud/web_use_sharee
Webinterface use sharee API
Thomas Müller [Wed, 6 Jan 2016 16:23:14 +0000 (17:23 +0100)]
Merge pull request #21398 from owncloud/sharing-disabled-cache
Cache isSharingDisabledForUser
Thomas Müller [Wed, 6 Jan 2016 16:22:41 +0000 (17:22 +0100)]
Merge pull request #21443 from owncloud/fix-container-lookup
Lookup the App name instead of OCA
Thomas Müller [Wed, 6 Jan 2016 16:21:43 +0000 (17:21 +0100)]
Merge pull request #21444 from owncloud/move-regenerate-below
Move regeneration of session ID into session classes
Thomas Müller [Wed, 6 Jan 2016 16:04:16 +0000 (17:04 +0100)]
Merge pull request #21459 from owncloud/make-ldap-more-robust
Make LDAP more robust to exceptions and log them properly
Thomas Müller [Wed, 6 Jan 2016 16:03:58 +0000 (17:03 +0100)]
Merge pull request #21469 from owncloud/drop-old-gallery-table
Drop oc_gallery_sharing which was removed in 8.0.0
Thomas Müller [Wed, 6 Jan 2016 16:03:18 +0000 (17:03 +0100)]
Merge pull request #21482 from owncloud/htaccess-ico-rule
Allow ico files to be served statically
Thomas Müller [Wed, 6 Jan 2016 15:57:43 +0000 (16:57 +0100)]
Merge pull request #21488 from th3fallen/patch-1
Blacklist myself
Clark Tomlinson [Wed, 6 Jan 2016 15:08:59 +0000 (10:08 -0500)]
Blacklist myself
To stop being mentioned endlessly
Roeland Jago Douma [Wed, 6 Jan 2016 10:34:12 +0000 (11:34 +0100)]
[Sharing 2.0] Some error cases report 404 instead of 403
Roeland Jago Douma [Tue, 5 Jan 2016 11:50:00 +0000 (12:50 +0100)]
[Sharing 2.0] Add L10N instance to manager for translated errors
Roeland Jago Douma [Tue, 5 Jan 2016 10:42:54 +0000 (11:42 +0100)]
[Sharing 2.0] Do not use static function to get numeric storage id
Roeland Jago Douma [Tue, 5 Jan 2016 10:00:09 +0000 (11:00 +0100)]
[Sharing 2.0] General exceptions return 403
This is the same as the old behaviour
Roeland Jago Douma [Tue, 15 Dec 2015 08:56:05 +0000 (09:56 +0100)]
Skip one intergration test until we have fixed the getshares
The new sharing code handles things differently so there is no way for
create shares to handle this all properly.
Roeland Jago Douma [Tue, 15 Dec 2015 08:55:25 +0000 (09:55 +0100)]
Make sure to login at least once for the intergration tests
Else we run into race conditions with the skeleton code
Roeland Jago Douma [Tue, 15 Dec 2015 08:54:50 +0000 (09:54 +0100)]
[Share 2.0] Enable share creation via OCS API
Roeland Jago Douma [Tue, 15 Dec 2015 08:54:12 +0000 (09:54 +0100)]
[Share 2.0] Make the share manager ready for share creation
Roeland Jago Douma [Tue, 15 Dec 2015 08:53:16 +0000 (09:53 +0100)]
[Share 2.0] Make share provider ready for create shares
Roeland Jago Douma [Tue, 15 Dec 2015 08:52:04 +0000 (09:52 +0100)]
[Share 2.0] Update share class
More getters and setters are required to properly create shares
Roeland Jago Douma [Tue, 15 Dec 2015 08:51:16 +0000 (09:51 +0100)]
[Share 2.0] Update db structure to stay backwards compatible
Morris Jobke [Tue, 5 Jan 2016 10:41:06 +0000 (11:41 +0100)]
Make LDAP more robust to exceptions and log them properly
Morris Jobke [Tue, 5 Jan 2016 16:42:20 +0000 (17:42 +0100)]
Drop oc_gallery_sharing which was removed in 8.0.0
See https://github.com/owncloud/gallery-old/commit/
c080dfe87d5eb1de8aa27b1836629b57b0316004
Morris Jobke [Wed, 6 Jan 2016 12:34:40 +0000 (13:34 +0100)]
Allow ico files to be served statically
Jörn Friedrich Dreyer [Wed, 6 Jan 2016 12:43:29 +0000 (13:43 +0100)]
Merge pull request #21473 from owncloud/fix-unit-tests-because-appstore
Inject OCSClient - Fixes master unit tests
Lukas Reschke [Tue, 5 Jan 2016 23:03:08 +0000 (00:03 +0100)]
Inject OCSClient
Fixes https://github.com/owncloud/core/issues/21451
Jenkins for ownCloud [Wed, 6 Jan 2016 06:55:16 +0000 (01:55 -0500)]
[tx-robot] updated from transifex
Jörn Friedrich Dreyer [Tue, 5 Jan 2016 14:13:52 +0000 (15:13 +0100)]
Merge pull request #21409 from JohannesKleine/patch-1
Update config.sample.php
Jörn Friedrich Dreyer [Tue, 5 Jan 2016 14:13:06 +0000 (15:13 +0100)]
Merge pull request #21377 from owncloud/login-submit-button-border-2
Remove unnecessary border from login button
Jörn Friedrich Dreyer [Tue, 5 Jan 2016 14:12:38 +0000 (15:12 +0100)]
Merge pull request #21446 from edwardcrompton/feature/21413-better-occ-user-help
Feature/21413 better occ user help
Jörn Friedrich Dreyer [Tue, 5 Jan 2016 13:50:16 +0000 (14:50 +0100)]
Merge pull request #21454 from owncloud/proper-style-sidebar-transparency
Use color instead of transparency for proper tooltip appearance
Jörn Friedrich Dreyer [Tue, 5 Jan 2016 11:36:31 +0000 (12:36 +0100)]
Merge pull request #21442 from owncloud/annotate-type
Annotate type
Morris Jobke [Tue, 5 Jan 2016 08:39:24 +0000 (09:39 +0100)]
Use color instead of transparency for proper tooltip appearance
* fixes #21436
Jenkins for ownCloud [Tue, 5 Jan 2016 06:57:14 +0000 (01:57 -0500)]
[tx-robot] updated from transifex
Edward Crompton [Mon, 4 Jan 2016 15:10:25 +0000 (15:10 +0000)]
Whitespace correction
Edward Crompton [Mon, 4 Jan 2016 15:02:24 +0000 (15:02 +0000)]
Removing the . from the end of the help response to match convention set by other messages
Edward Crompton [Mon, 4 Jan 2016 14:58:11 +0000 (14:58 +0000)]
Adding a more helpful error message for when occ is run at the console as the wrong user
Lukas Reschke [Mon, 4 Jan 2016 14:05:28 +0000 (15:05 +0100)]
Assign DB group for unit tests
Lukas Reschke [Mon, 4 Jan 2016 14:00:58 +0000 (15:00 +0100)]
Move regeneration of session ID into session classes
There were code paths that nowadays call ISession::login directly thus bypassing the desired regeneration of the session ID. This moves the session regeneration deeper into the session handling and thus ensures that it is always called. Furthermore, I also added the session regeneration to the remember me cookie plus added some test case expectations for this.
Thomas Müller [Mon, 4 Jan 2016 14:00:06 +0000 (15:00 +0100)]
Merge pull request #21393 from owncloud/fix-urlgenerator-call
No more deprecation messages in error log
Joas Schilling [Mon, 4 Jan 2016 13:47:49 +0000 (14:47 +0100)]
Lookup the App name instead of OCA
Lukas Reschke [Mon, 4 Jan 2016 13:18:01 +0000 (14:18 +0100)]
Annotate type
Otherwise static code scanners will complain about this.
Björn Schießle [Mon, 4 Jan 2016 12:40:52 +0000 (13:40 +0100)]
Merge pull request #21435 from owncloud/improved_upgrade_messages
don't show previous log level in upgrade message
Björn Schießle [Mon, 4 Jan 2016 10:50:07 +0000 (11:50 +0100)]
don't show previous log level in upgrade message
Jenkins for ownCloud [Mon, 4 Jan 2016 06:55:05 +0000 (01:55 -0500)]
[tx-robot] updated from transifex
JohannesKleine [Sat, 2 Jan 2016 20:56:45 +0000 (21:56 +0100)]
Merge branch 'master' into patch-1
Jenkins for ownCloud [Sat, 2 Jan 2016 06:54:46 +0000 (01:54 -0500)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 30 Dec 2015 16:04:37 +0000 (17:04 +0100)]
[3rdparty] Bump symfony/console to 2.8.0
Jenkins for ownCloud [Fri, 1 Jan 2016 06:55:10 +0000 (01:55 -0500)]
[tx-robot] updated from transifex
JohannesKleine [Thu, 31 Dec 2015 13:48:19 +0000 (14:48 +0100)]
Update config.sample.php
I corrected the word order.
Jenkins for ownCloud [Thu, 31 Dec 2015 06:55:16 +0000 (01:55 -0500)]
[tx-robot] updated from transifex
Thomas Müller [Wed, 30 Dec 2015 19:04:51 +0000 (20:04 +0100)]
Merge pull request #21402 from owncloud/view-getuserobject-cache
Cache usermanager instance in view
Robin Appelman [Wed, 30 Dec 2015 13:42:12 +0000 (14:42 +0100)]
Cache sharing disabled in the view
Robin Appelman [Wed, 30 Dec 2015 13:28:53 +0000 (14:28 +0100)]
Cache usermanager instance in view
Roeland Jago Douma [Wed, 30 Dec 2015 09:46:19 +0000 (10:46 +0100)]
Added js tests for the Sharee API usage
mbi [Wed, 30 Dec 2015 09:34:42 +0000 (10:34 +0100)]
Merge branch 'master' into master
Roeland Jago Douma [Wed, 23 Dec 2015 09:49:27 +0000 (10:49 +0100)]
Fix unit tests
Roeland Jago Douma [Wed, 23 Dec 2015 09:38:53 +0000 (10:38 +0100)]
Filter out share owner in sharee suggestion list
Roeland Jago Douma [Wed, 23 Dec 2015 09:16:57 +0000 (10:16 +0100)]
Web sharing uses sharee endpoint