aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
Commit message (Collapse)AuthorAgeFilesLines
...
* cleanupMario2025-05-021-4/+1
|
* provide thr_parent uuid in the item array and make use of it in various placesMario2025-05-021-44/+48
|
* move look up of thr_parents to separate function and minor fixesMario2025-05-022-49/+2
|
* default to threadedMario2025-04-306-23/+72
|
* refactorMario2025-04-301-49/+3
|
* slightly change the way we deal with permsMario2025-04-291-9/+11
|
* refactor with permissionsMario2025-04-291-18/+54
|
* some refactoring and implement subthread fetchingMario Vavti2025-04-261-0/+18
|
* remove unused codeMario Vavti2025-04-261-57/+0
|
* streamline sql functionsMario Vavti2025-04-261-36/+4
|
* also remove the parent line from the queryMario Vavti2025-04-251-1/+0
|
* revert adding of id - we can not use itMario Vavti2025-04-251-4/+0
|
* kind of fix the like responseMario Vavti2025-04-251-4/+24
|
* implement requesting of reactionsMario Vavti2025-04-251-0/+129
|
* lazy load - initial commitMario2025-04-255-34/+11
|
* mod item: deprecate x() and use $_POST instead of $_REQUESTMario2025-04-243-80/+77
|
* more deprecate x()Mario2025-04-231-2/+2
|
* more deprecate x()Mario2025-04-232-9/+9
|
* set $plink to null if not providedMario2025-04-221-1/+1
|
* define variableMario2025-04-211-1/+3
|
* define variableMario2025-04-211-0/+1
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2025-04-201-1/+15
|\
| * Merge branch 'refactor-language-selector' into 'dev'Mario2025-04-191-1/+15
| |\ | | | | | | | | | | | | Move lang_selector function to Lang module and refactor See merge request hubzilla/core!2195
| | * Move lang_selector function to Lang module and refactorHarald Eilertsen2025-04-191-1/+15
| | |
* | | rawurlencode the cloud paths - issue #1903 (second part)Mario Vavti2025-04-201-14/+15
|/ /
* | $_REQUEST > $_POSTMario2025-04-162-20/+20
| |
* | pÃrevent storing files/folder with filenames exceeding their max name lengthMario2025-04-163-19/+29
| |
* | fix variable nameMario2025-04-161-1/+1
| |
* | remove redundant var declarationMario2025-04-151-4/+0
| |
* | fix more php warningsMario2025-04-151-1/+3
| |
* | fix more php warningsMario2025-04-151-1/+2
| |
* | fix more php warningsMario2025-04-151-0/+1
| |
* | this should be info instead of noticeMario2025-04-151-2/+2
| |
* | fix php warningMario2025-04-151-5/+9
|/
* fix some plink for forum posts and commentsMario2025-04-051-7/+1
|
* cleanupMario2025-04-041-1/+1
|
* use the syntax which allows image descriptionsMario2025-04-041-2/+4
|
* move jot popup handling to template, port photo selector to vanilla ↵Mario2025-04-041-1/+1
| | | | javascript and enable it for comments if applicable
* cleanup deprecated forum queries and possibly improved performanceMario2025-03-282-23/+3
|
* minor cleanupMario2025-03-271-13/+2
|
* restrict access to tool to local channelsMario2025-03-241-0/+4
|
* use the new version of unparse_url() and fall through to destination if ↵Mario Vavti2025-03-221-6/+4
| | | | nothing before applied - otherwise remote redirects will fail (e.g. being logged in to a remote server and vewing a linked image with an attached zid at another server)
* do not include our own activities in unseen forum notificationsMario2025-03-201-2/+3
|
* we require the HTTP signature to be set in the HTTP_AUTHORIZATION field ↵Mario2025-03-181-0/+2
| | | | somewhere down the line (probably in Web/HTTPSig). Make sure it is there.
* allow to send signed requests from mod zot_probeMario2025-03-121-1/+7
|
* print an ugly error message and the destination if OWA failed for some reasonMario2025-03-091-0/+9
|
* streamline login pages layout - fix issue #1892Mario2025-03-072-3/+23
|
* fix $owner_hash not set correctly when editing and some whitespace fixesMario2025-02-281-20/+20
|
* revert adding of additional sort field which was added for testinggMario2025-02-131-5/+5
|
* exclude uplinked items from those queries since they are unlikely to be the ↵Mario Vavti2025-02-113-7/+7
| | | | originals (sourced items from a channel at the same hub)