[webui] Removed broken XML check that was cp'ed from master.
[opensuse:build-service.git] / src / api / app / controllers / application_controller.rb
2011-02-02 Sascha Peilicke[webui] Removed broken XML check that was cp'ed from
2010-11-12 Adrian Schröter[api] use anonymous access mode only for the webui
2010-10-01 Adrian Schröter[api] ensure that only confirmed user get access
2010-10-01 Adrian Schröter[api] return unconfirmed user with own error state
2010-10-01 Adrian Schröter[api] support user registration hint also for native...
2010-10-01 Adrian Schröter[api] support user confirmation mode for admin
2010-08-26 bbrunnerMerge branch 'master' of gitorious.org:opensuse/build...
2010-07-08 Stephan Kulowcheck if the test backend starts and if not, give an...
2010-06-30 Stephan Kulow[api] add tests for set_flag
2010-06-30 Thomas Schmidtimprove logging of test methods
2010-06-29 Stephan Kulow[api] test the message controller. too bad we don't...
2010-06-28 Stephan Kulow[api] remove the result controller, not used for a...
2010-06-28 Stephan Kulow[api] some more test coverage
2010-06-25 Stephan Kulow[api] start also the repserver
2010-06-25 Stephan Kulow[api] change the backend test suite logic
2010-06-23 Stephan Kulow[api] will the real Slim Shady please stand up?
2010-06-18 Stephan Kulow[api] allow to set the hostname for x-rewrite
2010-06-09 Martin MohringMerge branch 'aclsupport' of git+ssh://mercury/opensuse...
2010-05-21 Thomas Schmidt[api] set validation error type
2010-05-05 Stephan Kulowrestart the workers one by one and don't kill
2010-05-03 Stephan Kulowmissing template means file not found
2010-04-29 Thomas SchmidtMerge branch 'master' of gitorious.org:opensuse/build...
2010-04-29 Thomas Schmidt[api] more robust checking for allowed anonymous host
2010-04-21 Adrian SchröterShuffle also specifal build hosts
2010-04-21 Stephan Kulow[api] trying to fix the semantics of extract_user with...
2010-04-14 Stephan Kulow!get requests can not be x-rewritten. I guess I was...
2010-04-14 Stephan Kulowchange routes and return after having talked to lighttpd
2010-04-14 Stephan Kulow[api] more work on volley - do not read the put/post...
2010-04-14 Adrian Schröter* use realname from iChain if it is exporting it
2010-04-08 Stephan Kulow[api] if we use lighttpd, we can use X-Rewrite - otherwise
2010-04-08 Stephan Kulow[api] do not use get + send_data to forward data. The...
2010-04-03 Marcus HueweMerge branch 'master' of git@gitorious.org:opensuse...
2010-04-01 Stephan Kulow[api] let's wait a bit more with the kill switch
2010-04-01 Stephan Kulowuse the same "trick" as in software.o.o app - check...
2010-03-29 Stephan Kulowtake all values of allow_anonymous - default is comment...
2010-03-19 Adrian Schröterhandle anonymous mode with iChain differently, if iChai...
2010-03-16 Adrian Schrötersupport anonymous access via "_nobody_" user from defin...
2010-03-10 David GreavesAdd LDAP/SSL support and make dependency on ldap optional
2010-03-09 Adrian SchröterMerge branch 'master' of gitorious.org:opensuse/build...
2010-03-09 Marcus Huewe- only require ldap if it's needed
2010-03-04 David GreavesUpdated LDAP authentication
2010-03-02 Marcus HueweMerge branch 'master' of git://gitorious.org/opensuse...
2010-03-01 Stephan Kulowfix XML validation - and return error to sender
2010-03-01 Stephan Kulowfixing syntax error leading to unexpected lack of funct...
2010-02-23 Stephan KulowTom removed the esc shortcut
2010-02-23 Thomas Schmidtformat code, correctly add apiversion to header, safety...
2010-02-23 Stephan Kulowfix another syntax problem
2010-02-23 Thomas Schmidtfix syntax error
2010-02-18 Adrian SchröterMerge branch 'master' of gitorious.org:opensuse/build...
2010-02-18 Luke ImhoffAdd LDAP as an authentication method for the API.
2010-02-15 Thomas SchmidtMerge branch 'master' of gitorious.org:opensuse/build...
2010-02-10 Klaas FreitagMerge branch 'master' of gitorious.org:opensuse/build...
2010-02-04 Adrian SchröterMerge branch 'master' of gitorious.org:opensuse/build...
2010-02-04 Thomas Schmidtfix catching error
2010-01-29 Thomas Schmidtreworked code a bit
2010-01-20 Thomas Schmidtuse 400 as error status code, ichain eats 500
2010-01-17 Adrian SchröterMerge branch 'master' of gitorious.org:opensuse/build...
2010-01-17 Adrian Schröterdo not crash in ExceptionNotifier on exception by default
2010-01-04 Stephan Kulowtest permissions check for creating requests (return...
2009-12-26 Stephan Kulownice exceptions
2009-12-26 Stephan Kulowdo not throw an exception
2009-12-25 Stephan Kulowfix usage of activexml
2009-12-25 Stephan Kulowsync api and webui in how they send mails on exceptions
2009-11-25 Thomas Schmidtfix error string, use 400 errors by default, to not...
2009-11-24 Stephan Kulowrails.cache is a bit chatty for our log file
2009-11-24 Stephan Kulowthis gives a "DEPRECATION WARNING" on every start
2009-11-24 Stephan Kulowcatch not found error from backend
2009-11-22 Stephan Kulowmark the requires of REXML::Document
2009-11-22 Stephan Kulow:packstatus is no more
2009-09-15 Adrian Schröter* do not use forward_path, since size content-length...
2009-09-14 Adrian Schröter* using raw_post again, works with rails 2.3.4
2009-09-14 Adrian Schrötermake it working with rails 2.3.4
2009-04-29 Adrian Schröterrename application.rb to rails 2.3 compatible way,...