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
AgeCommit message (Collapse)Author
2016-08-29Merge pull request #1149 from nextcloud/stable9-database-reconnectRoeland Jago Douma
[9.0] Before a user is getting scanned the database connection is re-…
2016-08-29In cases where the server dictates the link share expiration the date is not ↵Thomas Müller
updated on consequitive changes and enable/disable actions
2016-08-29Fix paths returned by \OC\Files\Storage\Shared hooks (#25519)Vincent Petry
Fixes #23620
2016-08-29[stable9] lastInsertId requires the prefix (#25786)Jörn Friedrich Dreyer
backport of https://github.com/owncloud/core/pull/25764
2016-08-29[9.0] Before a user is getting scanned the database connection is re-establishedThomas Müller
2016-08-29Prevent parse error on editing an HTML commentJoas Schilling
2016-08-22Merge pull request #1004 from ↵Roeland Jago Douma
nextcloud/backport-978-add-feedback-for-password-change-9 [stable9] Add feedback for password change
2016-08-2225532_issue_password_update_notification_updated (#25756)Jack Davis
* Password Update Notification Added an IF ELSE statement to ensure that feedback is provided to the user on successfully updating a user password in settings. * Password Update Success Message Updated the password update success message
2016-08-19Merge pull request #962 from nextcloud/fix-caldavtester-stable9Lukas Reschke
[stable9] Move over to new CalDAVTester repo (#25859)
2016-08-19Move over to new CalDAVTester repo (#25859)Thomas Müller
* Move over to new caldac tester repo * no run.py anymore
2016-08-18Merge pull request #933 from nextcloud/backport-930-check-isset-require-9Morris Jobke
[stable9] Fix "Undefined index" when the values do not exist
2016-08-18Fix "Undefined index" when the values do not existJoas Schilling
2016-08-18Merge pull request #911 from nextcloud/stable9_864Joas Schilling
[Stable9] Ensure the user exists before calling a method on it
2016-08-17Backport of #864Roeland Jago Douma
* 26342061b9b9767577a0f5eee16afd36e3b8b0b1 * 264aaf9ffaf71b2fc8a6bd2f5d5c9bf4a6d403de
2016-08-17Merge pull request #901 from nextcloud/backport-890-quota-unlimited-via-api-9Marius Blüm
[stable9] Allow to retrieve the quota itself via the provisioning api
2016-08-17Allow to retrieve the quota itself via the provisioning apiJoas Schilling
2016-08-16Merge pull request #888 from nextcloud/stable9_855Björn Schießle
[Stable9] Add files drop capability for clients
2016-08-15Add files drop capability for clientsRoeland Jago Douma
2016-08-10Merge pull request #818 from nextcloud/jail-root-stable9Lukas Reschke
getJailedPath expects to have a trailing /
2016-08-10Merge pull request #826 from nextcloud/add-warning-for-php7.1-stable9Lukas Reschke
[stable9] Nextcloud is not compatible with PHP 7.1
2016-08-10[stable9] Nextcloud is not compatible with PHP 7.1Lukas Reschke
Make the code fail hard before people update and then experience some half-broken stuff. See also https://github.com/nextcloud/docker-ci/issues/10
2016-08-10getJailedPath expects to have a trailing /Bjoern Schiessle
2016-08-09Merge pull request #793 from nextcloud/stable9-backport-786Björn Schießle
[stable9] log class name, ID only is hard to debug
2016-08-09log class name, ID only is hard to debugJörn Friedrich Dreyer
2016-08-05Merge pull request #749 from nextcloud/stable9-backport-name-changesMorris Jobke
[stable9] correct name
2016-08-05ownCloud -> NextcloudDaniel Hansson
2016-08-03Merge pull request #707 from ↵Björn Schießle
nextcloud/backport-637-prevent-delete-update-on-group-shares-9 [stable9] Do not allow to delete/update group shares as a group member
2016-08-03Add intergration testRoeland Jago Douma
2016-08-03Do not allow to delete/update group shares as a group memberJoas Schilling
2016-08-01Merge pull request #690 from nextcloud/fix-contact-downloadJan-Christoph Borchardt
[stable9] Added white download icons
2016-08-01Merge pull request #594 from nextcloud/ldap-avoidneedlesssetemailonlogin-stable9Morris Jobke
[stable9] Prevent setting email and triggering events at login time (#25531)
2016-08-01Added white download iconsskjnldsv
2016-07-30Merge pull request #655 from nextcloud/add-quotaplugin-v2-stable9Morris Jobke
[stable9] Adding quota plugin to new dav endpoint
2016-07-30[stable9] Transifex Owncloud > NextCloud (#669)Frédéric LIETART
* [stable9] Transifex Owncloud > NextCloud * [Stable9] Transifex Owncloud > Nextcloud
2016-07-30Merge pull request #623 from nextcloud/stable9-fix-searchbox-backgroundMorris Jobke
[stable9] fix searchbox background
2016-07-29theming tests need to be fixedMorris Jobke
2016-07-29[stable9] Adding quota plugin to new dav endpointLukas Reschke
Backport of https://github.com/nextcloud/server/pull/648
2016-07-28Merge pull request #587 from ↵Lukas Reschke
nextcloud/fixing-undefined-OfflineUser-composeAndStoreDisplayName-stable9 [stable9] Fix undefined OfflineUser::composeAndStoreDisplayName()
2016-07-28Merge pull request #629 from nextcloud/stable9-backport-612Morris Jobke
[stable9] libxml - compare against loaded version
2016-07-28libxml - compare against loaded versionMorris Jobke
* if the compiled in version is older than the loaded version Nextcloud doesn't work * uses the loaded libxml version to check against fixes #205
2016-07-28also adjust log in background color in themeJan-Christoph Borchardt
2016-07-28fix searchbox overlapping on mobileJan-Christoph Borchardt
2016-07-28Merge pull request #615 from nextcloud/stable9-ns-server-contributing.mdMarius Blüm
[stable9] change core to server - backport of #533
2016-07-28change core to serverOlivier Paroz
2016-07-27Merge pull request #589 from nextcloud/stable9-app-iconsBjörn Schießle
[stable9] Add app icons for Comments and Tags
2016-07-27Prevent setting email and triggering events at login time (#25531)Vincent Petry
Whenever an LDAP user also has an email address defined in LDAP, the LDAP code will try and update the email address of the locally known user. This happens at login time or every time the user's LDAP attributes are processed. There is code listening to the email setting hook which updates the system address book, which also will trigger FS setup due to avatars and other things. This fix only sets the email address when really necessary.
2016-07-27Add icon for tags appMarius Blüm
2016-07-27Add icon for comments appMarius Blüm
2016-07-27Fix undefined OfflineUser::composeAndStoreDisplayName() - fixes #23248 (#25598)Thomas Müller
2016-07-27Merge pull request #570 from nextcloud/stable9-fix-theme-logo-positionWilliam Bargent
[stable9] fix theme logo position