Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2015-07-16Merge pull request #17158 from ↵Morris Jobke
owncloud/backport-15772-no-permission-restriction-for-owner [stable8] Backport 15772 no permission restriction for owner
2015-07-06[updater] mark failure in redMorris Jobke
2015-07-06[updater] propagate error case properlyMorris Jobke
* add $success to the updateEnd hook * add new return code for a update failure * add exception class to failure hook message
2015-06-25Added unit test for reshare by share ownerVincent Petry
Conflicts: core/js/tests/specs/shareSpec.js
2015-06-25Do not restrict permissions for the original ownerJoas Schilling
Conflicts: core/js/share.js
2015-06-16Merge pull request #16744 from owncloud/backport-15260Vincent Petry
[stable8] Backport scrollbar fixes
2015-06-09Merge pull request #16596 from owncloud/backport-16565Joas Schilling
Add check for availability of /dev/urandom
2015-06-09Upgrade jquery-migrate to 1.2.1Morris Jobke
2015-06-04fix scrutinizer issuesJan-Christoph Borchardt
2015-06-04adjust controls bar width to not overlay scrollbarJan-Christoph Borchardt
2015-06-03Add min-height to login page for IE8 and IE9Morris Jobke
2015-06-03Revert "fix theme in IE8 and IE9"Morris Jobke
This reverts commit bb79a6b4f0a94e82c723b90d193a4391f725fb23.
2015-05-28Merge pull request #16423 from rullzer/backport_15738Morris Jobke
[stable8] Fix to make sure expiration date is properly set
2015-05-27Add check for availability of /dev/urandomLukas Reschke
Backport of https://github.com/owncloud/core/pull/16565 to stable8
2015-05-27Merge pull request #16416 from owncloud/stable8-16415Morris Jobke
[stable8] fix theme in IE8 and IE9
2015-05-21Skip disable3rdParty AppsSteffen Lindner
2015-05-18Fix to make sure expiration date is properly setRoeland Jago Douma
This did not happen correctly when the password was enforced since a different code path was taken. * moved generation of the default date string to separate function * added unit test
2015-05-18fix theme in IE8 and IE9Morris Jobke
2015-05-13Merge pull request #15797 from owncloud/stable8-backport-15489Jörn Friedrich Dreyer
Stable8 backport 15489
2015-04-23more robust share dialogMorris Jobke
2015-04-23do not disclose information, show generic error on login pageJörn Friedrich Dreyer
Conflicts: core/templates/login.php lib/base.php
2015-04-14fix filepickerMorris Jobke
* add ability to filter for mimetype * fixes #15526 * fixes #11563
2015-04-12Add "Reply-To" support for sharing notificationsLukas Reschke
Very hacky backport of https://github.com/owncloud/core/pull/15541 - I changed the code path to use OC_Mail instead the OCP pendant since I didn't want to modify the public API. (OCP\Util::sendMail() is anyways deprecated with 8.1)
2015-03-25do not show update notification on mobile, fix overlapping of header menus, ↵Jan-Christoph Borchardt
fix #10544
2015-03-23Remove hard dependency on cURL for 8.0Lukas Reschke
This removes the recently introduced hard dependency on cURL for 8.0, for 8.1 it will still stay there. Instead a warning will now be shown to the user asking to install the PHP cURL extension within the administrative interface of ownCloud.
2015-03-16Properly forward repair errors and warningsVincent Petry
This makes repair errors and warnings visible for the user when upgrading on the command line or in the web UI.
2015-03-11Merge pull request #14755 from owncloud/backport/14753Morris Jobke
[stable8] Verify CSRF token already in update.php and not the EventSource code
2015-03-09Maintenance mode message might be misleadingJoas Schilling
2015-03-09Verify CSRF token already in update.php and not the EventSource codeLukas Reschke
Issue report: > Hum, well I upgraded the package then visited the web interface to trigger the update and it failed; the UI would say there was a possible CSRF attack and after that it'd be stuck in maintenance mode. Tried a few times (by editing maintenance to false in owncloud.conf) and same result each time. That smells partially like an issue caused by our EventSource implementation, due to legacy concerns the CSRF verification happens within the EventSource handling and not when the actual endpoint is called, what happens here then is: 1. User has somehow an invalid CSRF token in session (or none at all) 2. User clicks the update button 3. Invalid CSRF token is sent to update.php - no CSRF check there => Instance gets set in maintenance mode 4. Invalid CSRF token is processed by the EventSource code => Code Execution is stopped and ownCloud is stuck in maintenance mode I have a work-around for this problem, basically it verifies the CSRF token already in step 3 and cancels execution then. The same error will be shown to the user however he can work around it by refreshing the page – as stated by the error. I think that’s an acceptable behaviour for now: INSERT LINK To verify this test: 1. Delete your ownCloud cookies 2. Increment the version in version.php 3. Try to upgrade => Before the patch: Instance shows an error, is set to upgrade mode and a refresh does not help => After the patch: Instance shows an error, a refresh helps though. This is not really the best fix as a better solution would be to catch such situations when bootstrapping ownCloud, however, I don’t dare to touch base.php for this sake only, you never know what breaks then… That said: There might be other bugs as well, especially the stacktrace is somewhat confusing but then again it installing ownCloud under /usr/share/owncloud/ and I bet that is part of the whole issue ;-)
2015-02-27Append search results to custom containerRaimund Schlüßler
* fixes #13968 * fix variable already defined
2015-02-26print app upgrade information to console as wellThomas Müller
2015-02-263rd-party apps are disabled on upgrade - refs #14026Thomas Müller
Conflicts: lib/private/app.php
2015-02-19Fix #14310Raimund Schlüßler
2015-02-19Merge pull request #14373 from owncloud/fix-nav-s8Morris Jobke
Backport #14338 to stable8
2015-02-19if no link text has been set for the navigation show the link nonethelessBernhard Posselt
2015-02-19Remove old l10n filesJoas Schilling
2015-02-12generate valid human readable text for 0 - fixed #9342Thomas Müller
2015-02-06[tx-robot] updated from transifexJenkins for ownCloud
2015-02-06[tx-robot] updated from transifexJenkins for ownCloud
2015-02-06Update installation.phpcmeh
In line 161, "SQLite" has now the same capitalisation as in line 159.
2015-02-06[tx-robot] updated from transifexJenkins for ownCloud
2015-02-05Don't highly discourageThomas Müller
2015-02-05Merge pull request #13907 from owncloud/enhance-sqlite-warningBernhard Posselt
enhance sqlite warning on admin page as well as during setup
2015-02-05[tx-robot] updated from transifexJenkins for ownCloud
2015-02-04enhance sqlite warning on admin page as well as during setup - fixes #13906Thomas Müller
2015-02-04[tx-robot] updated from transifexJenkins for ownCloud
2015-02-03Merge pull request #13843 from owncloud/fix-files-disabledThomas Müller
Fix disabled files app
2015-02-03[tx-robot] updated from transifexJenkins for ownCloud
2015-02-03Disallow disabling of files appMorris Jobke
2015-02-01Add unit tests for empty tokenLukas Reschke