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
2015-10-02Added mimetype repair stepRoeland Jago Douma
* Version number increased
2015-10-01add more precise version to also repair git master instancesMorris Jobke
2015-09-188.2 beta1v8.2beta1C Montero-Luque
2015-09-17Make version.php PHP 5.3 compatible for the build scriptsVincent Petry
2015-09-15Use integer for availability instead of boolRobin McCorkell
2015-08-30Restrict upgrades to explicit allowed versionVincent Petry
version.php now contains the previous ownCloud version from which upgrades are allowed. Any other upgrades will show a message that the upgrade/downgrade is not supported.
2015-08-11Bump version patch number, fixes #18129Robin McCorkell
2015-07-24Add an update script to reset the valueJoas Schilling
In case encryption was not enabled, we accidently set encrypted = 1 for files inside mount points, since 8.1.0. This breaks opening the files in 8.1.1 because we fixed the code that checks if a file is encrypted. In order to fix the file, we need to reset the flag of the file. However, the flag might be set because the file is in fact encrypted because it was uploaded at a time where encryption was enabled. So we can only do this when: - Current version of ownCloud before the update is 8.1.0 or 8.2.0.(0-2) - Encryption is disabled - files_encryption is not known in the app config If the first two are not the case, we are save. However, if files_encryption values exist in the config, we might have a false negative here. Now if there is no file with unencrypted size greater 0, that means there are no files that are still encrypted with "files_encryption" encryption. So we can also safely reset the flag here. If this is not the case, we go with "better save then sorry" and don't change the flag but write a message to the ownCloud log file.
2015-07-14Remove index on file_target of share tableMorris Jobke
* causes issues on InnoDB because it exceeds the maximal key length of an index which is 767 (3-byte charset * varchar(512) = 1536) * fixes #17619
2015-07-08Add indexes to speedup DB queriesMorris Jobke
* file_target is often used in the sharing code in JOIN statements for retrieval of shares
2015-07-01This will be 8.2 in the futureFrank Karlitschek
2015-07-018.1 RC2v8.1RC2C Montero-Luque
2015-06-25update license headers and authorsMorris Jobke
2015-06-178.1 RC1Frank Karlitschek
2015-05-178.1 beta 2Frank Karlitschek
2015-05-088.1.0 beta 1v8.1.0beta1Frank Karlitschek
2015-05-048.1 alpha 3Frank Karlitschek
2015-04-168.1.0 alpha 2v8.1.0alpha2Frank Karlitschek
2015-04-158.1 alpha 1v8.1.0alpha1Frank Karlitschek
2015-03-26Merge pull request #14665 from owncloud/fileid-incrementMorris Jobke
SQLite autoincrement test
2015-03-26Update license headersJenkins for ownCloud
2015-03-25triger db upgrade to set autoincrement for sqliteRobin Appelman
2015-02-28This is not 8.1 pre alphaFrank Karlitschek
2015-02-27Merge pull request #14530 from owncloud/revert-14403Thomas Müller
Revert "Updating license headers"
2015-02-26Revert "Updating license headers"Morris Jobke
This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
2015-02-25expand cron argument column to 2048Robin Appelman
2015-02-23Updating license headersJenkins for ownCloud
2015-02-13Update version to a higher one then beforeJoas Schilling
2015-02-13Revert "Incorporate review changes"Joas Schilling
This reverts commit f6a452cabf02e4a8005f874a77754f68abbc8fa5.
2015-02-12Incorporate review changesLukas Reschke
2015-02-068.0 finalv8.0.0Frank Karlitschek
2015-02-058.0.0 RC2v8.0.0RC2Frank Karlitschek
2015-01-288.0.0 RC1v8.0.0RC1Frank Karlitschek
2015-01-268.0 beta 2v8.0.0beta2Frank Karlitschek
2015-01-18increase version. This time for realFrank Karlitschek
2015-01-188.0.0 beta 2v8.0.0beta1Frank Karlitschek
2015-01-118.0.0 alpha 2v8.0.0alpha2Frank Karlitschek
2015-01-028.0 alpha 1v8.0.0alpha1Frank Karlitschek
2014-12-31jump to 8.0.0.0 The test upgrade and installation of apps realistic.Frank Karlitschek
Don´t open the champaign yet. This is obviously not the final release. ;-) The final will have the version number 8.0.0.x
2014-12-25Automatically detect the edition based on the enterprise_key app.Frank Karlitschek
2014-09-03Increment versionLukas Reschke
2014-07-07Revert "fix version number - @karlitschek ;)"Morris Jobke
This reverts commit f1b3e03f7fdb6272bbc4320d75b8bb0df4a05557.
2014-07-04fix version number - @karlitschek ;)Morris Jobke
2014-07-04master if 8.0 pre alpha nowFrank Karlitschek
2014-06-28trigger db updateMorris Jobke
2014-06-267.0 beta 1v7.0.0beta1Frank Karlitschek
2014-06-227.0.0 alpha 2v7.0.0alpha2Frank Karlitschek
2014-06-11increase to 7.0 alpha 1Frank Karlitschek
2014-06-05- drop permissions table and related codeThomas Müller
- the file/folder's permission is now stored in the file cache - BackGroundWatcher has been removed - this has meanwhile be replaced by occ files:scan which can be executed in a cron jobs - increase version to trigger database migration
2014-05-28# This is a combination of 2 commits.Thomas Müller
# The first commit's message is: adding tests for long paths increment path field in database up to 4000 (maximum for Oracle - otherwise we could use php's 4096) increment version to trigger database migration adding unit test for too long path # This is the 2nd commit message: fix too long path