Roomediting: add permission check to to some dialogs
[citadel.git] / webcit / roomops.c
2012-02-19 Wilfried GoesgensRoomediting: add permission check to to some dialogs
2011-11-14 Wilfried Goesgensdon't use a tempfile to store the config use a strbuf...
2011-07-28 Wilfried Goesgensbuybuy plaintext important message.
2011-07-28 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-07-27 Art CancroWorked around issue where gotoroom() is called with...
2011-07-24 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-07-24 rootsitemap now uses its own private roomlist function...
2011-07-24 Wilfried GoesgensFix lots of warnings all over the place, make inbound...
2011-07-23 Wilfried Goesgenscleanup webcit.h; utils.c, remove unneeded stuff
2011-07-18 Art CancroDBG_QR[2] now a configurable loggable
2011-05-30 the_mgtMerge branch 'master' of ssh://git.citadel.org/appl...
2011-05-24 Art CancroRemoved the unused second argument from the do_template...
2011-05-14 the_mgtMerge branch 'master' of ssh://git.citadel.org/appl...
2011-05-14 the_mgtMerge branch 'master' of ssh://git.citadel.org/appl...
2011-04-06 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-04-06 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-04-06 Wilfried Goesgensif StrBuf_ServGetln() is called in a loop, its return...
2011-04-06 Wilfried Goesgensif StrBuf_ServGetln() is called in a loop, its return...
2011-03-13 Wilfried Goesgens* in knrooms we flush the cached floorlist, since the...
2011-03-13 Wilfried Goesgens* in knrooms we flush the cached floorlist, since the...
2011-03-01 Art CancroFlush the cached room list when logging in or out.
2011-03-01 Art CancroFlush the cached room list when logging in or out.
2011-03-01 Art CancroKnown rooms page now uses the auto-generated room banner.
2011-03-01 Art CancroKnown rooms page now uses the auto-generated room banner.
2011-01-17 Art CancroRemoved logging subsystem from webcit. It's all syslog...
2011-01-17 Art CancroRemoved logging subsystem from webcit. It's all syslog...
2010-12-30 Art CancroPerformed a bunch of markup fixes suggested by validato...
2010-12-30 Art CancroPerformed a bunch of markup fixes suggested by validato...
2010-12-28 Art CancroSmoother navigation and restricted iconbar for guest...
2010-12-28 Art CancroSmoother navigation and restricted iconbar for guest...
2010-12-14 Art CancroRoom info in banner was completely broken. Fixed.
2010-12-14 Art CancroRoom info in banner was completely broken. Fixed.
2010-11-04 Wilfried Goesgenshandle errors during netedit:
2010-11-04 Wilfried Goesgenshandle errors during netedit:
2010-09-13 Wilfried Goesgens* knrooms():
2010-09-13 Wilfried Goesgens* knrooms():
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-08-26 Wilfried Göesgens* shuffle arround the whole room stuff. we now have:
2010-08-26 Wilfried Göesgens* shuffle arround the whole room stuff. we now have:
2010-08-26 Wilfried Göesgens* remove old wiki navbar code
2010-08-26 Wilfried Göesgens* remove old wiki navbar code
2010-08-24 Wilfried Göesgens* add dummy wiki conditionals
2010-08-24 Wilfried Göesgens* add dummy wiki conditionals
2010-08-18 Wilfried Göesgens* move floor-save-handlers into roomops.c, remove floors.c
2010-08-18 Wilfried Göesgens* move floor-save-handlers into roomops.c, remove floors.c
2010-08-17 Wilfried Göesgens* FlushIgnetCfgs() get me out of FlushFolder, so we...
2010-08-17 Wilfried Göesgens* FlushIgnetCfgs() get me out of FlushFolder, so we...
2010-08-16 Wilfried Göesgens* GetNetConfigHash(): fix some edge cases
2010-08-16 Wilfried Göesgens* GetNetConfigHash(): fix some edge cases
2010-08-16 Wilfried Göesgens* GetWhoKnowsHash(): don't forget to step forward.
2010-08-16 Wilfried Göesgens* GetWhoKnowsHash(): don't forget to step forward.
2010-08-15 Wilfried Göesgens* cleanup & shuffle 'folders' struct (make clean!)...
2010-08-15 Wilfried Göesgens* cleanup & shuffle 'folders' struct (make clean!)...
2010-08-15 Wilfried Göesgens* set_room_policy(): use modern representations of...
2010-08-15 Wilfried Göesgens* set_room_policy(): use modern representations of...
2010-08-14 Wilfried Göesgens* FlushFolder (): memset (0) the struct, so flags etc...
2010-08-14 Wilfried Göesgens* FlushFolder (): memset (0) the struct, so flags etc...
2010-08-14 Wilfried Göesgens* oops, didn't see that case. corrected.
2010-08-14 Wilfried Göesgens* oops, didn't see that case. corrected.
2010-08-14 Wilfried Göesgens* embed_room_banner () simplify switch to one
2010-08-14 Wilfried Göesgens* embed_room_banner () simplify switch to one
2010-08-14 Wilfried Göesgens* defines may now be ored or anded
2010-08-14 Wilfried Göesgens* defines may now be ored or anded
2010-08-14 Wilfried Göesgens* fix rendering of room_edit template
2010-08-14 Wilfried Göesgens* fix rendering of room_edit template
2010-08-14 Wilfried Göesgens* switch display_editroom to template room_edit in...
2010-08-14 Wilfried Göesgens* switch display_editroom to template room_edit in...
2010-08-13 Wilfried Göesgens* link the entroom template, remove the function
2010-08-13 Wilfried Göesgens* link the entroom template, remove the function
2010-08-12 Wilfried Göesgens* templatize the room creation form
2010-08-12 Wilfried Göesgens* templatize the room creation form
2010-08-11 Wilfried Göesgens* migrate display_private to templates
2010-08-11 Wilfried Göesgens* migrate display_private to templates
2010-08-11 Wilfried Göesgens* remove no longer used room/floor loading functions
2010-08-11 Wilfried Göesgens* remove no longer used room/floor loading functions
2010-08-11 Wilfried Göesgens* burn our folder cache when zapping/deleting
2010-08-11 Wilfried Göesgens* burn our folder cache when zapping/deleting
2010-08-11 Wilfried Göesgens* going to 00000 doesn't refresh our state, it just...
2010-08-11 Wilfried Göesgens* going to 00000 doesn't refresh our state, it just...
2010-08-10 Wilfried Göesgens* GetWhoKnowsHash (): fix leaks.
2010-08-10 Wilfried Göesgens* GetWhoKnowsHash (): fix leaks.
2010-08-10 Wilfried Göesgens* default-select the Current-view, not the default...
2010-08-10 Wilfried Göesgens* default-select the Current-view, not the default...
2010-08-10 Wilfried Göesgens* embed_room_banner() remove own goto code, use the...
2010-08-10 Wilfried Göesgens* embed_room_banner() remove own goto code, use the...
2010-08-10 Wilfried Göesgens* the navbar style isn't used, remove it.
2010-08-10 Wilfried Göesgens* the navbar style isn't used, remove it.
2010-08-09 Wilfried Göesgens* embed_view_o_matic(): rest in pieces.
2010-08-09 Wilfried Göesgens* embed_view_o_matic(): rest in pieces.
2010-08-09 Wilfried Göesgens* remove the now unneccesary stuff from embed_room_banner()
2010-08-09 Wilfried Göesgens* remove the now unneccesary stuff from embed_room_banner()
2010-08-09 Wilfried Göesgens* fix select-o-matic
2010-08-09 Wilfried Göesgens* fix select-o-matic
2010-08-09 Wilfried Göesgens* oops, DefView and defview were duplicates. remove...
2010-08-09 Wilfried Göesgens* oops, DefView and defview were duplicates. remove...
2010-08-06 Wilfried Göesgens* new tokens for THISROOM:MSGS:NEW THISROOM:MSGS:TOTAL
2010-08-06 Wilfried Göesgens* new tokens for THISROOM:MSGS:NEW THISROOM:MSGS:TOTAL
2010-08-05 Wilfried Göesgens* add THISROOM:FILES:N and THISROOM:FILES:STR
2010-08-05 Wilfried Göesgens* add THISROOM:FILES:N and THISROOM:FILES:STR
next