Michael Vogel
235eae66bb
New query parameter that Speeds up the network viee when there are many contacts
2014-05-24 11:01:52 +02:00
Michael Vogel
5616c58535
Better error handling during install.
2014-05-09 20:44:25 +02:00
Michael Vogel
6b38968f80
The template "register_adminadd_eml.tpl" was missing for all languages except german. That lead to an empty page when adding users.
2014-05-04 21:11:25 +02:00
Michael Vogel
c41b1c2d55
Building a central functionality to export postings to all networks that only support plaintext postings. In near future this will replace the similar code in the several addons.
2014-05-03 12:04:54 +02:00
Michael Vogel
2db1029830
APC support is removed due to problems with PHP 5.5.
2014-05-03 12:02:25 +02:00
Michael Vogel
a6b03b6263
The remove page now has the settings menu.
2014-04-29 22:34:48 +02:00
Michael Vogel
7b7e372fb0
Suppress showing unsupported addons in the administration.
2014-04-29 14:22:37 +02:00
Fabrixxm
aba27ad404
fix photo comments: use $drop array as in wall_thread and search_item
2014-04-28 09:29:48 -04:00
Tobias Diekershoff
a9c8aed9b1
Merge pull request #942 from davidmoerike/master
...
Line: 68 f.
2014-04-26 09:16:03 +02:00
Tobias Diekershoff
c1d14bcc98
Merge pull request #944 from annando/master
...
Some more frontend stuff/Native Diaspora reshare
2014-04-26 09:13:17 +02:00
Michael Vogel
2846dfeb05
Ther eis now a user setting to disabled notices. The Diaspora reshare now checks for empty values.
2014-04-26 02:22:30 +02:00
David
741aab0916
Now more friendly error message. Will tomorrow add a german translation.
...
David
2014-04-25 06:29:03 +02:00
Tobias Diekershoff
2dfbd448a3
ideni.ca is now pump.io, so don't mention it in OStatus settings
2014-04-24 21:18:12 +02:00
Michael Vogel
9ae9b66328
Export personal data: Now the settings menu on the left side is taken from the settings module.
2014-04-24 11:58:04 +02:00
Michael Vogel
b9656cbe23
Delegations: Now the menu of the settings appears at the delegations settings
2014-04-24 11:49:11 +02:00
fabrixxm
807fc60d3e
Merge pull request #941 from annando/master
...
Moved and renamed menu entries to improve the usability, global css, icons for social networks
2014-04-24 10:48:07 +02:00
Michael Vogel
30efb0c1e6
menu entry for "Delegations" moved to the settings.
2014-04-24 10:16:02 +02:00
David
44beff1a9a
Line: 68 f.
...
When trying to upload a file greater than PHP's max_upload_filesize,
the filesize is 0, and maybe some html code appears in the
text input window of the form. Problem seems to disappear
when refusing all uploads if filesize <=0.
2014-04-23 20:22:53 +02:00
fabrixxm
84189ac775
Merge pull request #932 from annando/master
...
Preparation for bidirectional statusnet sync, functions moved from addons into the core and some converting stuff
2014-04-07 09:53:47 +02:00
Michael Vogel
5f3d584716
Code beautification and some more logging data - no changes in the functionality.
2014-04-04 11:02:36 +02:00
Michael Vogel
12866209e8
parse url: Emtpy values in meta headers are now ignored. Oembed data has priority. Videos are embedded with some further information.
2014-04-04 10:58:31 +02:00
Michael Vogel
77986d76fa
Preparations for statusnet connector import
2014-04-04 10:40:46 +02:00
fabrixxm
29092ace44
Merge pull request #927 from annando/master
...
Massive SQL stuff
2014-04-04 07:28:06 +00:00
Michael Vogel
e1a41aff05
Groups should now be fast (and accurate)
2014-03-20 23:34:09 +01:00
Michael Vogel
a03014a47c
Adding functions for the file- and category handling
2014-03-20 18:51:13 +01:00
Michael Vogel
8689ab3e1b
Now changing categories also changes them in the term table.
2014-03-20 18:48:08 +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
b23dd95c5e
OStatus auto completion: option to completely disable the auto completion.
2014-03-16 18:09:42 +01:00
Michael Vogel
285f0774a1
Auto creation of photo directory to improve caching
2014-03-16 17:49:56 +01:00
Michael Vogel
b013537124
parse url: Improvements for detecting the page type
2014-03-16 17:48:28 +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
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
Tobias Diekershoff
d29c981aa2
Merge pull request #919 from annando/master
...
plink, disabling features, triming the content of parsed urls
2014-03-02 08:31:03 +01:00
Michael Vogel
37edb3079d
parse_url: Trim the content of the description field.
2014-03-02 01:00:36 +01:00
Tobias Diekershoff
0eec22f656
Merge pull request #914 from annando/master
...
Vier, API and Twitter cards
2014-02-24 07:21:15 +01:00
Michael Vogel
608d5255ec
Support for twitter cards (in both directions)
2014-02-22 15:46:19 +01:00
Tobias Diekershoff
623bf1c4d1
Merge pull request #912 from annando/master
...
More compatible "Vier", more speed and problems with some parsed characters
2014-02-17 08:00:21 +01:00
Michael Vogel
254159cc26
Only some code beautification.
2014-02-16 17:36:52 +01:00
Michael Vogel
7cba752f8a
parse url: Characters like < and > has to be escaped when showing the parsed output.
2014-02-16 17:35:01 +01:00
Michael Vogel
046096e705
Speeding up showing marked posts.
2014-02-16 17:30:42 +01:00
Tobias Diekershoff
d473cd9bc9
Merge pull request #902 from annando/master
...
schema.org and oembed
2014-01-28 09:28:43 -08:00
Michael Vogel
a7079d4327
Adding metadata in the schema.org format.
2014-01-26 09:58:41 +01:00
fabrixxm
d1befd9069
Merge pull request #890 from tobiasd/bbcode_in_registertext
...
add bbcode support for the page register textfield (close #871 )
2014-01-18 01:02:02 -08:00
Tobias Diekershoff
b84502c4e6
move <div> to the register.tpl
2014-01-13 14:40:26 +01:00
Tobias Diekershoff
fda7bdca2e
better logic
2014-01-13 14:25:50 +01:00
Tobias Diekershoff
0d7c91fc10
added a check for http in homepage url, this should fix issue #768
2014-01-12 09:16:46 +01:00
Tobias Diekershoff
c52ae17df4
add bbcode support for the page register textfield (Bug #871 )
2014-01-12 08:40:52 +01:00