aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
Commit message (Expand)AuthorAgeFilesLines
* document some special handlingMario Vavti2024-10-101-3/+7
* fix c/p typoMario Vavti2024-10-101-1/+1
* update item entity for hubzillaMario Vavti2024-10-101-2/+3
* containers: send add in mod like, send remove on deleteMario Vavti2024-10-092-5/+23
* more work on porting containers from streamsMario Vavti2024-10-093-17/+111
* start containersMario2024-10-062-1/+133
* port some libs from streams repoMario2024-10-061-0/+80
* improved content and comment collapse/expand renderingMario2024-08-041-1/+1
* add support for inbound locationsMario2024-08-021-0/+7
* fa2bi fixesMario2024-08-021-1/+1
* fa2bi: catch some remainsMario2024-08-021-7/+7
* Merge branch 'improve-help-locale-handling' into 'dev'Mario2024-07-291-10/+37
|\
| * Improve translation message for help pages.Harald Eilertsen2024-07-241-1/+6
| * Add a notice to help pages when defaulting to english.Harald Eilertsen2024-07-241-8/+18
| * Move language member to HelpHelperTrait.Harald Eilertsen2024-07-241-0/+8
| * Fallback to english help topic if localized topic is not found.Harald Eilertsen2024-07-231-2/+6
* | fa2bi continuedMario2024-07-291-2/+2
* | simplified syntaxMario2024-07-291-1/+1
* | only allow repeats if we are the profile owner and minor code simplificationMario2024-07-231-2/+2
* | fix logic and add translateable stringsMario2024-07-221-1/+2
* | item buttons redesign - initial checkinMario2024-07-221-7/+12
|/
* fix php warningMario2024-07-171-1/+1
* dbesc the workinfo jsonMario2024-07-151-2/+2
* improve handling of sse especially in relation with page reloadsMario2024-07-081-1/+1
* fix issue where event items were parsed multiple timesMario2024-06-211-1/+2
* Missing include in QueueWorker.Harald Eilertsen2024-06-151-0/+2
* QueueWorker: Use DbaTransaction class for db transactions.Harald Eilertsen2024-06-141-24/+12
* pass the force argument to the xchan_photo daemonMario2024-06-111-1/+1
* fix updated not supported in wrapper functionMario2024-06-101-1/+1
* remove superfluous param, fix wrong var and declare types for unparse_url()Mario2024-06-101-2/+2
* remove unused variable and superfluous backslashMario2024-06-101-3/+1
* Merge branch 'correct-type-annotation-for-config-get' into 'dev'Mario2024-06-051-1/+1
|\
| * Correct type annotation in comment for Config::Get.Harald Eilertsen2024-06-051-1/+1
* | hotfix to mitigate queueworker crashMario2024-06-041-2/+11
|/
* deal with inReplyTo arrayMario2024-05-151-1/+1
* php warnings/errorsMario2024-05-141-1/+4
* Rename HelpHelper to HelpHelperTrait.Harald Eilertsen2024-05-031-1/+1
* Libzot: get_rpost_path was broken for URL's with no port.Harald Eilertsen2024-05-011-2/+7
* Rework Help module + begin tests for Setup moduleHarald Eilertsen2024-04-301-0/+68
* Merge branch 'deprecate-include-config-in-core' into 'dev'Mario2024-03-2413-87/+99
|\
| * Deprecate *_config() functions in core.Harald Eilertsen2024-03-2413-87/+99
* | it appears the smallest size for pt videos is now 720Mario2024-03-201-1/+1
|/
* add Emoji to the AP schemaMario2024-03-171-0/+2
* wrong logicMario2024-03-141-1/+1
* return false if we have nothing to look atMario2024-03-141-0/+4
* fix another regression from last Lib/Config refactor which returned the defau...Mario2024-03-131-0/+3
* remove superfluous ()Mario2024-03-101-1/+1
* add the fileMario2024-03-101-0/+24
* more work on emojisMario2024-03-092-4/+25
* passing null to mb_strlen() is deprecatedMario2024-03-081-2/+2