Michael Vogel
|
a410d9caae
|
When a user isn't logged in, then the item link got to an invalid address.
|
2014-03-20 18:46:35 +01:00 |
|
Michael Vogel
|
2a21fecd79
|
Only some code beautification. No functional changes.
|
2014-03-20 18:46:01 +01:00 |
|
Michael Vogel
|
eaa05a9203
|
Support of the term table for categories
|
2014-03-20 18:45:16 +01:00 |
|
Michael Vogel
|
1b5bf6b0ff
|
API: Add the title to the html output.
|
2014-03-20 18:44:24 +01:00 |
|
Michael Vogel
|
9877e43bda
|
Search with tags now works fast.
|
2014-03-18 22:51:50 +01:00 |
|
Michael Vogel
|
8392217b72
|
Fixing SQL problem and speeding up search.
|
2014-03-16 22:42:47 +01:00 |
|
Michael Vogel
|
69b7ad2450
|
Functions for the new threas table, script for updating this table
|
2014-03-16 18:19:19 +01:00 |
|
Michael Vogel
|
b4fb951bf9
|
bbcode: rearrange shared links - can only be made standard, when all themes support the "type-link" elements
|
2014-03-16 18:16:05 +01:00 |
|
Michael Vogel
|
b23dd95c5e
|
OStatus auto completion: option to completely disable the auto completion.
|
2014-03-16 18:09:42 +01:00 |
|
Michael Vogel
|
dab71c7b3b
|
Diaspora: Add further information for links (like Diaspora is doing it on their side)
|
2014-03-16 17:46:05 +01:00 |
|
Michael Vogel
|
32065dfad6
|
Queue: using lockpath, so that the queue only can run once a time.
|
2014-03-16 17:37:20 +01:00 |
|
Michael Vogel
|
9496537e5f
|
Now term table is used for categories and putting items to folder
|
2014-03-16 17:16:01 +01:00 |
|
Michael Vogel
|
bbf9378a49
|
Even more SQL improvements.
|
2014-03-16 17:12:56 +01:00 |
|
Michael Vogel
|
6e7bd68ebb
|
More "LIMIT 1" removed - and some other SQL improvements.
|
2014-03-11 23:52:32 +01:00 |
|
Michael Vogel
|
9f4ef7c105
|
Avoiding some PHP warnings
|
2014-03-09 09:26:54 +01:00 |
|
Michael Vogel
|
7cec1bbfdf
|
Removed another "limit 1"
|
2014-03-09 09:25:57 +01:00 |
|
Michael Vogel
|
9afe5c8670
|
Support for xcache
|
2014-03-09 09:24:41 +01:00 |
|
Michael Vogel
|
6b8585d48d
|
Database stuff. New table "thread". Changing "left join" to "inner join", removing "limit 1" at update and delete.
|
2014-03-09 09:19:14 +01:00 |
|
Michael Vogel
|
9c87e00dd3
|
Preparation for a new variable that points to the post on the own friendica server
|
2014-03-02 00:47:22 +01:00 |
|
Michael Vogel
|
f78bdf663a
|
Diaspora: set plink to the original url from the origin server
|
2014-03-02 00:45:42 +01:00 |
|
Michael Vogel
|
57db109474
|
Adding cache mechanism for bbcode. Improving cache to use apc.
|
2014-02-23 15:51:57 +01:00 |
|
Michael Vogel
|
bc69e57636
|
API: Better support of picture links
|
2014-02-22 15:42:34 +01:00 |
|
Michael Vogel
|
35048819ff
|
API: Retweets with Twidere now work again.
|
2014-02-13 23:07:51 +01:00 |
|
Michael Vogel
|
822b3865df
|
API: Better detection of repeated messages. Better handling of tags. (In a next step they will be included in the entities)
|
2014-02-13 08:30:40 +01:00 |
|
Michael Vogel
|
84bbb69c23
|
API: Support of "include_entities"
|
2014-02-12 01:41:45 +01:00 |
|
Michael Vogel
|
8c1d31decc
|
Showing "view full size" is now configurable
|
2014-02-11 23:44:45 +01:00 |
|
Michael Vogel
|
66f4e09baa
|
api: Improvements for entities
|
2014-02-11 23:43:34 +01:00 |
|
Michael Vogel
|
01971428aa
|
target="_blank" instead of target="external-link"
|
2014-02-11 23:42:06 +01:00 |
|
Michael Vogel
|
c2abf0aeea
|
oembed: There seems to be some bug with ombed (maybe passing a non working url) This small fix should avoid the error at this place and may directs to the source of the problem.
|
2014-02-03 23:06:12 +01:00 |
|
Michael Vogel
|
738d7a221e
|
API: Support for entitites. (embedded pictures in twidere)
|
2014-02-02 09:54:33 +01:00 |
|
Michael Vogel
|
a0de28c491
|
oembed: Option to disallow displaying of "rich" content and some beautification for titles that are only links
|
2014-01-26 09:59:20 +01:00 |
|
Michael Vogel
|
de4d0765cb
|
Beautifiying export of shared posts to other networks
|
2014-01-18 21:32:14 +01:00 |
|
Michael Vogel
|
62d79a1a5c
|
API: New function "conversation/show" - this is an unoffical Twitter command
|
2014-01-15 20:35:34 +01:00 |
|
Michael Vogel
|
c8fcc4cbf8
|
API: Some more stuff to make the API more complete (compared to the original Twitter API)
|
2014-01-13 20:03:05 +01:00 |
|
Michael Vogel
|
17236b1801
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
include/acl_selectors.php
|
2014-01-13 19:59:34 +01:00 |
|
Michael Vogel
|
52b260982c
|
Avoiding a warning in the error.log
|
2014-01-13 07:49:10 +01:00 |
|
Michael Vogel
|
de9a02b9ae
|
Some small bugfixes (mostly warnings) and little improvements to the log
|
2014-01-13 01:34:54 +01:00 |
|
fabrixxm
|
63b8b5761d
|
Merge pull request #888 from annando/master
Some more API improvements
|
2014-01-08 05:57:43 -08:00 |
|
Michael Vogel
|
1bf9d99be2
|
API: Repeat and destroy now are returning the correct values. The user object now returns the contact id. Repeating of shared items now work.
|
2014-01-08 01:14:58 +01:00 |
|
fabrixxm
|
2578211e47
|
Merge pull request #886 from fabrixxm/illegaloffset
acl_automention: fix warning in include/config.php
|
2014-01-06 02:01:01 -08:00 |
|
fabrixxm
|
910f56b698
|
acl_automention: fix warning in include/config.php
|
2014-01-06 10:58:39 +01:00 |
|
Michael Vogel
|
3b32505d14
|
API: Bugfix that wrong contact data was sent
|
2014-01-05 16:57:05 +01:00 |
|
Michael Vogel
|
aed28a24f1
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
mod/crepair.php
|
2014-01-05 16:22:42 +01:00 |
|
Michael Vogel
|
b4c3f02538
|
API: Several improvements to make the api more compatible
|
2014-01-05 16:12:03 +01:00 |
|
Michael Vogel
|
28df35052a
|
Send notifications for each new post of a contact, option for creating a summary for a feed post
|
2014-01-05 16:10:02 +01:00 |
|
fabrixxm
|
b0e8dbc4da
|
Merge pull request #864 from fabrixxm/acl_automention
Acl automention
|
2014-01-03 06:09:12 -08:00 |
|
fabrixxm
|
ad5a47aecf
|
add fetaure switch for acl-automention
|
2014-01-03 14:40:43 +01:00 |
|
tobiasd
|
18ce32633b
|
Merge pull request #876 from annando/master
API: Show shared messages as repeated messages, improvements with nick names
|
2014-01-03 01:00:21 -08:00 |
|
Michael Vogel
|
fa431e84c2
|
API: Show shared messages as repeated messages, improvements with nick names
|
2014-01-02 22:29:44 +01:00 |
|
fabrixxm
|
68030a79cd
|
api: fix call-time pass-by-reference error
|
2014-01-02 19:12:26 +01:00 |
|