]> source.dussan.org Git - nextcloud-server.git/shortlog
nextcloud-server.git
2014-07-28 Vincent PetrySet version AFTER a successful update
2014-07-28 Lukas ReschkeVerify whether the URL is valid
2014-07-25 Björn SchießleMerge pull request #9892 from owncloud/fix_sharing_upda...
2014-07-25 Bjoern Schiesslefix sharing update, add proper escaping
2014-07-24 Vincent PetryFix preview animation on uploading
2014-07-24 Thomas Müller- adding default value for $recoveryPassword
2014-07-24 Thomas Müllerregister type mappings for unknown/unsupported mysql...
2014-07-24 Thomas MüllerAdding test which breaks because bit and/or enum dataty...
2014-07-23 Vincent PetryPrevent cron.php to trigger apps updating
2014-07-23 Thomas Mülleronly commit in case a transaction is active
2014-07-23 Robin AppelmanFix remote share when remote server is installed at...
2014-07-23 Remco BrenninkmeijerBackport of sorting fix from master
2014-07-22 Frank Karlitschekupdated the 7.0.0 release with some last minute fixes
2014-07-22 Thomas MüllerMerge pull request #9777 from owncloud/fix-chunked...
2014-07-22 Thomas MüllerMerge pull request #9775 from owncloud/backport-9738...
2014-07-22 Thomas Mülleradding special handling of checkPrecondition() for...
2014-07-22 Lukas ReschkeRemove uneeded `strip_tags`
2014-07-22 Andreas FischerExtract Auth Header logic into new function handleAuthH...
2014-07-22 Andreas FischerDeduplicate user/password extraction from alternative...
2014-07-21 Frank Karlitschek7.0.0 v7.0.0
2014-07-21 Joas SchillingCorrectly use groups parameter only when its not empty
2014-07-21 Thomas Müllerperm -> permissions
2014-07-21 Joas SchillingDo not force isAdmin as true and so the list is filtere...
2014-07-21 Joas SchillingFix username for subadmins and only send subadmin groups
2014-07-21 Vincent PetryMerge pull request #9723 from dupondje/stable7
2014-07-20 Thomas MüllerMerge pull request #9749 from owncloud/backport-9672...
2014-07-20 Vincent PetryAdded test of OCS privatedata to trigger key duplication
2014-07-20 Andreas FischerDocument why we have to check with defined() first.
2014-07-20 Andreas FischerMake MySQL return "number of found rows" instead of...
2014-07-20 Morris JobkeMerge pull request #9742 from owncloud/fix-repair-innod...
2014-07-20 Arthur Schiwon$.unique works only for DOM elements
2014-07-20 Andreas FischerPass existing Net_SFTP object into Net_SFTP_Stream.
2014-07-19 Thomas Müllercheck if $tables is an array
2014-07-19 Lukas ReschkeMerge pull request #9706 from owncloud/keep_session_in_...
2014-07-18 Arthur SchiwonBackport #9576
2014-07-18 Jean-Louis... Small translation fix. Fixes: #9719
2014-07-18 Andreas Fischerlogin() must be called after getServerPublicHostKey().
2014-07-18 Jörn Friedrich... fix user session tests by making them update \OC::...
2014-07-18 Frank Karlitschekupdate upstore api url v7.0.0RC3
2014-07-18 Frank Karlitschekupdate the appstore api url
2014-07-18 Frank Karlitschek7.0.0 RC3
2014-07-17 Thomas MüllerMerge pull request #9690 from owncloud/kill-too-long...
2014-07-17 Thomas MüllerRevert "add share index"
2014-07-17 Thomas Müllerkill unused require of MapperTestUtility.php
2014-07-17 Vincent PetryFixed JS and CSS issues in users page
2014-07-17 Thomas Müllerfixing namespace of MapperTestUtility
2014-07-17 Vincent PetryMerge pull request #9674 from owncloud/stable7-9647
2014-07-17 Bjoern Schiesslecheck that the file proxies are enabled after each...
2014-07-17 Bjoern Schiessleupdate keys recursively if a folder was moved
2014-07-17 Jörn Friedrich... keep session in sync
2014-07-17 Thomas MüllerMerge pull request #9695 from owncloud/revert-backport...
2014-07-17 Thomas MüllerRevert "files: storage: rename should check parent...
2014-07-17 Thomas MüllerRevert "Fix renaming files in the root folder of a...
2014-07-17 Robin AppelmanFix renaming files in the root folder of a MappedLocal...
2014-07-16 Morris Jobkefix CSS coding style
2014-07-16 Stephane VFix #9590. Fix #9612.
2014-07-16 Tigran Mkrtchyanfiles: storage: rename should check parent directories...
2014-07-16 Robin McCorkellAdd unit test for multi-user configuration loading
2014-07-16 Bjoern Schiessleintroduce some encryption exceptions and catch addition...
2014-07-16 Bjoern Schiesslemake sure that the crypt library is loaded
2014-07-16 Vincent PetryCorrectly return the owner display name for children...
2014-07-16 Vincent PetryMerge pull request #9584 from anexia-it/bug-9583
2014-07-16 Bjoern Schiesslemake sure that 'OC_Theme' exists before checking if...
2014-07-15 Jörn Friedrich... fix logger implementation and test
2014-07-15 Jörn Friedrich... mkae getRelativePath of file search results overwriteab...
2014-07-15 Jörn Friedrich... return relative path
2014-07-15 Jörn Friedrich... use fileinfo object in search results
2014-07-15 DeLtAfOxbackport of #9628
2014-07-15 Lukas ReschkeUpdate info.xml
2014-07-15 Vincent Petry- Added test to trigger index id error
2014-07-15 libasysUpdate share.php
2014-07-15 Bjoern Schiesslethrow exception if file is to large for trash bin
2014-07-15 Philippe JungBackport of #9570
2014-07-15 Stephan PeijnikUpdated code to reflect changes introduced to \OC\Group...
2014-07-15 Stephan PeijnikUse is_null() instead of empty() when checking the...
2014-07-15 Stephan PeijnikDo not remove spaces from group IDs in \OC\Group\MetaDa...
2014-07-15 Stephan PeijnikRenamed $grp to $group in foreach loop.
2014-07-15 Stephan PeijnikFix indentation.
2014-07-15 Stephan PeijnikFixes #9583
2014-07-15 Thomas Müllerreduce share action text to the user name only
2014-07-15 Arthur SchiwonBackport of #9562
2014-07-14 Robin AppelmanUse the correct path when building the FileInfo for...
2014-07-14 Thomas Müllerappend file extension to the temporary file which conta...
2014-07-14 Robin AppelmanRemove deleted versions from the cache
2014-07-14 Robin AppelmanDont delete versions as local files
2014-07-14 Robin AppelmanExpose the user manager in the public server container
2014-07-14 Robin AppelmanAdd public interfaces for User, UserManager and UserSession
2014-07-14 Daniel HanssonFix for #9422
2014-07-14 Vincent PetryAdded mountType attribute and adapted Delete action...
2014-07-14 Andreas FischerAdd short description explaining how SFTP ext storage...
2014-07-14 Andreas FischerThe file providing the sftp:// scheme needs to be inclu...
2014-07-14 Georg Ehrkeimprove check for duplicate apps
2014-07-14 Georg Ehrkeadd proper version comparision in OC_Installer::isUpdat...
2014-07-14 Frank Karlitschek7RC2 v7.0.0RC2
2014-07-10 Vincent PetryPropagate file action changes to the file lists
2014-07-10 Thomas Müllerfixing JS syntax errors
2014-07-10 Arthur Schiwonincrement group counters when a user is created
2014-07-10 Thomas Mülleradding 'groups' entry to remote apps
2014-07-10 Thomas Müllerfixing typos
2014-07-10 Robin Appelmandebounce the search function
next