]> source.dussan.org Git - nextcloud-server.git/shortlog
nextcloud-server.git
2012-10-30 Bart VisscherDRY for creating htaccess to protect data-directory
2012-10-30 Bart VisscherSeparate control code from class definition
2012-10-29 Sam TukeMerge pull request #147 from owncloud/htaccess-upgrade...
2012-10-29 Jenkins for... [tx-robot] updated from transifex
2012-10-29 Bart VisscherMerge pull request #136 from scambra/users-fixes
2012-10-29 Lukas ReschkeDon't use OC_Setup as it will show up the installer
2012-10-29 Lukas ReschkeGenerate .htaccess when upgrading from old versions
2012-10-29 Lukas ReschkeMerge pull request #133 from fmms/checkstyle02
2012-10-29 blizzzMerge pull request #142 from denis-b/patch-2
2012-10-29 blizzzMerge pull request #141 from denis-b/patch-1
2012-10-29 denis-bUpdate apps/files/ajax/move.php
2012-10-29 denis-bUpdate apps/files/index.php
2012-10-29 Lukas ReschkeGenerate only one CSRF token
2012-10-29 Lukas ReschkeFix a typo
2012-10-29 Bart VisscherUse files remote webdav in compatibility files/webdav.php
2012-10-29 Bart VisscherMove loading setting routing to OC_Router
2012-10-29 Bart VisscherChange search to use routing
2012-10-29 Bart VisscherMove and fix app setting navigation detect
2012-10-29 Bart VisscherRemove fixme, problem is solved already
2012-10-29 Bart VisscherRemove subnavigation key, not used
2012-10-29 Bart VisscherAdd ETag caching for Javascript routes
2012-10-29 Bart VisscherMove generating cache key from files from OC_Minimizer...
2012-10-29 scambrafix settings routes
2012-10-28 Michael GapczynskiFix MySQL install, bug fix for issue 132
2012-10-28 Michael GapczynskiCheck if error_report() is equal to 0, so suppressed...
2012-10-28 Jenkins for... [tx-robot] updated from transifex
2012-10-28 Felix MoellerNoSpaceAfterComma
2012-10-28 Michael GapczynskiTry to fix shared status icons again
2012-10-28 Michael GapczynskiFix shared status icons
2012-10-28 Lukas ReschkeMerge pull request #129 from fmms/checkstyle01
2012-10-28 Felix MoellerNoSpaceAfterComma
2012-10-28 Felix MoellerNoSpaceAfterComma
2012-10-28 Thomas Müllerdisble breaking test cases for now
2012-10-28 Robin Appelmanproperly replace fileaction icons with pngs when needed
2012-10-28 Robin Appelmanfix running app tests
2012-10-28 Robin Appelmanadd svg mimetype to default htaccess
2012-10-28 Georg Ehrkedon't move file into subdirectory if a file with the...
2012-10-28 Arthur Schiwoncheck if RUNTIME_NOAPPS is set before using it
2012-10-28 Björn Schießleadded some visual feedback is password was set
2012-10-28 Björn Schießleset password if user leaves password field (issue #57)
2012-10-28 Georg Ehrkedeny the usage of dots in database name
2012-10-28 Arthur Schiwonmake sure all filesystem apps are loaded when setupFS...
2012-10-28 Arthur Schiwonremove whitespaces, no code change
2012-10-28 Bernhard Posseltadded functions for printing escaped and unescaped...
2012-10-28 Robin Appelmanuse css to show/hide fileactions
2012-10-28 Robin Appelmancode style
2012-10-28 Jan-Christoph... add 3rdparty folder to gitignore
2012-10-28 Georg Ehrkeremove 3rdparty files
2012-10-28 Lukas Reschke->l expects two parameters
2012-10-28 Lukas ReschkeRevert "Fix a typo"
2012-10-28 Lukas ReschkeFix a typo
2012-10-27 Jenkins for... [tx-robot] updated from transifex
2012-10-27 Michael GapczynskiLoad all apps in core share ajax file for apps to regis...
2012-10-27 Thomas Müllerdon't enable user_external
2012-10-27 Arthur SchiwonLDAP: usersInGroup now also does LDAP serverside search.
2012-10-27 Arthur SchiwonLDAP: make filter in readAttribute configurable
2012-10-27 Thomas Müllerdon't enable apps twice
2012-10-27 Arthur SchiwonLDAP: getGroups to use paged searches
2012-10-27 Arthur SchiwonLDAP: improve slicing
2012-10-27 Arthur SchiwonLDAP: add error handling for failed searches
2012-10-27 Arthur SchiwonLDAP: be careful which limit is send to possible paged...
2012-10-27 Arthur SchiwonLDAP: use the correct attribute in filter
2012-10-27 Arthur SchiwonLDAP: fix again proper check if groups are enabled
2012-10-27 Arthur Schiwonremove TODO comment, it's done
2012-10-27 Bart VisscherFix introduced style errors
2012-10-27 Bart VisscherRemove wrongly committed files
2012-10-27 Björn Schießleremove remaining line from merge conflict
2012-10-27 Bart VisscherMerge remote-tracking branch 'git://github.com/susinths...
2012-10-27 Bart VisscherInclude copy of Symfony routing component, and don...
2012-10-27 Björn Schießlefix function documentation
2012-10-27 Björn Schießlefix broken paths in versions app
2012-10-27 Björn Schießledon't call $('#found_versions').chosen(); after opening...
2012-10-27 Bart VisscherFix download url generation
2012-10-27 Thomas Müllerfix paths in preeseed-config.php
2012-10-27 Bart VisscherAdd composer command for now, see
2012-10-27 Arthur SchiwonLDAP: let result processing in Access::search slice...
2012-10-27 Arthur SchiwonLDAP: debug messaged
2012-10-27 Arthur SchiwonLDAP: sourced out paged search init into initPagedSearc...
2012-10-27 Bart VisscherMerge branch 'routing'
2012-10-27 Bart VisscherMore info for composer.json
2012-10-27 Thomas Müllerexeuting tests now on apps as well - the apps repo...
2012-10-27 Bart VisscherChange Symfony/Component/Routing from submodule to...
2012-10-27 Jakob Sackfix bug
2012-10-27 Jakob SackAdd BackgroundJob::setExecutionType() to public API
2012-10-27 Jakob Sackimprove cron.php, add locking for cli cron.php
2012-10-27 Jakob SackAdd a new backgroundjob class to access the type of...
2012-10-26 Jenkins for... [tx-robot] updated from transifex
2012-10-26 Florian Hülsmannfixed user/group sharing hooks
2012-10-26 Bart VisscherSplit database setup code to functions
2012-10-26 Arthur SchiwonLDAP: let getUsers make use of paged search
2012-10-26 Arthur SchiwonLDAP: add support for paged searches.
2012-10-26 Arthur SchiwonLDAP: know, wether server supports paged search
2012-10-26 Arthur SchiwonLDAP: check for resource before unbinding
2012-10-26 Jan-Christoph... update infieldlabel script from @zawaideh to fix autofi...
2012-10-26 Thomas Müllercloses #113
2012-10-26 Florian HülsmannHook emission on sharing stuff
2012-10-26 Robin Appelmanshow/hide navigation entries after enabling/disabling app
2012-10-26 Victor DubiniukFix mimetype detection with the 'file' utility
2012-10-26 Robin Appelmanpossible fix for bombarding the server with the htacces...
2012-10-26 Jan-Christoph... separate buttons for new file and upload
next