]> source.dussan.org Git - nextcloud-server.git/shortlog
nextcloud-server.git
2011-04-16 Jakob SackMerge branch 'refactoring' of git://anongit.kde.org...
2011-04-16 Jakob SackFirst sketch of a user administration
2011-04-16 Frank KarlitschekMerge branch 'refactoring' of git.kde.org:owncloud...
2011-04-16 Frank Karlitscheknew cool ocs client, but still empty
2011-04-16 Arthur SchiwonMerge branch 'refactoring' of git://anongit.kde.org...
2011-04-16 Robin Appelmanport OC_OCS to prepared statements
2011-04-16 Robin Appelmanredirect to owncloud root after logout
2011-04-16 Arthur Schiwondon't manifold slashes in case empty $app is forwarded...
2011-04-16 Robin Appelmanpubliclink plugin
2011-04-16 Jakob SackUse OC_CONFIG where possible
2011-04-16 Jakob SackMerge branch 'refactoring' of git://anongit.kde.org...
2011-04-16 Robin Appelmanport WebDAV to prepared statements
2011-04-16 Jakob SackMake OC_CONFIG working again
2011-04-16 Jakob Sackreplaced $CONFIG_DB* with OC_CONFIG::getValue( "db*" )
2011-04-16 Jakob SackAdded a dump of the database
2011-04-16 Jakob SackMerge branch 'refactoring' of git://anongit.kde.org...
2011-04-16 Jakob SackSupport for navigation sub entries
2011-04-16 Robin Appelmanmove chmodr to OC_HELPER
2011-04-16 Robin Appelmanmove OC_DB to it's own file
2011-04-16 Robin Appelmanmerge
2011-04-16 Robin Appelmanget rid of the oc_require and friends
2011-04-16 Jakob SackFix template.php
2011-04-16 Jakob SackNew folder: /docs
2011-04-16 Jakob Sackapps are now stored in /apps
2011-04-15 Jakob SackMinor bug fixing
2011-04-15 Jakob Sackphp is not perl
2011-04-15 Jakob SackTry to make owncloud working again
2011-04-15 Jakob SackFirst version of the new user management
2011-04-08 Jakob SackFixed some small bugs
2011-04-08 Jakob SackImplementation of OC_APPCONFIG, OC_CONFIG and OC_PREFER...
2011-04-08 Jakob SackRefactoring of OC_DB
2011-03-29 Jakob Sackadded class OC_HOOK to base.php. It is in base.php...
2011-03-29 Jakob SackI changed my mind: webdav.php is for files only, so...
2011-03-18 Robin AppelmanFix a couple of minor coding errors
2011-03-17 Robin Appelmanonly load mdb2 once as it was before
2011-03-17 Matthew DawsonWhen moving a file from/to a temporary location, also...
2011-03-17 Robin Appelmanadd the option to use LIKE instead of = when getting...
2011-03-17 Robin Appelmanadded OC_FILESYSTEM::hash()
2011-03-13 Jakob SackOC_HELPER, OC_LOG and OC_TEMPLATE prepared for refactoring
2011-03-12 Jakob SackOC_CONFIG prepared for refactoring
2011-03-12 Jakob SackRefactoring OC_APPCONFIG and OC_PREFERENCES, minor...
2011-03-11 Jakob SackSmall fixes in OC_APP, removed functions in OC_UTIL...
2011-03-11 Jakob SackPreparing OC_APP. It now includes information for all...
2011-03-09 François KUBLERFixed PHP syntax in skeleton template files.
2011-03-09 François KUBLERMerge branch 'refactoring' of git.kde.org:owncloud...
2011-03-09 François KUBLERFixed PHP syntax in template files.
2011-03-09 François KUBLERFixed some typos in admins templates.
2011-03-03 Jakob SackA sample app, at the moment far from showing everything...
2011-03-03 Jakob SackBeginning of some ajax features and an admin page for...
2011-03-03 Jakob SackBase for a more flexible navigation
2011-03-03 Jakob SackNew classes for owncloud: OC_APP for applications,...
2011-03-03 Jakob SackMake it possible to use several datadirs.
2011-03-02 Jakob SackForgot to change some calls of linkTo
2011-03-02 Jakob SackAdmin pages are for admins only, right?
2011-03-02 Jakob SackApplication "files" is able to list the files again...
2011-03-02 Jakob SackAdded helper for filesize, fixed wrong name for mimetyp...
2011-03-02 Jakob SackIntroducing OC_HELPER for small helper functions; makin...
2011-03-02 Jakob SackMake the templates working again.
2011-03-02 Jakob SackGetting rid of Smarty, using our own template system
2011-03-01 Jakob SackSay Smarty to only use one compile directory. Makes...
2011-03-01 Jakob SackDeactivate all plugins for now
2011-03-01 Jakob SackStart of the refactoring. Commit is quite big because...
2011-02-09 Jonathan RiddellFix permissions on files
2011-02-09 Jonathan RiddellMore licence clarification
2011-02-09 Jonathan RiddellClarity licences more
2011-02-09 Jonathan RiddellAdd copying licence for inc/ directory for clarity
2011-02-09 Jonathan RiddellReally add AGPL file
2011-02-09 Jonathan RiddellFix licencing, make headers refer to intended AGPL...
2011-02-06 Robin AppelmanMerge branch 'master' of git.kde.org:owncloud
2011-02-06 Robin Appelmanfix ocs private data handeling.
2011-02-06 Robin Appelmanonly load mdb2 when we use the database
2011-01-31 Robin Appelmandon't hide text viewer when clicking inside the text box
2011-01-26 Robin AppelmanChange the icon to the correct one after uploading...
2011-01-23 Robin Appelmanfix ocs private data get/set queries for mysql
2011-01-22 Robin Appelmanupdate readme to reflect move to git.kde.org
2011-01-22 Robin Appelmanonly show files in the filebrowser that we can actually...
2011-01-22 Robin Appelmancheck if we can read the file before trying to get...
2011-01-22 Robin AppelmanAdd closing tag to config file.
2011-01-20 Robin Appelmanfix another typo
2011-01-20 Robin Appelmanfix typo
2011-01-20 Robin Appelmanremove debug statement
2011-01-20 Robin Appelmanadjust filebrowser to new libraries
2011-01-20 Robin Appelmancleanup event handling
2011-01-20 Robin Appelmanimprove handeling of links
2011-01-18 Robin Appelmandon't try to use *nix file premissions on windows hosts
2011-01-06 Matthew DawsonReturn a '/' instead of 'false' when listing the root...
2011-01-04 Robin AppelmanAlso allow open_file.php to be called with a path param...
2011-01-04 Robin Appelmanfix calling callBacks by id
2011-01-04 Robin AppelmanMerge branch 'master' of git://gitorious.org/owncloud...
2011-01-04 Robin Appelmandon't crash when removing an item from the breadcrump...
2011-01-04 Robin AppelmanSome common javascript functions for working with array...
2011-01-04 Robin AppelmanMerge commit 'refs/merge-requests/41' of git://gitoriou...
2011-01-04 Matthew DawsonFix a warning when there is no included files in a...
2011-01-03 Matthew DawsonAdd similar check to the canWrite function.
2011-01-03 Matthew DawsonFix a chroot issue where the path /.. (and related...
2011-01-01 Elias ProbstFix further typos in comments, too (lisen → listen).
2011-01-01 Elias ProbstFixed typo (Lisener → Listener)
2010-12-12 Robin AppelmanShow error when trying to create a file or folder that...
2010-12-05 enteUse correct attribute values for audio tag.
2010-12-05 enteOnly register the "Play" action for audio types that...
next