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 |
|
Michael Vogel
|
a7079d4327
|
Adding metadata in the schema.org format.
|
2014-01-26 09:58:41 +01:00 |
|
Michael Vogel
|
8eedebfee3
|
Cleaning up some changes from the merge
|
2014-01-05 16:28:42 +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
|
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
|
7b5018fb76
|
Merge pull request #872 from annando/master
API: Supporting twidere, better supporting of the network field in the item table
|
2013-12-27 00:15:44 -08:00 |
|
Michael Vogel
|
4b0e370c4c
|
Better handling of the network field in the item table.
|
2013-12-27 01:58:21 +01:00 |
|
fabrixxm
|
230ce659bd
|
Merge pull request #866 from annando/master
API: reworked
|
2013-12-26 02:12:27 -08:00 |
|
Tobias Diekershoff
|
25d83f780d
|
only show the remote_self option if admin allows it
|
2013-12-22 19:30:09 +01:00 |
|
Tobias Diekershoff
|
f515def280
|
added remote_self as option to the contact repair dislog
|
2013-12-22 17:05:49 +01:00 |
|
Tobias Diekershoff
|
22a6c72b31
|
added option to the admin panel to allow users to set the remote_self flag
|
2013-12-22 16:14:34 +01:00 |
|
Fabrixxm
|
9febcedf93
|
user contacts: fix #797 , add searching in url and nickname, add batch actions
|
2013-12-17 05:19:06 -05:00 |
|
Michael Vogel
|
5130b19f5e
|
API: API is reworked in many parts so that it should be compatible to more statusnet clients then before (like AndStatus)
|
2013-12-15 23:00:47 +01:00 |
|
Michael Vogel
|
7e5c8ab91c
|
Keeping an offset for page switching: This helps so that you don't see old messages
|
2013-12-10 00:13:19 +01:00 |
|
Michael Vogel
|
d20d2f74ae
|
Bugfix: Page switching had a problem with the search. And automatic reloading hadn't worked with some search terms
|
2013-12-08 20:10:28 +01:00 |
|
Michael Vogel
|
bae844e367
|
New style for shared links. Preparation for changes in some addons
|
2013-12-08 16:49:07 +01:00 |
|
Michael Vogel
|
3b4a20f987
|
SQL improvements. New parameter for a maximum amount of comments per thread
|
2013-12-08 14:49:24 +01:00 |
|
Michael Vogel
|
b0dd16696a
|
Solving some more SQL warnings ("limit" must never be used in update statements)
|
2013-12-02 20:30:24 +01:00 |
|
Michael Vogel
|
4f38969148
|
Optional parameter for parseurl to only fetch data from meta information
|
2013-12-02 20:24:41 +01:00 |
|
Michael Vogel
|
70e017745a
|
Just some code beautification.
|
2013-12-02 00:41:59 +01:00 |
|
Michael Vogel
|
e0cf2c5167
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
mod/admin.php
mod/settings.php
|
2013-12-02 00:33:46 +01:00 |
|
Michael Vogel
|
6684107b66
|
multiple admin mails. It is now possible to define more than one admin mail address. You can now add multiple addresses, separated by comma.
|
2013-12-02 00:11:31 +01:00 |
|
Mats Sjöberg
|
2859ce1483
|
Initial implementation of internal PuSH server in Friendica. It has been tested with GNU Social/StatusNet, and subscribe, unsubscribe and pushing new items seem to work.
|
2013-11-21 21:44:18 +02:00 |
|
Tobias Diekershoff
|
9144dd3780
|
rename some fields to fix issue #775
|
2013-11-17 16:45:24 +01:00 |
|
Tobias Diekershoff
|
5fd58b29e0
|
wording for the SUBMIT button while handling with contact groups
|
2013-11-17 15:33:07 +01:00 |
|
Tobias Diekershoff
|
4101127c01
|
better worting of the SUBMIT button in the settings tab and the admin panel
|
2013-11-17 15:22:11 +01:00 |
|
Fabrixxm
|
0414e0a316
|
More "relocate":
button in user's setting to resend relocate message to contacts
option in admin's site setting to relocate a server
|
2013-11-13 06:07:49 -05:00 |
|
fabrixxm
|
3964d86020
|
Merge pull request #817 from annando/master
SQL: Query for showing group posts is improved, order by comment date now is working again
|
2013-11-11 01:51:58 -08:00 |
|
maase2
|
940f55a2ec
|
Update admin.php
Improve the SQL query to keep the result quantity small
|
2013-11-10 13:23:06 +01:00 |
|
Michael Vogel
|
7ba1416e64
|
SQL: Query for showing group posts is improved, order by comment date now work again
|
2013-11-08 08:11:39 +01:00 |
|
Michael Vogel
|
eaefcf9de7
|
All subqueries in tag searches are now reformed. Further SQL improvements
|
2013-11-03 02:07:44 +01:00 |
|
Michael Vogel
|
759015e5fd
|
Removed many "limit 1" at update and delete queries since they were superflous und generated massiv logfile entries
|
2013-11-02 16:13:11 +01:00 |
|
Michael Vogel
|
53c06a3625
|
Several performance improvements.
|
2013-11-02 10:49:44 +01:00 |
|
Tobias Diekershoff
|
8faeee9965
|
added config->info and system-suppress_language options to the admin panel
|
2013-10-20 16:17:39 +02:00 |
|
Michael Vogel
|
028dc3c3b4
|
Switching the user agent because CloudFlare has blocked the old one
|
2013-10-15 01:11:01 +02:00 |
|
Michael Vogel
|
e70b110984
|
Switching from "new share" to "old share"
|
2013-10-15 00:49:49 +02:00 |
|
Michael Vogel
|
1b0b686116
|
Speeding up the search for tags.
|
2013-10-15 00:49:13 +02:00 |
|
Michael Vogel
|
693b6d0fd4
|
Infinite scroll: At the end of the network page new content is loaded automatically
|
2013-10-15 00:43:11 +02:00 |
|
Michael Vogel
|
370d8d7063
|
Reverting a forced index. It was good for a profile with many entries - but not on a profile with only a few items.
|
2013-10-12 08:22:49 +02:00 |
|
Michael Vogel
|
2d1b261fad
|
Speed improvements of queries
|
2013-10-05 12:30:10 +02:00 |
|
Michael Vogel
|
ab7d8bc6ab
|
Delete all APC values before showing them in the settings and admin section
|
2013-09-27 23:02:59 +02:00 |
|
Michael Vogel
|
34d0eb709b
|
Merge remote-tracking branch 'upstream/master'
|
2013-09-15 19:39:22 +02:00 |
|
Michael Vogel
|
d5ae5ecedd
|
- Improved speed due to forced indexes when showing items.
- Possibility to setup a hostname
|
2013-09-15 10:40:58 +02:00 |
|
Silke Meyer
|
9152198927
|
Added link to import a profile im register tpl
|
2013-09-04 20:51:04 +02:00 |
|
Tobias Diekershoff
|
3ff982be99
|
we use the bugtracker on github now
|
2013-08-20 11:35:26 +02:00 |
|
Michael Vogel
|
e40bcbb4bc
|
Some debugging information added
|
2013-08-05 23:06:40 +02:00 |
|
Michael Vogel
|
741b932cc9
|
Merge remote-tracking branch 'upstream/master'
|
2013-08-05 20:32:02 +02:00 |
|
Michael Vogel
|
f70a80bbe5
|
Changed the tag search. This hopefully speeds it up on larger systems.
|
2013-08-05 20:31:08 +02:00 |
|
fabrixxm
|
3e4c4f53f7
|
Merge pull request #750 from zered/deleted_user_disp
Deleted user display in admin page
|
2013-08-05 04:24:54 -07:00 |
|