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-09-14Change version to 9.0.54 RC1v9.0.54RC1Lukas Reschke
2016-09-14Change version to 9.0.53 RC1Lukas Reschke
2016-09-14Merge pull request #1403 from nextcloud/stable9-backport-1399Morris Jobke
[stable9] Move Travis tests to DroneCI
2016-09-14Move Travis tests to DroneCILukas Reschke
Should give us some quicker test execution speed as we're not limited by Travis Explicitly invoke with "bash" Install instance already Use newest litmus container
2016-09-13Merge pull request #1392 from nextcloud/stable9-backport-1376Roeland Jago Douma
[stable9] Allow increasing permissions for share owner
2016-09-13Allow increasing permissions for share ownerVincent Petry
In some cases, the owner of the share is also recipient through a group share. The owner must still be able to increase permissions in that situation.
2016-09-13Merge pull request #1390 from nextcloud/stable9-drone-updateMorris Jobke
[stable9] Update drone.yml layout
2016-09-13Update drone.yml layoutMorris Jobke
* add matrix * improve cline speed
2016-09-13Merge pull request #1388 from nextcloud/better-mentions-9Morris Jobke
[stable9] Try to mention 3 people that will leave comments
2016-09-13add nextcloud-bot to userBlacklistMorris Jobke
2016-09-13Try to mention 3 people that will leave commentsJoas Schilling
2016-09-09Merge pull request #1344 from nextcloud/stable9-throw-exceptions-not-printableMorris Jobke
[stable9] Don't print exception message in HTML
2016-09-09Don't print exception message in HTMLLukas Reschke
The exception message is potentially influenced by user input and could thus be confusing (e.g. somebody could try to open a file like "Please send a mail to support@foo.com", and then the message would include that string. It is thus reasonable to not show the exception message by default. Also for the browser view I added an `exit()` at the end, as otherwise the XML exception would be attached.
2016-09-08Merge pull request #1325 from ↵Joas Schilling
nextcloud/backport-1323-show-download-button-for-updates-atm-9 [stable9] Show an download button instead of the updater
2016-09-08Change updater URLJoas Schilling
2016-09-08Merge pull request #1321 from ↵Morris Jobke
nextcloud/backport-1301-fix-required-permissions-for-webdav-move-and-copy-9 [stable9] Fix required permissions for webdav move and copy
2016-09-08Fix testsJoas Schilling
2016-09-08Show an update button instead of the updaterJoas Schilling
2016-09-08Fix testsJoas Schilling
2016-09-08UPDATE permissions qualify for renaming a nodeJoas Schilling
2016-09-08Only require CREATE permissions when the file does not exist yetJoas Schilling
2016-09-07Merge pull request #1313 from nextcloud/stable9-backport-1307Lukas Reschke
[stable9] Fix layout of success message and text
2016-09-07Fix layout of success message and textMorris Jobke
2016-09-07Merge pull request #1289 from ↵Roeland Jago Douma
nextcloud/backport-1284-allow-status.php-before-install-9 [stable9] Allow to call status.php before the instance is installed
2016-09-07Merge pull request #1295 from nextcloud/stable9-backport-1292Morris Jobke
[stable9] Add icon for the theming app
2016-09-07Add icon for the theming appFelix Epp
2016-09-06Also fix "occ status"Joas Schilling
2016-09-06Don't throw 500 when not installedJoas Schilling
2016-09-06Allow to call status.php before the instance is installedJoas Schilling
2016-09-06Merge pull request #1281 from ↵Roeland Jago Douma
nextcloud/backport-1272-theming-info-capabilities-9 [stable9] Add theming information to capabilities for the client
2016-09-06Fix for Nextcloud9Joas Schilling
2016-09-06No background and logo in 10Joas Schilling
2016-09-06php 5.4 and 5.5 compatibilityJoas Schilling
2016-09-06Add image URLs and testsJoas Schilling
2016-09-06Add theming information to capabilities for the clientJoas Schilling
2016-09-01Merge pull request #1232 from ↵Roeland Jago Douma
nextcloud/backport-1224-do-not-allow-linebreak-in-paths-9 [stable9] Do not allow linebreaks and null bytes in paths
2016-09-01Add PhantomJS to gitignoreJoas Schilling
2016-09-01Also prevent null byte characterJoas Schilling
2016-09-01Filter out %0A from pathsJoas Schilling
2016-08-31Merge pull request #1182 from nextcloud/backport-870-oracle-support-9Joas Schilling
[stable9] Fix oracle support of external storage app
2016-08-31Merge pull request #1208 from ↵Roeland Jago Douma
nextcloud/backport-1190-addressbook-correctly-handle-multi-values-9 [stable9] Correctly handle multi-values when converting VCards to array
2016-08-31Add a unit test for all the magicJoas Schilling
2016-08-31Correctly handle multi-values when converting VCards to arrayJoas Schilling
2016-08-30Fix oracle support of external storage appJoas Schilling
2016-08-30Merge pull request #1175 from nextcloud/backport-1128-stable9Roeland Jago Douma
[stable9] Users page lazy multiselect group dropdowns
2016-08-30Merge pull request #1153 from nextcloud/stable9-fix-sharedstorage-hooksLukas Reschke
Fix paths returned by \OC\Files\Storage\Shared hooks (#25519)
2016-08-30Merge pull request #1155 from ↵blizzz
nextcloud/fix-server-side-share-expiration-setting-stable9 In cases where the server dictates the link share expiration the date…
2016-08-30Merge pull request #1141 from ↵blizzz
nextcloud/backport-1132-prevent-parse-error-on-editing-an-html-comment-9 [stable9] Prevent parse error on editing an HTML comment
2016-08-30Backport of Users page lazy multiselect group dropdowns #1128 to stable9Vincent Petry
Users page lazy multiselect group dropdowns Instead of pre-rendering all multiselects with lots of group entries, the current groups are now displayed as simple labels. Behind the labels there is a pencil icon like for other fields. When clicking the pencil icon, the dropdown will be spawned and will open itself. Upon closing of the dropdown, the label comes back with the updated selection and the dropdown is destroyed. Extra non-available groups also in list Fix group sorting in user list group selection
2016-08-29Merge pull request #1152 from nextcloud/butonic-patch-2Roeland Jago Douma
[stable9] lastInsertId requires the prefix (#25786)