This website requires JavaScript.
Explore
Help
Sign In
harukin
/
core
Archived
Watch
1
Star
0
Fork
0
You've already forked core
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-08-19
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
8b9acf750bde9b21551367f34e57ff549d7d3297
core
/
Zotlabs
History
Mario Vavti
8b9acf750b
autocomplete performance: this slightly changes the editor contact autocomplete behaviour. queries using *like* with a prepended % to the query string do not make use of indices. this is no big issue when we query abook but can get really slow when xchan table is involved. this commit changes the xchan table only queries to use the *str%* format. this means that the result set for channels we are not connected with will change in a way that xchan_name and xchan_addr will bematched only from the beginning of the name or address. this commit also changes textcomplete to only start the query after the 3rd character. the result set between 2 and 3 characters is mostly very different and only from 3 chars on there is a high possibility the channel we look for is already in the result.
2018-10-24 20:22:27 +02:00
..
Access
String change to reflect the current forum tagging method
2018-06-28 13:38:15 -07:00
Daemon
Fix master rate limiter
2018-10-16 21:19:16 +02:00
Extend
Revert "Merge branch 'dev' into 'dev'"
2018-10-05 19:30:49 +02:00
Identity
minor oauth2 updates - renamed zot webbie to 'webfinger' and zothash to 'portable_id', fixed/simplified cgi auth mode
2018-08-13 17:24:48 -07:00
Lib
allow to undelete deleted base apps
2018-10-15 15:43:55 +02:00
Module
autocomplete performance: this slightly changes the editor contact autocomplete behaviour. queries using *like* with a prepended % to the query string do not make use of indices. this is no big issue when we query abook but can get really slow when xchan table is involved. this commit changes the xchan table only queries to use the *str%* format. this means that the result set for channels we are not connected with will change in a way that xchan_name and xchan_addr will bematched only from the beginning of the name or address. this commit also changes textcomplete to only start the query after the 3rd character. the result set between 2 and 3 characters is mostly very different and only from 3 chars on there is a high possibility the channel we look for is already in the result.
2018-10-24 20:22:27 +02:00
Render
install bootstrap via composer
2018-09-07 11:26:02 +02:00
Storage
hiding a channel from the directory also hides them from the cloud rootdir
2018-06-18 22:57:38 -07:00
Text
isolate all the tagadelic core code into a class and reuse it
2016-05-04 19:39:39 -07:00
Thumbs
imagick converter: -thumbnail doesn't preserve exif, -resize does
2018-06-26 17:19:32 -07:00
Update
return success for postgres
2018-10-06 23:10:52 +02:00
Web
verify some edge case http signatures
2018-10-11 21:28:47 -07:00
Widget
add missing features section to newmember widget
2018-10-15 20:18:25 +02:00
Zot
fix issue in zot finger
2018-10-10 23:00:59 +02:00
Zot6
missing files
2018-08-15 21:33:11 -07:00