friendica
|
b8454cbd1d
|
post_activity_item issues
|
2013-12-07 23:29:26 -08:00 |
|
friendica
|
78d19f3395
|
move profile tabs and network/matrix tabs to include/conversation
|
2013-12-05 21:00:14 -08:00 |
|
Olivier Migeot
|
2239d472e5
|
Plurals for conversation.php
|
2013-11-28 12:24:37 +01:00 |
|
friendica
|
e8c9dafb90
|
revert to prepare_page - but have it call prepare_body
|
2013-11-15 15:32:26 -08:00 |
|
friendica
|
0b8c9654ea
|
allow rpost to set source app
|
2013-11-15 03:10:00 -08:00 |
|
friendica
|
592c24e162
|
e2ee in comments and a bit of cleanup so not every theme has to define how to insert bbcode, only if they're doing something special (e.g. this is how to implement a javascript plugin :-)), and I got rid of the predefined http:// in the bbcode for urls. You're almost always pasting a url which already has that bit and it just creates an extra step.
|
2013-11-14 15:41:25 -08:00 |
|
friendica
|
a7c53d470b
|
ability to use other ciphers
|
2013-11-11 18:42:49 -08:00 |
|
friendica
|
ca4103debe
|
e2ee
|
2013-11-10 23:19:44 -08:00 |
|
friendica
|
7381326b7a
|
provide expire feature on post and comments as well as private messages. This requires a feature setting and is currently unmaskable - if the author says it's gone, there's not a lot you can do to stop it or try and save it. It's gone.
|
2013-11-07 00:47:50 -08:00 |
|
friendica
|
a5693df07f
|
issue #189 - show post edited time on relative date hovertip
|
2013-10-30 17:33:10 -07:00 |
|
friendica
|
1380bee82c
|
Comanche documentation and some cleanup of layout page (including link to doco) and a few other webpage related cleanups
|
2013-10-28 17:48:42 -07:00 |
|
friendica
|
9b7994a9b7
|
remote post module so that from anywhere on the web or at least within the matrix you'll be able to share content or we can have apps on other sites that post status updates on your wall. All with your permission of course as you'll have to click "share" to actually post it.
|
2013-10-27 20:01:28 -07:00 |
|
friendica
|
336768715c
|
Optionally pass a prepared "top level" item into conversation(). This will eventually be used by the photos module where the "top level item" of the conversation is a photo with editing and album navigation controls and doesn't look anything like a post.
|
2013-10-24 18:19:39 -07:00 |
|
friendica
|
c48da79adf
|
link to source - if it's on the display page link to original source (probably on a different site). All other conversations link to 'llink' which is a local copy and may provide a richer possibility of interactions, especially if you're logged in locally and it's your own copy of the post.
|
2013-10-20 20:29:52 -07:00 |
|
friendica
|
3772682204
|
Put a status editor on the display page if you're logged in. This fixes issue #113 and also provides the ability to reshare from that page.
|
2013-10-18 14:25:55 -07:00 |
|
friendica
|
0e793dea9b
|
replace a bunch of graphic icons with vector icons
|
2013-10-08 21:17:11 -07:00 |
|
friendica
|
78a8d176ac
|
post signatures
|
2013-10-02 21:04:48 -07:00 |
|
friendica
|
fb03195c3f
|
OK, sure.
|
2013-09-20 18:07:16 -07:00 |
|
friendica
|
c6d6c01fb6
|
use prepare_body in api calls to properly render content, add 'mode' to conversation templates so that themes can use the module context to suppress or show comments as desired
|
2013-09-16 22:40:53 -07:00 |
|
friendica
|
129a119c84
|
implement what I hope will now be the server side of directory sync, add viewsrc to item_photo_menu, and log what changed in import_xchan update objects so we can find out why there are so many updates when nothing _obvious_ has changed that should trigger it.
|
2013-09-15 03:48:43 -07:00 |
|
friendica
|
99ea251b12
|
provide templating options in comanche for the underlying webpage element - in this case the way the author is displayed. Leave this open for other forms templating options.
|
2013-09-04 21:24:57 -07:00 |
|
friendica
|
879ac35952
|
my bad
|
2013-09-03 18:00:09 -07:00 |
|
friendica
|
bac2dcd46a
|
typo
|
2013-09-03 17:55:25 -07:00 |
|
friendica
|
c360bf3252
|
personal config to just show the page content without author info - probably this needs to be a page option
|
2013-09-03 17:49:47 -07:00 |
|
friendica
|
615bf23733
|
add a layout selector
|
2013-09-02 20:25:33 -07:00 |
|
friendica
|
a32d86f0a0
|
preserve mimetype on page edits
|
2013-09-02 17:48:48 -07:00 |
|
friendica
|
dfa2efcecf
|
oh that's why
|
2013-09-02 16:37:54 -07:00 |
|
friendica
|
7c775db9d6
|
fix webpage storage
|
2013-09-02 16:01:29 -07:00 |
|
friendica
|
5f2a7573d5
|
only allow richtext editor on pages if bbcode is the default mimetype, otherwise use plaintext editor. This will eventually need work to support a visual editor for html or other types.
|
2013-09-02 13:39:13 -07:00 |
|
friendica
|
f44274bfca
|
allow a channel owner to define a default mimetype on webpages (otherwise default to "choose") - also fix the selector w/r/t php code. There is no ui for setting either at the moment, but for instance with wiki pages we probably don't want to have multiple choice of the mimetype. Keep it simple.
|
2013-09-02 13:31:59 -07:00 |
|
friendica
|
8b7757e033
|
webpage content-type -- needs cleaning up and a security check once all the important bits are in place.
|
2013-09-02 01:38:17 -07:00 |
|
friendica
|
d43a765985
|
more debugging on localize_item top find out why likes are not translated in notifications, but are in displayed posts (using 'new' on matrix page) - in one case we're successfully pulling stuff from item['object'] and in the other we aren't - and it's the same object.
|
2013-08-31 04:19:26 -07:00 |
|
friendica
|
b4bd518e40
|
silence some warnings at php E_ALL levels
|
2013-08-28 21:56:01 -07:00 |
|
friendica
|
c877d8f9fa
|
It's a wretched mess, but at least photo comments show up again when viewing the photo. This is just temporary until these conversations are merged into the common conversation viewer, so it's not worth spending a lot of time cleaning up the remnants.
|
2013-08-28 17:57:45 -07:00 |
|
friendica
|
7bb9289921
|
Preparatory work for photo conversations (third time). Also take away unused "post new activity" preferences until they actually do something.
|
2013-08-27 21:06:11 -07:00 |
|
friendica
|
390a1ce552
|
more loose ends
|
2013-08-27 18:40:33 -07:00 |
|
friendica
|
99a9aee03e
|
extra logging for translating likes in notification emails - which is still failing on occasion.
|
2013-08-22 06:15:00 -07:00 |
|
friendica
|
02a3694868
|
fix superblock for comments
|
2013-08-20 19:51:58 -07:00 |
|
friendica
|
b9314935e6
|
localize_item() thinks all likes on posts are likes on comments because we didn't pass any info in the activity object to distinguish them from each other.
|
2013-08-19 19:05:11 -07:00 |
|
friendica
|
085eec4869
|
malformed ru string file
|
2013-08-08 03:28:42 -07:00 |
|
friendica
|
24b9799dca
|
convert all stored json calls to json_decode_plus()
|
2013-08-06 03:54:49 -07:00 |
|
friendica
|
71347bb9e0
|
we've been storing json_encoded structures on disk in several places because it's a lot easier to parse than xml - but OMG do they get mangled - stored as single quoted strings when escaped as if double quoted. We need to use my new function json_decode_plus() wherever we need to parse one of these babies to make sure we get it right. Maybe we should've just used serialize().
|
2013-08-06 03:29:57 -07:00 |
|
friendica
|
c965ed2bb6
|
enotify: localize things we know how to translate
|
2013-08-05 17:32:33 -07:00 |
|
friendica
|
79dacc3f1a
|
fix some weirdness on the zot feed
|
2013-07-29 20:31:02 -07:00 |
|
friendica
|
5a8cda632b
|
remove double tags on search results, updates to install doco to get rid of Friendica name there and clarify Red requirements.
|
2013-07-09 22:48:34 -07:00 |
|
friendica
|
9d03da1348
|
fall back on object author/actor if no owner
|
2013-06-18 21:52:54 -07:00 |
|
friendica
|
0b935b79dc
|
Support arbitrary likes - "David likes Bob's bicycle" or "Nancy likes Margaret's breasts" or whatever... This is a tricky activity to construct. You will need to set the object owner to the owner of the "thing" and the object title to the name of the "thing". The thing liked can include a photo if desired. This will probably have issues working correctly in other activitystreams environments.
|
2013-06-18 20:30:20 -07:00 |
|
friendica
|
ba4f237be2
|
provide support for "bob likes Lisa's channel" activities
|
2013-06-18 20:14:56 -07:00 |
|
friendica
|
40c8e89d84
|
undo comment policy override - there are a handful of stored posts from the 17th-June with a broken policy (which won't have a comment box) but it seems to be working for both recent and older posts.
|
2013-06-18 18:48:41 -07:00 |
|
friendica
|
765d6e0a97
|
push refresh messages, performance work on conversations and configs, doc updates
|
2013-06-14 16:54:58 -07:00 |
|
friendica
|
4a072297f7
|
missed a few zrl/zmg conversions, like for translate_item and enotify messages
|
2013-06-12 00:58:31 -07:00 |
|
friendica
|
e81e11382f
|
cleanup localisation of like activities
|
2013-05-28 01:50:28 -07:00 |
|
friendica
|
112dbf3abd
|
get search page working with live-update and endless scroll, still not perfect - there may be duplicated content and possibly unauthorised content and 'timeago' not working correctly - will deal with those later, but at least you can see results.
|
2013-05-09 18:08:00 -07:00 |
|
friendica
|
50db4a7120
|
port superblock core code (except Red will use an xchan instead of a URL)
|
2013-04-28 22:46:07 -07:00 |
|
friendica
|
ddf5bf8968
|
rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present.
|
2013-03-21 18:25:41 -07:00 |
|
friendica
|
b86277b0ff
|
dangerous typo that removes all your hublocs, fix reshare formatting
|
2013-03-11 16:13:09 -07:00 |
|
friendica
|
c5d0da43e5
|
tweaky tweak, plus add share tracking db, and don't show acl for guest postings, and experiment with compressing pcss on the fly
|
2013-03-06 15:13:54 -08:00 |
|
friendica
|
dd22e1b582
|
just tinkering and trying a few things - don't get upset. It can all be reverted it it sucks. Freedom's just another word for "nothin' left to lose" and I'm not sure it's possible to create a UI that's hated more than Friendica. So that gives us plenty of artististic license to explore some different directions and see if they lead to anything interesting.
|
2013-03-05 15:48:56 -08:00 |
|
friendica
|
8d442e6fc1
|
fix timeago (again), webfinger new spec implemented, some theme work
|
2013-03-04 20:58:39 -08:00 |
|
friendica
|
5612716cff
|
taking the next step on pages
|
2013-02-27 17:09:04 -08:00 |
|
friendica
|
ea3940c4b0
|
start formatting for Doxygen
|
2013-02-25 17:09:40 -08:00 |
|
friendica
|
cfd0dc1bff
|
little fixes
|
2013-02-24 20:21:37 -08:00 |
|
friendica
|
4bde38c429
|
make 'view in context' actually go somewhere useful
|
2013-02-13 23:54:25 -08:00 |
|
friendica
|
2cfd73c57d
|
progress on mod/display - slow but any progress is good
|
2013-02-10 16:04:03 -08:00 |
|
friendica
|
99c5f88963
|
mod_display - no fun. Not working at all. But a bit of progress.
|
2013-02-10 04:55:29 -08:00 |
|
friendica
|
d8c667288e
|
this seems to cut load times in half
|
2013-02-09 03:40:56 -08:00 |
|
friendica
|
a5671c0e26
|
error 500 trying to debug templates
|
2013-02-04 23:54:59 -08:00 |
|
friendica
|
66b3603178
|
make preview work again after search/new template change
|
2013-02-04 18:50:55 -08:00 |
|
friendica
|
da388f4bc5
|
fix new/search mod on network page, fix the parent queries on network and channel pages - which you probably didn't even notice were all stuffed up because the endless scroll made things right.
|
2013-02-04 17:46:04 -08:00 |
|
friendica
|
421921d4d0
|
debugging mark all seen for various notification types
|
2013-02-04 00:03:19 -08:00 |
|
friendica
|
fb2b21626e
|
clearly a chanview link is not going to work there, go back to zid.
|
2013-02-03 19:53:16 -08:00 |
|
friendica
|
b41106f2fb
|
allow non-linkable locations, self-linked locations and get rid of google default location link
|
2013-02-02 16:34:00 -08:00 |
|
friendica
|
62d08029d8
|
connnnnnnnections
|
2013-01-29 14:29:40 -08:00 |
|
friendica
|
132a5f0f96
|
add new magic links to activity translations
|
2013-01-25 04:30:03 -08:00 |
|
friendica
|
62b1eb65dc
|
pages sorta working
|
2013-01-15 01:32:11 -08:00 |
|
friendica
|
639325b235
|
progress on pages - they're still getting lost inside conversation(), but progress is progress.
|
2013-01-14 16:49:57 -08:00 |
|
friendica
|
f0a08a05ae
|
fix the "personal" network filter and introduction notifications
|
2013-01-09 23:07:13 -08:00 |
|
friendica
|
3fc6df1000
|
Merge pull request #13 from fermionic/20130105-smarty3
implement smarty3
|
2013-01-06 19:25:01 -08:00 |
|
friendica
|
a9aa74a807
|
make dislikes work - though they need a display tweak
|
2013-01-06 16:36:02 -08:00 |
|
Zach Prezkuta
|
a0d19ffb72
|
implement Smarty3
|
2013-01-06 15:57:11 -07:00 |
|
friendica
|
7cd014e93c
|
make preview work fix some other nits
|
2013-01-06 04:07:10 -08:00 |
|
friendica
|
fa8b4e98b7
|
some cleanup - Thomas we can put the radius/shadow stuff back later for the hipster kids, it's quite distracting at the moment and makes it hard to get serious work done. Hmmm. Wonder if we could make radius/shadow configurable like colours.... and maybe even screen transparency.... that could be interesting.
|
2012-12-16 15:49:22 -08:00 |
|
friendica
|
47235e5b32
|
start whipping the item photo menu into shape
|
2012-12-09 19:57:02 -08:00 |
|
friendica
|
f8c33243bf
|
start to whip the permissions into shape, also got rid of the mce drop shadow until we can figure out how to do it without the ugly black bars. I tend to prefer "outy" shadows over "inny" shadows anyway, but maybe that's just me.
|
2012-12-09 18:07:36 -08:00 |
|
friendica
|
c079133719
|
remove previous iterations of threading code because it's not being used and just confusing things
|
2012-11-29 20:53:43 -08:00 |
|
friendica
|
05e08cb5d2
|
trace through the threaded conversation spaghetti to bring back a sane looking network page
|
2012-11-28 18:45:11 -08:00 |
|
friendica
|
5d4c9f5617
|
more progress on notifier cleanup and encoding items for transit.
|
2012-11-15 21:52:05 -08:00 |
|
friendica
|
aa88165383
|
mood mostly working
|
2012-11-13 19:32:59 -08:00 |
|
friendica
|
4af6d77de3
|
a bit more progress on the new network/home ajax notifications, at least I've now got a plan
|
2012-11-13 16:04:22 -08:00 |
|
friendica
|
22841e1566
|
start implementing zot-id
|
2012-11-08 19:07:19 -08:00 |
|
friendica
|
55df0452b6
|
finish off like/dislike localisation except for zrl/magic_link
|
2012-11-06 16:16:26 -08:00 |
|
friendica
|
417d1080d4
|
likes working a bit better - not translateable yet
|
2012-11-06 00:30:40 -08:00 |
|
friendica
|
2752b58f33
|
plaintext default - richtext is a feature
|
2012-11-05 01:25:08 -08:00 |
|
friendica
|
152641bf24
|
that was certainly some fun debugging (not)
|
2012-11-04 20:53:59 -08:00 |
|
friendica
|
aaa5a2638c
|
feature enable 'dislike' - backend
|
2012-11-03 23:39:38 -07:00 |
|
friendica
|
f55636aeb6
|
turn off categories feature by default
|
2012-11-03 16:51:29 -07:00 |
|
friendica
|
358111c76b
|
fix post preview
|
2012-11-03 05:46:56 -07:00 |
|
friendica
|
1a6415807e
|
more structural stuff
|
2012-10-29 19:31:38 -07:00 |
|
friendica
|
e3c2e58979
|
"profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes to the profile details.
|
2012-10-29 17:14:02 -07:00 |
|
friendica
|
1a9ab12748
|
fix starring posts
|
2012-10-27 05:26:34 -07:00 |
|
friendica
|
26774310b1
|
move things to the newer conversation object, a few minor bugs - will sort it out eventually
|
2012-10-25 21:58:33 -07:00 |
|
friendica
|
3b394ea43f
|
comments sort of working again but now need to fix the threading which was ported when it was only half working
|
2012-10-25 18:42:42 -07:00 |
|
friendica
|
968b9ce1af
|
more heavy lifting
|
2012-10-23 21:24:23 -07:00 |
|
friendica
|
3c04676a32
|
get posts to show up
|
2012-10-07 21:44:11 -07:00 |
|
friendica
|
846a9813b2
|
here's where the heavy lifting begins - everything is likely to be broken for quite some time as we add location and db independence to items and conversations and work through the rest of the permissions and how to federate the buggers.
|
2012-10-01 18:02:11 -07:00 |
|
friendica
|
6c92b5ab86
|
separate the public feed from everything else
|
2012-09-20 17:04:22 -07:00 |
|
friendica
|
c8957b36ea
|
permissions responder + upstream merge
|
2012-09-10 22:00:56 -07:00 |
|
friendica
|
3ebb4a3dc7
|
updates
|
2012-09-09 21:17:06 -07:00 |
|
friendica
|
5ff6e9348b
|
a few minor changes
|
2012-08-26 23:05:00 -07:00 |
|
friendica
|
2456174cc9
|
back to identity creation form
|
2012-08-23 20:00:10 -07:00 |
|
friendica
|
30e86284af
|
upstream
|
2012-08-21 20:03:25 -07:00 |
|
friendica
|
2f81fb4385
|
upstream fixes
|
2012-08-20 06:34:54 -07:00 |
|
friendica
|
f7c6a6ff90
|
item table rename parent-uri, target-type, object-type (more to come later)
|
2012-08-15 22:33:37 -07:00 |
|
friendica
|
e80d69d25b
|
merge upstream
|
2012-08-11 18:54:23 -07:00 |
|
friendica
|
0292d46e5d
|
merge comment threading, provide plugin/theme functions to handle css/js includes
|
2012-08-09 16:26:44 -07:00 |
|
friendica
|
c673c70c25
|
updates
|
2012-08-05 21:41:58 -07:00 |
|
friendica
|
4824e5b8b8
|
birthdays and events are now notifications
|
2012-07-29 18:29:27 -07:00 |
|
friendica
|
7bdbb8331c
|
picking up the page load times a bit
|
2012-07-25 22:55:43 -07:00 |
|
friendica
|
fc53a7a09e
|
recover existing conversation loading functionality for home,search,community,display,etc. whilst working on the ajax stuff in network
|
2012-07-25 18:57:04 -07:00 |
|
friendica
|
6911beca2f
|
ajax page loads
|
2012-07-24 22:06:21 -07:00 |
|
friendica
|
3decf67e6d
|
realtime updates of "6 minutes ago" with fallback to iso8601 timestamps (available on tooltip)
|
2012-07-23 04:11:59 -07:00 |
|
friendica
|
6e08f39820
|
simplify
|
2012-07-21 03:48:59 -07:00 |
|
friendica
|
49c0e0de9b
|
sync changes
|
2012-07-19 18:53:26 -07:00 |
|
friendica
|
d92a4a686d
|
eliminate the obsolete "last-child" indicator
|
2012-07-18 17:08:03 -07:00 |
|
friendica
|
d3279a6157
|
more search cleanup
|
2012-07-16 21:20:04 -07:00 |
|
friendica
|
f83a504da1
|
more work on json notifications, now working except for notify popup
|
2012-07-15 21:06:07 -07:00 |
|
friendica
|
599f3d2961
|
add plink to profile change notifications
|
2012-07-12 16:53:42 -07:00 |
|
friendica
|
3f7b93ce65
|
language detection and sparkle links added to plinks where appropriate
|
2012-07-12 03:50:05 -07:00 |
|
friendica
|
e7957e1448
|
create fetch_tags function, make search work again, change logo
|
2012-07-10 19:28:02 -07:00 |
|
friendica
|
4b066e04f6
|
making tags work
|
2012-07-09 22:08:25 -07:00 |
|
Zach Prezkuta
|
da2ccebed8
|
fix bugs
|
2012-07-07 18:50:33 -06:00 |
|
Zach Prezkuta
|
173b3a1b9a
|
allow more than one embedded private photo
|
2012-07-07 16:24:20 -06:00 |
|
friendica
|
6cc844b2f9
|
restore 'shareable' to feeds after recent feed privacy re-factoring
|
2012-06-30 05:16:30 -07:00 |
|
friendica
|
a3edbf7e5d
|
create third privacy state - public post but not searchable or publicly visible
|
2012-06-28 17:43:29 -07:00 |
|
friendica
|
1574396d04
|
sort out some "like" issues
|
2012-06-23 21:11:18 -07:00 |
|
friendica
|
7a346bc756
|
this is going to take some more debug before it can be roller out
|
2012-06-23 07:43:56 -07:00 |
|
friendica
|
22ca358a8c
|
like comments
|
2012-06-23 05:46:15 -07:00 |
|
friendica
|
7614d35cad
|
liking comments backend
|
2012-06-23 04:44:48 -07:00 |
|
Zvi ben Yaakov (a.k.a rdc)
|
ff2f7dfeef
|
Added App::get_cached_avatar_image usage on conversation wall of Normal View
|
2012-06-19 16:05:39 -07:00 |
|
Zvi ben Yaakov (a.k.a rdc)
|
ac50c9e84d
|
Beginning to use App::get_cached_avatar_image for loading profile images in conversations
|
2012-06-19 16:05:38 -07:00 |
|
friendica
|
267681844d
|
poll even if contact hasn't responded recently, so we can update the termination status
|
2012-06-14 17:27:07 -07:00 |
|
friendica
|
3b9c3d886d
|
sheesh
|
2012-06-11 16:21:27 -07:00 |
|
friendica
|
daa4f5213f
|
zrl's when visiting public photos at the source site
|
2012-06-03 01:53:11 -07:00 |
|
friendica
|
29bdf432f0
|
fewer "bob smith to bob smith via wall-to-wall".
|
2012-06-02 00:40:38 -07:00 |
|
friendica
|
a163825291
|
redir links for permission controlled attachments
|
2012-05-21 22:54:39 -07:00 |
|
friendica
|
4e0b0d4e43
|
fix search/new against possible email leakage
|
2012-05-11 05:19:29 -07:00 |
|
friendica
|
20229ce187
|
better test of email reply visibility
|
2012-05-11 05:11:53 -07:00 |
|
friendica
|
53157bb954
|
send browser back to correct page (with query args) after posting
|
2012-05-09 04:18:01 -07:00 |
|
friendica
|
3c6cf1f19c
|
make comment edit icons look more like base theme
|
2012-04-26 19:55:20 -07:00 |
|
Tobias Hößl
|
720c8324c7
|
Some Bugfixes, and variable checks
|
2012-04-17 11:33:50 +00:00 |
|
friendica
|
fd2f7dd6ae
|
turn on comment edit
|
2012-04-16 03:51:48 -07:00 |
|
Michael Vogel
|
ee714daf4d
|
Merge commit 'upstream/master'
|
2012-04-11 19:35:51 +02:00 |
|
Michael Vogel
|
c88c2515e4
|
API: Improved the timeline. Several (disabled) tests with caching of photos.
|
2012-04-11 19:31:01 +02:00 |
|
friendica
|
640f258f18
|
cleanup photo menus
|
2012-04-10 19:33:32 -07:00 |
|
Alexander Kampmann
|
355c42cb30
|
Merge branch 'master' of https://github.com/friendica/friendica
Conflicts:
include/config.php
update.php
|
2012-04-05 13:39:15 +02:00 |
|
Michael Johnston
|
581b54c974
|
allow users to set categories on their posts
|
2012-04-01 21:28:31 -04:00 |
|
friendica
|
e6fd6bfd89
|
more error handling
|
2012-03-31 17:44:34 -07:00 |
|
friendica
|
bcc5801608
|
rename "file as" to "save to folder"
|
2012-03-30 02:42:36 -07:00 |
|
friendica
|
87539dbec4
|
bug #352 - qcomment plugin disabled, qcomments still allowed
|
2012-03-30 02:22:57 -07:00 |
|
friendica
|
9332312ce9
|
silly mistake
|
2012-03-29 21:18:47 -07:00 |
|
friendica
|
168cf3b9d4
|
zrl on mentions
|
2012-03-29 21:08:10 -07:00 |
|
friendica
|
bb8beb26b4
|
use zrl to get home again
|
2012-03-29 20:58:32 -07:00 |
|
friendica
|
6c7b619b34
|
remove stray template variable from old code
|
2012-03-20 23:57:33 -07:00 |
|
Tobias Hößl
|
72894b0e91
|
replace split() by explode(); split is deprecated
|
2012-03-18 10:36:49 +00:00 |
|
friendica
|
949c6d47b5
|
add "send pm" link to photo dropdown for Diaspora contacts
|
2012-03-16 15:19:38 -07:00 |
|
friendica
|
110e8f2919
|
basic ssl_policy for important modules
|
2012-03-14 21:20:20 -07:00 |
|
friendica
|
4972d7ef6e
|
more work on filer, comment level and file tag removal
|
2012-03-13 20:46:37 -07:00 |
|
friendica
|
be48fff157
|
file as widget and basic filing implementation for duepuntozero,slackr
much more work needed - this is just for test/evaluation currently
|
2012-03-13 18:13:03 -07:00 |
|
Tobias Hößl
|
635958e11d
|
Merge branch 'master' of git://github.com/friendica/friendica
|
2012-03-09 10:00:12 +00:00 |
|
friendica
|
312c175045
|
bug in check for private email comment to public conversation prevents authenticated visitor from seeing comments that should be allowed
|
2012-03-09 00:31:17 -08:00 |
|
friendica
|
2050f886cc
|
keep tony from talking to himself
|
2012-03-08 21:14:41 -08:00 |
|
friendica
|
8fb0ea4048
|
bugs #312, #313
|
2012-03-06 14:27:53 -08:00 |
|
Fabio Comuni
|
ed42fa7d59
|
conversation: remove templating items in code and move it to template.
|
2012-03-01 11:46:08 +01:00 |
|
Tobias Hößl
|
5bb8ed4b8b
|
Mostly some checks in order to avoid Notices; 1 real bugfix in /mod/network.php
|
2012-02-28 21:56:42 +00:00 |
|
Tobias Hößl
|
3d249f0edd
|
Merge remote branch 'upstream/master'
|
2012-02-28 21:19:02 +00:00 |
|
Tobias Hößl
|
1204210c69
|
wasn't actually changed before
|
2012-02-28 13:01:58 +00:00 |
|
friendica
|
a1861d1128
|
tagging missing from wallwall and a couple of themes, star missing from dispy
|
2012-02-26 16:29:06 -08:00 |
|
Tobias Hößl
|
cbc6ca642a
|
1 Bugfix (missing $ character) and avoid some notices
|
2012-02-26 20:41:41 +00:00 |
|
friendica
|
b1d31aca51
|
quick comments
|
2012-02-15 18:13:41 -08:00 |
|
friendica
|
03171fd7de
|
preliminary qcomment support, [nosmile] tag to disable smiley processing
|
2012-02-14 23:13:18 -08:00 |
|
friendica
|
f865939653
|
localise links to private photos inside messages
|
2012-02-14 18:07:13 -08:00 |
|
friendica
|
803a7425ea
|
make hr bbtag shareable, stray quote in duepuntozero wall_item
|
2012-02-13 18:40:28 -08:00 |
|
Fabio Comuni
|
850560519a
|
Merge remote-tracking branch 'friendica/master' into mobile
|
2012-02-13 09:46:42 +01:00 |
|
Fabio Comuni
|
ed38808aae
|
hidden jot in "display" to allow reshare
|
2012-02-10 17:30:22 +01:00 |
|
friendica
|
5859f9dcf6
|
add render_location hook to both sets of conversations
|
2012-02-09 18:09:28 -08:00 |
|
friendica
|
ec26f88be9
|
render_location hook
|
2012-02-09 15:02:59 -08:00 |
|
friendica
|
2b77002471
|
basic support for plaintext editor configuration (disable tinymce), currently only zero themes - and not all the post tools currently work (as some of them emit html).
|
2012-02-06 20:28:50 -08:00 |
|
friendica
|
3a1a4d62d9
|
bug #254
|
2012-01-24 16:23:30 -08:00 |
|
friendica
|
8aa2552372
|
add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit)
|
2012-01-18 16:21:30 -08:00 |
|
friendica
|
6573c94d6c
|
modified item_photo_menu hook
|
2012-01-11 17:34:02 -08:00 |
|
friendica
|
cf7008e575
|
post preview to loozah
|
2012-01-10 17:47:11 -08:00 |
|
friendica
|
7011f71e8f
|
post preview
|
2012-01-09 20:03:00 -08:00 |
|
Fabio Comuni
|
f9b0af6f2f
|
Merge remote-tracking branch 'friendica/master'
|
2012-01-06 09:11:48 +01:00 |
|
Fabio Comuni
|
efe308b5ac
|
Use html5 placeholder for title text input
|
2012-01-06 09:11:25 +01:00 |
|
Fabio Comuni
|
a9670cbb7d
|
Merge remote-tracking branch 'friendica/master'
|
2012-01-06 09:10:21 +01:00 |
|
friendica
|
b99cb511ca
|
comment preview
|
2012-01-05 16:38:24 -08:00 |
|
friendica
|
47edaf9ad7
|
dynamic title input box - via fabrixxm
|
2012-01-04 18:03:09 -08:00 |
|
friendica
|
969cd145ce
|
suggestion notifications
|
2012-01-03 17:29:07 -08:00 |
|
friendica
|
c583d16209
|
fix reference variable effects on sorting
|
2012-01-03 14:27:00 -08:00 |
|
Fabio Comuni
|
93563370c9
|
Merge remote-tracking branch 'friendica/master'
|
2012-01-03 21:14:48 +01:00 |
|