]> git.mxchange.org Git - quix0rs-gnu-social.git/history - lib
*** Privacy Leak fixed: ***
[quix0rs-gnu-social.git] / lib /
2020-03-29 Roland Haeder*** Privacy Leak fixed: ***
2020-03-29 Roland HaederSave some memory + added type-hint.
2020-03-29 Roland HaederCheck scope, else a privacy leaks happens this way:
2020-03-29 Roland Haeder'checked' must be false because else the browser won...
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 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 HaederImproved type-hint for following methods:
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 HaederAdded additional check.
2020-03-29 Roland HaederCheck for valid database connection object.
2019-08-12 Diogo Cordeiro[NodeInfo] New endpoint and formula for computing activ...
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-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 Diogo Cordeiro[CORE] Bump PHP requirement to PHP7.3+
2019-08-03 Miguel Dantas[Embed] Resize thumbnails fetched by Embed to avoid...
2019-08-03 Miguel Dantas[Embed] Hide error from the UI and just don't display...
2019-08-03 Miguel Dantas[Embed] Refactoring and bug fixing
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 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] Make tests great gain
2019-08-03 Diogo Cordeiro[CORE][COMPOSER] Add hoa/consistency
2019-08-03 Daniel Supernault[CORE] Add custom favicon configuration support
2019-08-03 Diogo Cordeiro[CORE][COMPOSER] Move extlib packages with immediate...
2019-08-03 brunoccast[CORE] Fix notice delete-form
2019-08-03 Diogo Cordeiro[CORE] Bump Database requirement to MariaDB 10.3+
2019-08-03 Diogo Cordeiro[Media] Fix undefined variable box in imagefile.php
2019-08-03 Miguel Dantas[ROUTES] Fixed attachment routes, broken by channges...
2019-08-03 brunoccast[ROUTES] Allow accept-header specification during route...
2019-08-03 brunoccast[ROUTES] PSR2-format
2019-08-03 Miguel Dantas[CORE] Fix bug where we we're losing track of a file...
2019-08-03 Miguel Dantas[CORE] Fixed Media tests
2019-08-03 Miguel Dantas[CORE][StoreRemoteMedia] Fixed bug where sometimes...
2019-08-03 Diogo Cordeiro[PEAR] Modernize Validate code
2019-08-03 Miguel Dantas[CORE] Fix X-Sendfile for nginx, using the X-Accel...
2019-08-03 Miguel Dantas[StoreRemoteMedia] StoreRemoteMedia now uses the new...
2019-08-03 Miguel Dantas[MEDIA][OEMBED] Fixed regression in OEmbed, because...
2019-08-03 Miguel Dantas[OEMBED][UI] Skip adding an image thumbnail for oembed...
2019-08-03 Miguel Dantas[MEDIA] Fix trying to display file wich is not availabl...
2019-08-03 Miguel Dantas[INSTALL] Fixed issue in installing where default.php...
2019-08-03 Miguel Dantas[CORE][ACTION] Removed getfile action. Superseded by...
2019-08-03 Miguel Dantas[CORE][UI] Made attachment actions and its subactions...
2019-08-03 Miguel Dantas[CORE] Refactored attachement actions to remove duplica...
2019-08-03 Miguel Dantas[CORE][UI][ROUTER] Added view action, which inlines...
2019-08-03 Miguel Dantas[CORE] Attachments and thumbnails aren't accessed direc...
2019-08-03 Miguel Dantas[CORE] Fixed common_get_preferred_php_upload_limit...
2019-08-03 Miguel Dantas[MEDIA] Removed blacklisted extensions, "trusts" upload...
2019-08-03 Miguel Dantas[MEDIA][CORE] Add common function for converting a...
2019-08-03 Miguel Dantas[MEDIA][UI] In case an attachment preview isn't possibl...
2019-08-03 Miguel Dantas[MEDIA][UI] Added preview support for BMP, WEBP and...
2019-08-03 Miguel Dantas[MEDIA] File downloader now in PHP, added proper name...
2019-08-03 Diogo Cordeiro[CORE] Use random_bytes() if available and improve...
2019-08-01 Diogo Cordeiro[SCRIPTS] Fix sessiongc by XRevan86
2019-07-25 Diogo Cordeiro[CORE] MySQL 5.5 support fully restored
2019-07-09 Diogo Cordeiro[UI] Long strings/words in dents weren't being wrapped
2019-07-01 Diogo Cordeiro[CORE][ROUTER] Fix wrong parameter in all/:tag by XRevan86
2019-06-26 Diogo Cordeiro[CORE][FRAMEWORK] URL_REGEX_VALID_PATH_CHARS didn't...
2019-06-25 Diogo CordeiroImplement $config['site']['logdebug']
2019-06-24 Diogo Cordeiro[CORE] Fix subscriptions and subscribers list (related...
2019-06-23 Diogo Cordeiro[Poll] Refactoring and minor bug fixes
2019-06-18 Diogo Cordeiro[TagSub] Fix User's tags list issue
2019-06-14 Diogo Cordeiro[DATABASE] Revert accidental regression introduced...
2019-06-12 Diogo Cordeiro[DOCUMENTATION] Minor corrections
2019-06-12 Daniel SupernaultAllow username or email in login form
2019-06-11 Diogo Cordeiro[RELEASE] The Invicta Crusade
2019-06-09 Diogo CordeiroMerge branch 'nightly' of biodantas/gnu-social into...
2019-06-09 Miguel Dantas[FORMATING] Ran php-cs-fixer on lib/mediafile.php,...
2019-06-09 Miguel Dantas[MEDIA] ImageFile now extends MediaFile and validates...
2019-06-09 Diogo CordeiroMerge branch 'nightly' of tenma/gnu-social into nightly
2019-06-09 brunoccast[THEME] Fix OpenID settings styles
2019-06-09 Diogo CordeiroMerge branch 'openid-settings-sync' of tenma/gnu-social...
2019-06-09 brunoccast[OpenID] Added synchronization button and corresponding...
2019-06-07 Diogo Cordeiro[SESSION] Add backwards compatibility for third party...
2019-06-07 Diogo Cordeiro[DATABASE][User_openid_prefs] Fix wrong type for modifi...
2019-06-07 brunoccastPSR2-format
2019-06-07 brunoccastCleanup and documentation of common_ensure_session
2019-06-07 Diogo CordeiroEmailRegistration plugin flow requires a confirmation...
2019-06-07 Diogo Cordeiro[VersionBump] 1.19.0, fairly late
2019-06-07 brunoccastExtend Action with redirect after login logic, update...
2019-05-26 Diogo Cordeiro[SESSION] Log messages were a bit confusing
2019-05-22 Diogo Cordeiro[SESSION] Implement SessionHandlerInterface instead...
2019-05-16 Diogo Cordeirois_rtl should handle lang instead of code
2019-05-07 Diogo Cordeiro[XML/HTML Outputter] General improvements and refactori...
2019-05-06 Diogo CordeiroFix broken user activitystreams feed due to deleted...
2019-05-06 Diogo Cordeirolib/ping.php - Fix PHP 7.3 Warning switch continue...
2019-05-03 Diogo CordeiroFix some typos/small obvious bugs on twitterRssGroupArray
2019-05-03 Diogo CordeiroMerge branch 'ATOM-priority" from Alexandre Alapetite...
2019-04-26 Diogo CordeiroSome minor refactoring on session handler
2019-04-25 Diogo CordeiroSome obvious bug fixes for i18n
2019-04-25 Diogo CordeiroWhen an attachment fails to load, it shouldn't destroy...
2019-04-25 Diogo CordeiroFix fulltext search by XRevan86
2019-04-25 Diogo CordeiroFix bug in 36a55d84.
next