Thomas Willingham
3402fa5715
Quotes on strings. Dunno why it worked without.
2014-07-13 21:51:26 +01:00
Thomas Willingham
e03f2a97b6
Provide profile tabs opt-out.
2014-07-13 18:44:37 +01:00
jeroenpraat
29aece3472
added A NAME/ID to whitelist in HTMLpurifier. That means we can now make vintage indexes in web pages.
2014-07-11 22:28:26 +00:00
friendica
c74fd78993
move smarty compiled files to store/[data]/smarty3 - which puts all writeable areas of the server except the config file and logs under the "store" directory. We'll do logs at a future time.
2014-07-10 21:34:52 -07:00
friendica
83ad5328c8
doco
2014-07-10 19:29:51 -07:00
friendica
fa706c8e86
finish implementing email verification. Currently it only applies if REGISTER_OPEN is in effect.
2014-07-09 21:10:56 -07:00
friendica
913fd1d22e
numerous event fixes - mostly related to editing an event
2014-07-06 22:31:39 -07:00
friendica
5f41813845
homepage revisions
2014-07-06 19:15:09 -07:00
friendica
ee3a4902de
when deleting items, delete linked events and photos during stage1
2014-07-04 20:34:54 -07:00
friendica
53217ad9a7
add 'block_public' checking to get_all_perms() and perm_is_allowed() so we have everything related to allowing or denying something in one place. Currently this check is done separately in a huge number of places. Now we can start to remove all the extra checks. A couple of them are still necessary, but most are now redundant.
2014-07-03 19:36:59 -07:00
friendica
5ed9444bee
some initial work towards email address verification
2014-07-03 18:29:32 -07:00
friendica
06b7aea1a0
visage tracking opt-in/opt-out
2014-07-03 17:26:42 -07:00
friendica
c7086b77fd
move code out of templates - not sure how this even worked.
2014-07-03 00:58:49 -07:00
friendica
7b1901c2c2
turn that into a feature
2014-07-02 16:53:40 -07:00
friendica
7a082394c3
minor adjustments
2014-07-01 22:02:36 -07:00
friendica
ee6fd1d6e5
minor optimisation
2014-07-01 21:24:43 -07:00
friendica
c037a5083c
optionally allow zrl usage from specific markdown sources
2014-07-01 18:38:44 -07:00
friendica
fc69220b94
easter egg
2014-07-01 18:21:22 -07:00
friendica
8a84718163
for non-post items (e.g. photos, events, whatever) add mention tags explicitly to the output rendering since they may not be present in the post body.
2014-06-30 22:46:17 -07:00
friendica
b2abc51929
much better fix to problem yesterday of updates with the wrong ud_addr getting updated. Now we'll
...
pass in the update table row to import_xchan so we know exactly which ud_addr applies. We still need ud_flags passed in separately.
2014-06-30 21:17:19 -07:00
Klaus Weidenbach
4afa2853cc
Documented include/plugin.php a bit and removed an annoying default
...
logging. Changed it to LOGGER_DEBUG.
2014-07-01 00:24:53 +02:00
Thomas Willingham
7a079cd7dc
Make [observer.baseurl] more reliable using connurl which will change
...
less often than xchan_url, which can break the regex and might not
even contain the baseurl at all, plus a bit of doco clean up.
2014-06-30 16:23:42 +01:00
friendica
f64f84b5e9
control chars crept in.
2014-06-30 03:52:20 -07:00
friendica
71e8643bf6
ensure we have a unique guid for each address if one is generated.
2014-06-30 03:38:12 -07:00
friendica
4e8d10e269
update the update records for all addresses attached to this channel, not just the primary.
2014-06-30 03:34:37 -07:00
friendica
4c669be2ef
minor changes
2014-06-29 20:09:06 -07:00
friendica
436b44cb19
log the offending dir server
2014-06-29 18:24:34 -07:00
friendica
33034bc9b6
limit updates from new dir servers to avoid exhausting memory.
2014-06-29 18:18:29 -07:00
Klaus Weidenbach
ffea675240
Add rename support for DAV directories.
...
This works only over DAV right now, no GUI yet.
2014-06-30 01:08:29 +02:00
Klaus Weidenbach
aacb293f2e
Return a correct timestamp when a folder is empty.
...
If a folder was empty a zero timestamp was returned. Now it will
return the timestamp of the folder itself.
2014-06-29 21:15:37 +02:00
Klaus Weidenbach
322091cd12
Fixed some more timestamp bugs in RedDAV.
...
Fixed an SQL-query in RedFile::put(), where parameters where in wrong order.
2014-06-29 17:49:46 +02:00
Klaus Weidenbach
5be3ba8436
Fixed a wrong timestamp update when adding a file.
...
When a file was uploaded the timestamp of the containing folder
should get updated, but the timestamp of the first file in the
folder was mistakenly updated.
There are some more wrong timestamps, but still looking for the bug.
2014-06-29 16:00:21 +02:00
RedMatrix
e228c2ed32
Merge pull request #513 from dawnbreak/master
...
Some documentation for include/reddav.php and a new tpl-file.
2014-06-29 10:16:51 +10:00
Klaus Weidenbach
f49b74c5f6
Some documentation for include/reddav.php and a new tpl-file.
...
Documented include/reddav.php a bit more to understand what it is
about to try to clean up some parts. Still a lot to be done here.
I put serveral @todo markers that need to be checked.
Moved some more HTML to template file.
Changed getETag() return format according to documentation. (ETag MUST
be surrounded by double-quotes)
2014-06-29 01:17:06 +02:00
friendica
4e3c560bdb
remove the feature setting until the community decides what to do and makes it happen
2014-06-28 05:12:29 -07:00
friendica
0074ef0bf3
rule of snakes #1 , kill the snake.
...
tinymce is gone. if you want a visual editor, figure out what you want and make it happen.
If you don't want a visual editor, do nothing.
This is in the community's hands. I don't need a visual editor.
2014-06-28 05:05:34 -07:00
friendica
8b545d91db
notification being sent for comments from blocked connections on same site.
2014-06-26 16:24:53 -07:00
friendica
74fe151f96
bring back profile_tabs for unauthenticated visitors to /cloud page
2014-06-25 21:21:54 -07:00
Klaus Weidenbach
45dde16f3e
Templified cloud's directory listing.
...
Moved HTML for the directory listing from include/reddav.php to it's
own template file.
Still need to clean it up bit more, but should be useable already.
2014-06-26 02:01:53 +02:00
Paolo Tacconi
dda949ee3b
Delete confirmation is translatable
2014-06-25 12:07:36 +02:00
Paolo Tacconi
378aaf4a61
Display quota and translatable strings
2014-06-25 11:54:10 +02:00
tuscanhobbit
4c78c3bdee
Oops I left some debug stuff around
2014-06-24 12:13:54 +02:00
tuscanhobbit
cc4001fce7
Fixes to links and forward URLs in filestorage
2014-06-24 12:05:11 +02:00
friendica
b2feb26492
clean up the awful descriptive text on thing input
2014-06-23 17:05:03 -07:00
friendica
177c33be10
block edit/delete ability for everybody but the owner
2014-06-23 16:05:00 -07:00
friendica
3106de208c
Merge branch 'master' of https://github.com/tuscanhobbit/red into tuscanhobbit-master
2014-06-23 15:47:14 -07:00
tuscanhobbit
f6959dd18b
Dav file browser on a single page
2014-06-24 00:04:13 +02:00
friendica
0cfcb02311
ability to like things
2014-06-23 05:19:28 -07:00
friendica
223ed4a6c5
process profile like removals with normal low_level drop_item
2014-06-23 01:22:58 -07:00
friendica
c4c1c37bd3
profile likes
2014-06-22 22:16:26 -07:00