Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge Zotlabs/Module/Photo.php from dev | Mario Vavti | 2018-10-29 | 1 | -12/+0 |
| | |||||
* | Merge branch 'dev' | Mario Vavti | 2018-10-29 | 4 | -33/+60 |
|\ | |||||
| * | fix issues with forum handling in mod network and ping. also some code cleanup. | Mario Vavti | 2018-10-27 | 2 | -10/+24 |
| | | |||||
| * | notifications: fix unseen forum count | Mario Vavti | 2018-10-26 | 1 | -6/+8 |
| | | |||||
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2018-10-24 | 1 | -2/+2 |
| |\ | |||||
| | * | Update Linkinfo.php | Max Kostikov | 2018-10-24 | 1 | -1/+1 |
| | | | |||||
| | * | Update Linkinfo.php | Max Kostikov | 2018-10-23 | 1 | -1/+1 |
| | | | |||||
| | * | Update Linkinfo.php | Max Kostikov | 2018-10-23 | 1 | -4/+2 |
| | | | |||||
| | * | Convert non UTF-8 content on link embeding | Max Kostikov | 2018-10-23 | 1 | -2/+4 |
| | | | |||||
| * | | refine stream filter and forum notification behaviour (mostly for ↵ | Mario Vavti | 2018-10-24 | 2 | -21/+31 |
| | | | | | | | | | | | | performance). personal posts will be displayed in unthreaded mode and clicking a forum notification will show only the unseen items of the forum in unthreaded mode. group the filters in the widget - threaded at the top, unthreaded beneath. | ||||
| * | | wrong var | Mario Vavti | 2018-10-24 | 1 | -1/+1 |
| | | | |||||
| * | | autocomplete performance: this slightly changes the editor contact ↵ | Mario Vavti | 2018-10-24 | 1 | -4/+5 |
| |/ | | | | | | | 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. | ||||
| * | fix wrong value being used for menu_id | mike | 2018-10-20 | 1 | -1/+1 |
| | | |||||
| * | improve posting to mod pconfig via ajax | Mario Vavti | 2018-10-16 | 1 | -5/+9 |
| | | |||||
| * | fix wiki issue with wiki page links when using bbcode | Mario Vavti | 2018-10-15 | 1 | -3/+2 |
| | | |||||
| * | Add wiki_preprocess hook and documentation | M.Dent | 2018-10-10 | 1 | -0/+4 |
| | | |||||
| * | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-10-10 | 2 | -2/+7 |
| |\ | |||||
| | * | SECURITY: signature issue | zotlabs | 2018-10-09 | 2 | -2/+7 |
| | | | |||||
| * | | fix some more wiki issues | Mario Vavti | 2018-10-10 | 1 | -3/+3 |
| |/ | |||||
| * | Rework Wiki encoding scheme. | M.Dent | 2018-10-08 | 1 | -18/+24 |
| | | |||||
| * | Implement custom escaping | M.Dent | 2018-10-08 | 1 | -13/+21 |
| | | |||||
| * | typo | Mario Vavti | 2018-10-08 | 1 | -1/+1 |
| | | |||||
| * | the root cause for doubled entries is fixed now | Mario Vavti | 2018-10-08 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-10-08 | 1 | -3/+2 |
| |\ | |||||
| | * | hubzilla core issue #1278 - page update always reloads if noscript content ↵ | zotlabs | 2018-10-07 | 1 | -3/+2 |
| | | | | | | | | | | | | is enabled | ||||
| | * | Merge branch 'dev' | zotlabs | 2018-10-04 | 66 | -343/+642 |
| | |\ | |||||
| * | | | move profile assign selector to profile settings and personal menu selector ↵ | Mario Vavti | 2018-10-06 | 3 | -29/+41 |
| | | | | | | | | | | | | | | | | to channel_home settings and get rid of misc channel settings section. | ||||
| * | | | rename grid to network (for consistency) and activity to stream (as seen in ↵ | Mario Vavti | 2018-10-06 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | osada) because it makes much more sense. | ||||
| * | | | pubstream app | Mario Vavti | 2018-10-06 | 4 | -7/+41 |
| | | | | |||||
| * | | | randprof app | Mario Vavti | 2018-10-06 | 1 | -1/+21 |
| | | | | |||||
| * | | | remote diagnostics app | Mario Vavti | 2018-10-06 | 1 | -3/+16 |
| | | | | |||||
| * | | | merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2018-10-06 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * | | | Respect new table names on import | Max Kostikov | 2018-10-06 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | bookmarks: change wording | Mario Vavti | 2018-10-06 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | bookmark app | Mario Vavti | 2018-10-06 | 1 | -2/+16 |
| |/ / / | |||||
| * | / | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-10-05 | 1 | -1/+1 |
| |\| | | | |/ | |/| | |||||
| | * | regression: double linebreaks in viewsrc output | zotlabs | 2018-10-03 | 1 | -1/+1 |
| | | | |||||
* | | | fix wrong value being used for menu_id | mike | 2018-10-21 | 1 | -1/+1 |
| | | | | | | | | | (cherry picked from commit fdb7c115a7504e431d9dd35af4901ef50367c67b) | ||||
* | | | Merge branch '3.8RC'3.8 | Mario Vavti | 2018-10-19 | 94 | -786/+1869 |
|\ \ \ | |||||
| * | | | improve posting to mod pconfig via ajax | Mario Vavti | 2018-10-16 | 1 | -5/+9 |
| | | | | | | | | | | | | (cherry picked from commit ae875734e270dbe9840e87f07aa10f11a1af1d89) | ||||
| * | | | fix wiki issue with wiki page links when using bbcode | Mario Vavti | 2018-10-15 | 1 | -3/+2 |
| | | | | | | | | | | | | (cherry picked from commit df62037c4a722606e84e28dd4d62e89dcc999980) | ||||
| * | | | Add wiki_preprocess hook and documentation | M.Dent | 2018-10-11 | 1 | -0/+4 |
| | | | | | | | | | | | | (cherry picked from commit bad4ea6e65a45ac2523a9a7c2ec624ad2535b652) | ||||
| * | | | SECURITY: signature issue | zotlabs | 2018-10-10 | 2 | -2/+7 |
| | | | | | | | | | | | | (cherry picked from commit c6f3298f7864756f4a9b7827e8490a3ee859f82f) | ||||
| * | | | fix some more wiki issues | Mario Vavti | 2018-10-10 | 1 | -3/+3 |
| | | | | | | | | | | | | (cherry picked from commit d29caa099af2d132978e634a454a29d5c85c23fe) | ||||
| * | | | Rework Wiki encoding scheme. | M.Dent | 2018-10-10 | 1 | -18/+24 |
| | | | | | | | | | | | | (cherry picked from commit 709665846e66f093109730691b31d9e094d02088) | ||||
| * | | | Implement custom escaping | M.Dent | 2018-10-10 | 1 | -13/+21 |
| | | | | | | | | | | | | (cherry picked from commit 93a310582f044d35f0a3583671053595fefdbedb) | ||||
| * | | | typo | Mario Vavti | 2018-10-08 | 1 | -1/+1 |
| | | | | | | | | | | | | (cherry picked from commit f0b7a7e5d38a92268a67d8dedf69f97d88b4c542) | ||||
| * | | | the root cause for doubled entries is fixed now | Mario Vavti | 2018-10-08 | 1 | -1/+1 |
| | | | | | | | | | | | | (cherry picked from commit e0568f33e82de15e5d5a38ec7697d6afd67352f3) | ||||
| * | | | hubzilla core issue #1278 - page update always reloads if noscript content ↵ | zotlabs | 2018-10-08 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | is enabled (cherry picked from commit 69584f541d052e6da410d9cd782656eb31fae22d) | ||||
| * | | | move profile assign selector to profile settings and personal menu selector ↵ | Mario Vavti | 2018-10-06 | 3 | -29/+41 |
| | | | | | | | | | | | | | | | | | | | | to channel_home settings and get rid of misc channel settings section. (cherry picked from commit 66cf0852728d2f95ed3a5b7a304dbc7b79111831) |