Commit Graph

351 Commits (master)

Author SHA1 Message Date
Christoph Wurst c58d8159d7
Create session tokens for apache auth users 8 years ago
Victor Dubiniuk 6c70e847dd Add bzip2 to known mimetypes 8 years ago
Lukas Reschke aba539703c
Update license headers 8 years ago
C Montero-Luque ea6506ac1e 9.1.0 beta 1 8 years ago
Christoph Wurst ad10485cec
when generating browser/device token, save the login name for later password checks 8 years ago
Vincent Petry b40c0bad96
Increase version for DB addition 8 years ago
Christoph Wurst c28e462583
Use CLOB for auth token names to allow long user agent strings 8 years ago
Christoph Wurst 18704a9fc8
increase version number to trigger db migration 8 years ago
Joas Schilling 8885cb1eb9 Increase all versions on master which is now 9.1 8 years ago
Lukas Reschke 933f60e314 Update author information
Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
8 years ago
Arthur Schiwon b3ac81f134 exchange user_id_key for a unique one. 8 years ago
Arthur Schiwon 9250704ecb add index definitions for comments tables 8 years ago
Joas Schilling 24c7f38a00 Make sure we can store strings as per the interface 8 years ago
C Montero-Luque 99051cdbe5 9.0.0 beta 2 8 years ago
C Montero-Luque c392cc2b8f 9.0.0 beta 1 8 years ago
Faruk Uzun 6ffd8f3e0d Introduce some mimetypes for richdocuments
* application/vnd.lotus-wordpro
* application/vnd.visio
* application/vnd.wordperfect
* application/msonenote
8 years ago
Roeland Jago Douma 2035a179bc Add store/retrieve checksums
* Add extra db column to filecache
* Bump version
* Update filecache code to actually handle checksum
* Webdav code to store/retrieve checksums
8 years ago
Arthur Schiwon 01cdc70f9c introduce comments read marke tables, comes with user cleanup after deletion 8 years ago
Vincent Petry 7d1416fe12 Increase version due to new tables 8 years ago
Thomas Müller 682821c71e Happy new year! 9 years ago
Roeland Jago Douma 6c77d1734e [Share 2.0] Update db structure to stay backwards compatible 9 years ago
Lukas Reschke 002e719789 Set "SetEnv" within base `.htaccess` file
mod_rewrite as used by the front controller may require a `RewriteBase` in case the installation is done using an alias. Since we cannot enforce a writable `.htaccess` file this will move the `front_controller_active` environment variable into the main .htaccess file. If administrators decide to have this one not writable they can still enable this feature by setting the `front_controller_active` environment variable within the Apache config.
9 years ago
Joas Schilling 3c5a6b829e Allow DI the system tag stuff without Application class 9 years ago
Roeland Jago Douma 5e8256beb8 [Sharing 2.0] Add a new db column for the file owner
We need to store the owner of a file in the db to do efficient queries
on the owner of a file. Without this we need to construct fill paths for
each file id in the table and see who the owner of a file is. Which does
not scale.
9 years ago
Morris Jobke 3778680f3f Drop unused tables principalgroups and principals
* was removed in 3e84f170e7
9 years ago
Lukas Reschke 8f09d5b67c Update license headers 9 years ago
Morris Jobke ee42e9d489 increase core version and add dav version number 9 years ago
Joas Schilling 6ca58cd856 Master is now 9.0.0 development 9 years ago
C Montero-Luque 58b8571454 8.2 RC1 9 years ago
Morris Jobke b945d71384 update licence headers via script 9 years ago
Roeland Jago Douma c80dd82fe4 Added mimetype repair step
* Version number increased
9 years ago
Morris Jobke cc0812332c add more precise version to also repair git master instances 9 years ago
C Montero-Luque 9d1885a535 8.2 beta1 9 years ago
Vincent Petry 180ad9e7df Make version.php PHP 5.3 compatible for the build scripts 9 years ago
Robin McCorkell 5ca690e2f8 Use integer for availability instead of bool 9 years ago
Vincent Petry 2b08659f7d Restrict upgrades to explicit allowed version
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.
9 years ago
Robin McCorkell fa8b1074e8 Bump version patch number, fixes #18129 9 years ago
Joas Schilling 20cf8ec205 Add an update script to reset the value
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.
9 years ago
Morris Jobke ff5bd9d918 Remove index on file_target of share table
* 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
9 years ago
Morris Jobke 4a37d565bd Add indexes to speedup DB queries
* file_target is often used in the sharing code in JOIN statements for retrieval of shares
9 years ago
Frank Karlitschek 2eb9936d77 This will be 8.2 in the future 9 years ago
C Montero-Luque e7a30e091d 8.1 RC2 9 years ago
Morris Jobke f63915d0c8 update license headers and authors 9 years ago
Frank Karlitschek d5ef1f28ce 8.1 RC1 9 years ago
Frank Karlitschek 3abc6e6c44 8.1 beta 2 9 years ago
Frank Karlitschek e9de60f971 8.1.0 beta 1 9 years ago
Frank Karlitschek 55b2570f64 8.1 alpha 3 9 years ago
Frank Karlitschek 59161774e4 8.1.0 alpha 2 9 years ago
Frank Karlitschek f50798a674 8.1 alpha 1 9 years ago
Morris Jobke 70e64822b9 Merge pull request #14665 from owncloud/fileid-increment
SQLite autoincrement test
9 years ago
Jenkins for ownCloud b585d87d9d Update license headers 9 years ago
Robin Appelman fc0c4990d5 triger db upgrade to set autoincrement for sqlite 9 years ago
Frank Karlitschek 95e3c56d2a This is not 8.1 pre alpha 9 years ago
Thomas Müller f72f9e0159 Merge pull request #14530 from owncloud/revert-14403
Revert "Updating license headers"
9 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers"
This reverts commit 6a1a4880f0.
9 years ago
Robin Appelman 6fc0eb0236 expand cron argument column to 2048 9 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 9 years ago
Joas Schilling 113fd47a0b Update version to a higher one then before 9 years ago
Joas Schilling 6039523cd6 Revert "Incorporate review changes"
This reverts commit f6a452cabf.
9 years ago
Lukas Reschke f6a452cabf Incorporate review changes 9 years ago
Frank Karlitschek df2808eec8 8.0 final 9 years ago
Frank Karlitschek defe41ee4e 8.0.0 RC2 9 years ago
Frank Karlitschek 6da204bcf8 8.0.0 RC1 9 years ago
Frank Karlitschek 0f3f20d134 8.0 beta 2 9 years ago
Frank Karlitschek ca442dfc97 increase version. This time for real 10 years ago
Frank Karlitschek 8285744e4a 8.0.0 beta 2 10 years ago
Frank Karlitschek f3c43f0a81 8.0.0 alpha 2 10 years ago
Frank Karlitschek ac6c7845f0 8.0 alpha 1 10 years ago
Frank Karlitschek c16cb74ba2 jump to 8.0.0.0 The test upgrade and installation of apps realistic.
Don´t open the champaign yet. This is obviously not the final release. ;-)
The final will have the version number 8.0.0.x
10 years ago
Frank Karlitschek 3dea2b95c6 Automatically detect the edition based on the enterprise_key app. 10 years ago
Lukas Reschke dbbdcff862 Increment version 10 years ago
Morris Jobke 694bcc6813 Revert "fix version number - @karlitschek ;)"
This reverts commit f1b3e03f7f.
10 years ago
Morris Jobke f1b3e03f7f fix version number - @karlitschek ;) 10 years ago
Frank Karlitschek 2e15c64825 master if 8.0 pre alpha now 10 years ago
Morris Jobke 2b8745842b trigger db update 10 years ago
Frank Karlitschek 63a50bb3f7 7.0 beta 1 10 years ago
Frank Karlitschek e30dac9afb 7.0.0 alpha 2 10 years ago
Frank Karlitschek 7742791bc2 increase to 7.0 alpha 1 10 years ago
Thomas Müller da3974bcb2 - drop permissions table and related code
- 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
10 years ago
Thomas Müller a2e4bc8d33 # This is a combination of 2 commits.
# 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
10 years ago
Lukas Reschke e88731a477 Some more PHPDoc fixes 10 years ago
Vincent Petry 082c4cda50 Increase version to trigger upgrade related to .ocdata 10 years ago
Robin Appelman 47245e7417 Add index on oc_appconfig for appid 11 years ago
Frank Karlitschek 125dff8997 master is ownCloud 7 pre alpha now 11 years ago
Frank Karlitschek c2e83e635d ownCloud 6 RC2 11 years ago
Frank Karlitschek f361036cf8 ownCloud 6 RC1 11 years ago
Frank Karlitschek c2ccf4a6b3 beta 5 is here 11 years ago
Frank Karlitschek 16dce51917 increase version number to trigger a DB migration to get more testers for the new indexes. 11 years ago
Frank Karlitschek cd4a816c11 beta 4 11 years ago
Frank Karlitschek b9aec16037 ownCloud 6 beta 3 11 years ago
Frank Karlitschek edafd29630 increase version number to trigger db migration 11 years ago
Lukas Reschke de57e36b6b Fix typo
Whooah! - I'm even committing this total important change without peer review ;-)
11 years ago
Frank Karlitschek c3b48c69db beta 2 11 years ago
Frank Karlitschek c7621badf3 beta 1 11 years ago
Frank Karlitschek d9972fae62 6.0 alpha 2 11 years ago
Frank Karlitschek 7cf81f2d12 show the channel. Also mark git as git channel so that someone can see where this build comes from 11 years ago
Frank Karlitschek 45510f2fe0 6.0 alpha 1 11 years ago
Bjoern Schiessle fd34c969d2 increase version number to trigger db update 11 years ago
Frank Karlitschek 6cda88b49d add explanation 11 years ago
Frank Karlitschek bf0f3bf0da use a 4 digit number 11 years ago
Frank Karlitschek 2cf26ee0b1 put the current version and edition into a seperate file to simplify packaging. introduce update channels and build version for automated channel updates. More about that later
Conflicts:
	lib/ocsclient.php
	lib/util.php
11 years ago