summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-04-09ported to owncloud internal appframework classes, confused with how to start ↵Bernhard Posselt
the app and define deps
2014-04-09fix article enhancers by providing the correct useragentBernhard Posselt
2014-04-09[tx-robot] updated from transifexJenkins for ownCloud
2014-04-08remove html tags from feed titleBernhard Posselt
2014-04-08fix bug that would prevent you from creating foldersBernhard Posselt
2014-04-08fix undo notificationBernhard Posselt
2014-04-08use generate url, fix #496Bernhard Posselt
2014-04-08remove oc sript from news appBernhard Posselt
2014-04-08Merge pull request #502 from owncloud/routingBernhard Posselt
Update requests to use the full route. Refs. #496
2014-04-08port javascript from appframeworkBernhard Posselt
2014-04-08require status to be not nullBernhard Posselt
2014-04-08try to clone oc in travis buildBernhard Posselt
2014-04-08try to clone oc in travis buildBernhard Posselt
2014-04-08try to clone oc in travis buildBernhard Posselt
2014-04-08try to clone oc in travis buildBernhard Posselt
2014-04-08try to clone oc in travis buildBernhard Posselt
2014-04-08try to clone oc in travis buildBernhard Posselt
2014-04-08try to clone oc in travis buildBernhard Posselt
2014-04-08try to clone oc in travis buildBernhard Posselt
2014-04-08try to clone oc in travis buildBernhard Posselt
2014-04-08migrated database, utility, bootstrap from appframeworkBernhard Posselt
2014-04-08set minimum owncloud version in readme and changelogBernhard Posselt
2014-04-08set item as default for item mapper classes to prevent bugs when inheriting ↵Bernhard Posselt
from other classes, fix #506
2014-04-08[tx-robot] updated from transifexJenkins for ownCloud
2014-04-07[tx-robot] updated from transifexJenkins for ownCloud
2014-04-06update changelogBernhard Posselt
2014-04-06fix probably broken sql query on sqlite and postgres for deleting items ↵Bernhard Posselt
after a folder was deleted
2014-04-06fix deletion of items from users on sqliteBernhard Posselt
2014-04-06hooksBernhard Posselt
2014-04-06fix errors related to persistence data changeBernhard Posselt
2014-04-06get rid of deprecated getParams and renderJSON method to ease transition to ↵Bernhard Posselt
built in appframework
2014-04-06[tx-robot] updated from transifexJenkins for ownCloud
2014-04-06remove old fromrow method from itembusinesslayer to prevent failing when ↵Bernhard Posselt
starring
2014-04-05use findEntity and findEntities from the mapper class to get rid of code ↵Bernhard Posselt
duplication
2014-04-05[tx-robot] updated from transifexJenkins for ownCloud
2014-04-04bump required version down to 6.0.2 because theres __call implementation for ↵Bernhard Posselt
pdo statement
2014-04-04write out type name to prevent confusion when using gettypeBernhard Posselt
2014-04-04depend on next oc bugfix releaseBernhard Posselt
2014-04-04require 6.0.2Bernhard Posselt
2014-04-04depend on oc6, bind correct types, fix #457Bernhard Posselt
2014-04-04[tx-robot] updated from transifexJenkins for ownCloud
2014-04-04fix namespace for hooksBernhard Posselt
2014-04-04register hooks for deleting feeds, folders and items if a user is deleted, ↵Bernhard Posselt
fix #468
2014-04-04Merge pull request #504 from owncloud/fix-geek-and-pokeBernhard Posselt
fix geek & poke feed
2014-04-04fix geek & poke feedMorris Jobke
2014-04-04version bump1.808Bernhard Posselt
2014-04-03Don't prevent shortcuts if a button (starred icon for instance) is focused ↵Bernhard Posselt
(theres no input for buttons anyways), fix #497
2014-04-03only instantiate one itemcontroller, prevent tons of requests when ↵Bernhard Posselt
autopaging, fix #498
2014-04-03[tx-robot] updated from transifexJenkins for ownCloud
2014-04-02[tx-robot] updated from transifexJenkins for ownCloud