aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
Commit message (Collapse)AuthorAgeFilesLines
* containers: testing sourced itemsMario Vavti11 days1-1/+2
|
* remove extensiv logging to syslogMario Vavti13 days2-13/+2
|
* make sure to store target information when decoding and indicate contained ↵Mario Vavti13 days2-1/+12
| | | | conversations with a colored border for now
* refactor drop_item[s]() for containersMario Vavti13 days2-12/+11
|
* Merge branch 'dev' into containersMario Vavti14 days1-1/+1
|\
| * only zot6 hublocs have a sitekey so only query such hublocs. This will safe ↵Mario2024-11-061-1/+1
| | | | | | | | alternative network hublocs from being marked deleted allthough they are intact
* | Merge branch 'dev' into containersMario Vavti2024-11-031-4/+40
|\|
| * add ocap tokens to all media files and attachmentsMario2024-11-021-4/+40
| |
* | Merge branch 'dev' into containersMario Vavti2024-10-301-7/+24
|\|
| * Merge branch 'dev' into make-db-upgrade-static-methodHarald Eilertsen2024-10-231-1/+1
| |\
| * | Zotlabs\Lib\DB_Upgrade: Add API documentation.Harald Eilertsen2024-10-141-0/+23
| | |
| * | Change DB_Upgrade to a static function instead.Harald Eilertsen2024-10-141-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | No need for this to be an object, since it's never referenced or even kept after construction. Further all the functionality was in the constructor anyways. Also removed some unused properties.
* | | Merge branch 'dev' into containersMario Vavti2024-10-231-1/+1
|\ \ \ | | |/ | |/|
| * | allow to file items from the public streamMario2024-10-231-1/+1
| |/
| * revertMario Vavti2024-10-102-255/+43
| |
| * resolve merge conflictMario Vavti2024-10-102-43/+255
| |
| * also discard Add/Remove at the AP sideMario Vavti2024-10-101-7/+18
| |
| * also dismiss add/remove collection activities in fetch_conversation()Mario2024-10-091-5/+15
| |
| * dismiss add/remove collection activities until we support themÃMario2024-10-091-0/+13
| |
* | 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 handling of locale in Help module See merge request hubzilla/core!2140
| * Improve translation message for help pages.Harald Eilertsen2024-07-241-1/+6
| | | | | | | | | | Display the target language instead of "your preferred language". Makes it a bit more explicit.
| * 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
| | | | | | | | Should have been there from the start, was just a miss.
| * 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
| | | | | | | | | | | | | This makes sure that the system knows whether a transaction is active or not, and ensures automatic cleanup if the transaction is not closed before the methods return. It also allows us to run this code in tests. When run within a test, the transaction will be ignored, as the entire test is run within an already existing transaction. Also as each test has their own db connection, this should not have any ill effects, as there should not be any way in which different simultaneous connections can interfere with the db updates.
* 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
|