]> git.mxchange.org Git - quix0rs-gnu-social.git/shortlog
quix0rs-gnu-social.git
2020-03-29 Roland Haeder*** Privacy Leak fixed: ***
2020-03-29 Roland HaederAdded missing isPrivateScope().
2020-03-29 Roland HaederMisses this file to merge. I like the comments.
2020-03-29 Roland HaederNo more needed (for this fix) but maybe later. So I...
2020-03-29 Roland Haedertypo fixed ...
2020-03-29 Roland HaederOpps, PEAR sucks. Need to call find() before fetch...
2020-03-29 Roland HaederNeeded to add notice_id to selected fields ... :-(
2020-03-29 Roland Haederfetch() must work to get this check passed.
2020-03-29 Roland Haeder??? Not Notice_tag?
2020-03-29 Roland Haeder??? Not callable?
2020-03-29 Roland HaederIntroduced isCurrentProfileInScope() which shall check...
2020-03-29 Roland HaederGrrr, not fixed. So adding debug lines.
2020-03-29 Roland HaederPossible hack for tags from private dents in public...
2020-03-29 Roland HaederProfile::current() suits better here.
2020-03-29 Roland HaederSave some memory + added type-hint.
2020-03-29 Roland HaederAdded debug lines, the first attempt didn't work and...
2020-03-29 Roland HaederCheck scope, else a privacy leaks happens this way:
2020-03-29 Roland HaederAdded checked type-hints
2020-03-29 Roland Haeder'checked' must be false because else the browser won...
2020-03-29 Roland HaederonArgsInitialize() wants an array and many plugins...
2020-03-29 Roland Haederrand() is weak on some OSes as it only produces random...
2020-03-29 aroquenMake attachment fit better in notice: drop text and...
2020-03-29 Roland HaederAdded more checked type-hints
2020-03-29 Roland Haeder$related must contain class names, no table names ...
2020-03-29 Roland HaederFixed more type-hints for safety.
2020-03-29 Roland HaederType-hint 'Action' for onEndProfileSettingsActions()
2020-03-29 Roland HaederAdded @pztrn@sn.pztrn.name 's wonderful statistics...
2020-03-29 Roland HaederAdded missing method TagSub::getProfile()
2020-03-29 Roland HaederAdded missing SearchSub::getProfile() method.
2020-03-29 Roland HaederAdded fixup script to fix bad profile URLs:
2020-03-29 Roland Haeder$sender cannot be only Profile ... (false found).
2020-03-29 Roland HäderMaybe this message will be needed some day ...
2020-03-29 Roland HaederFixed:
2020-03-29 Roland HaederReoved another to strict type-hint + added check if...
2020-03-29 Roland HaederAdded asserts + remove wrong type-hint (was no array).
2020-03-29 Roland HaederFixed ;-)
2020-03-29 Roland HaederImproved type-hint for following methods:
2020-03-29 darksider3Adding htaccess.sample back*shame*
2020-03-29 darksider3oops, DB.txt O_o
2020-03-29 darksider3Add urlshortenerplugin2.php to solve some @todo's and...
2020-03-29 Roland HaederImproved type-hint for following methods:
2020-03-29 Roland HaederAdded some (good known) type-hints.
2020-03-29 Roland HaederPossible fix for https://bugz.foocorp.net/T41
2020-03-29 Roland HaederNo need for php interpreter again as this script is...
2020-03-29 Roland HaederFixed CHMOD.
2020-03-29 Roland HaederAdded additional check.
2020-03-29 Roland HaederFixes for making Meteor working with HTTPS.
2020-03-29 Roland HaederUsefull line for debugging added.
2020-03-29 Roland HaederCheck for valid database connection object.
2020-03-29 darksider3Adding htaccess.sample back*shame*
2019-08-14 Miguel Dantas[LinkPreview] Fix 'no candidate for action "embedproxy"'
2019-08-13 tenma[CORE] Fix subscription-related functions from the...
2019-08-13 Miguel Dantas[DOCUMENTATION][SYSADMIN][CONFIGURE] x-static-delivery...
2019-08-12 Diogo Cordeiro[NodeInfo] New endpoint and formula for computing activ...
2019-08-12 Diogo Cordeiro[DOCUMENTATION] Late update of CHANGELOG and TODO list
2019-08-11 Diogo Cordeiro[DOCUMENTATION][SYSADMIN][CONFIG][profile] Fix default...
2019-08-11 Miguel Dantas[REFACTOR] Added explicit return type to all instances...
2019-08-08 Miguel Dantas[CORE][QUEUE] Error checking and type declaration on...
2019-08-08 Diogo Cordeiro[PEAR][DB] Import some new commits
2019-08-08 Diogo Cordeiro[EXTLIB][VALIDATE] Fix some types
2019-08-08 Miguel Dantas[DOCUMENTATION] Added X-Sendfile/X-Accel-Redirect to...
2019-08-08 Diogo Cordeiro[DOCUMENTATION] Add versioning information
2019-08-07 Miguel Dantas[Embed] Fixed error related to oembed action
2019-08-07 Diogo Cordeiro[DOCUMENTATION] Fix nginx location rule's regex for...
2019-08-03 biodantasMerge branch 'master' of biodantas/gnu-social into...
2019-08-03 Miguel Dantas[MEDIA] Fixed wrong image cropping
2019-08-03 Miguel Dantas[MEDIA] Replaced internal image handling with intervent...
2019-08-03 Miguel Dantas[CORE][COMPOSER] Added intervention/image
2019-08-03 Diogo Cordeiro[CORE] Bump PHP requirement to PHP7.3+
2019-08-03 Miguel Dantas[Embed] Fixed use of undefined variable in fixup_files...
2019-08-03 Miguel Dantas[Embed] Resize thumbnails fetched by Embed to avoid...
2019-08-03 Miguel Dantas[FORMAT][Embed] Ran php-cs-fixer on Embed's files and...
2019-08-03 Diogo Cordeiro[DOCUMENTATION] Add a CHANGELOG that includes a TODO...
2019-08-03 Diogo Cordeiro[SCRIPTS] Make them work in v2 by setting PUBLICDIR
2019-08-03 Miguel Dantas[Embed] Updated fixup_files.php script to be able to...
2019-08-03 Miguel Dantas[Embed] Hide error from the UI and just don't display...
2019-08-03 Miguel Dantas[Embed] Fix bug where we we're losing track of a file...
2019-08-03 Miguel Dantas[Embed] Fixed Embed tests
2019-08-03 Miguel Dantas[Embed] Fixed bug where sometimes images were written...
2019-08-03 Miguel Dantas[Embed] Removed old oEmbed and OpenGraph implementation
2019-08-03 Miguel Dantas[Embed] Refactoring and bug fixing
2019-08-03 Miguel Dantas[Embed] Using oscarotero/Embed as first attempt to...
2019-08-03 Miguel Dantas[PLUGINS] Fixed oEmbed dependents to use Embed
2019-08-03 Miguel Dantas[Embed][DB] Renaming the 'file_oembed' table to 'file_e...
2019-08-03 Miguel Dantas[OEmbed][Embed] Renamed OEmbed plugin to Embed
2019-08-03 Miguel Dantas[COMPOSER] Added embed/embed
2019-08-03 Diogo Cordeiro[DOCUMENTATION] New socialfy solution
2019-08-03 Diogo Cordeiro[CORE] Avatars are in PUBLICDIR in v2
2019-08-03 Diogo Cordeiro[INSTALL] Minor reformatting and modernization. Shouldn...
2019-08-03 Diogo Cordeiro[CORE] Fixed some small issues with PEAR
2019-08-03 Diogo Cordeiro[CORE][COMPOSER] Ensure we are compatible with PHP...
2019-08-03 Diogo Cordeiro[CORE] Make tests great gain
2019-08-03 Diogo Cordeiro[DOCUMENTATION] Update description of extlib and vendor...
2019-08-03 Diogo Cordeiro[CORE][COMPOSER] Add hoa/consistency
2019-08-03 Diogo Cordeiro[CORE] Downgrade phpseclib to a working state
2019-08-03 Daniel Supernault[DEVTOOL] Add a robust and modern REPL
2019-08-03 Daniel Supernault[CORE] Add custom favicon configuration support
2019-08-03 Daniel Supernault[CORE] Remove function_exists() calls and add up defaul...
2019-08-03 Daniel Supernault[CORE] Add Argon2I support
2019-08-03 Daniel Supernault[CORE] Update AuthCryptPlugin
next