Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo | Thomas Tanghus | 2013-10-04 | 1 | -1/+1 |
| | |||||
* | JS version of the OCP\ITags interface | Thomas Tanghus | 2013-10-04 | 1 | -13/+37 |
| | |||||
* | Merge branch 'master' into oc_avatars | kondou | 2013-09-12 | 1 | -5/+4 |
|\ | |||||
| * | Use the namespaced variation of the classname. | Bart Visscher | 2013-09-02 | 1 | -5/+4 |
| | | |||||
* | | Use proper controller naming | kondou | 2013-09-04 | 1 | -5/+5 |
| | | |||||
* | | Clean up oc_avatars | kondou | 2013-09-04 | 1 | -2/+2 |
| | | |||||
* | | Sanitize displayname, respect data @ $element, fix routename, clean after ↵ | kondou | 2013-08-31 | 1 | -4/+3 |
| | | | | | | | | cropping, updateAvatar with displayname | ||||
* | | Merge branch 'master' into oc_avatars | kondou | 2013-08-31 | 1 | -1/+2 |
|\| | |||||
| * | outsource sharing and deleted files previews to apps | Georg Ehrke | 2013-08-19 | 1 | -4/+0 |
| | | |||||
| * | Merge master into oc_preview | Georg Ehrke | 2013-08-19 | 1 | -1/+1 |
| |\ | |||||
| * | | style fixes | Georg Ehrke | 2013-07-30 | 1 | -3/+3 |
| | | | |||||
| * | | Revert "OC\Preview - outsource static methods" | Georg Ehrke | 2013-07-29 | 1 | -4/+3 |
| | | | | | | | | | | | | This reverts commit 14a35267c15115a1e7d2901ddd9b8c5c7e1b9a31. | ||||
| * | | OC\Preview - outsource static methods | Georg Ehrke | 2013-07-11 | 1 | -3/+4 |
| | | | |||||
| * | | implement use of preview icons in thrashbin app | Georg Ehrke | 2013-07-08 | 1 | -0/+2 |
| | | | |||||
| * | | move to OC namespace | Georg Ehrke | 2013-05-29 | 1 | -2/+2 |
| | | | |||||
| * | | add previews for public files | Georg Ehrke | 2013-05-22 | 1 | -0/+2 |
| | | | |||||
| * | | add route for previews | Georg Ehrke | 2013-04-25 | 1 | -1/+2 |
| | | | |||||
* | | | Use OC_Cache and finish cropper functionality | kondou | 2013-08-29 | 1 | -2/+1 |
| | | | |||||
* | | | Continue work on cropper | kondou | 2013-08-28 | 1 | -1/+1 |
| | | | |||||
* | | | Translate "Permission denied" & use class-autoloader | kondou | 2013-08-27 | 1 | -6/+5 |
| | | | |||||
* | | | Have a controller instead ofo avatar.php and fix some cropper-design | kondou | 2013-08-26 | 1 | -0/+20 |
| | | | |||||
* | | | Have /avatar.php as a central avatar-point | kondou | 2013-08-25 | 1 | -3/+0 |
| | | | |||||
* | | | Modularize get(), async getAvatar, avatars @ usermgmt | kondou | 2013-08-25 | 1 | -0/+3 |
| |/ |/| | | | | | And other small improvements | ||||
* | | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 1 | -1/+1 |
|/ | |||||
* | implemented a heartbeat request which is calls the server every 15 minutes ↵ | Bernhard Posselt | 2013-02-26 | 1 | -0/+5 |
| | | | | to prevent a session timeout | ||||
* | Execute the post setup check after finishing the setup | Bart Visscher | 2013-02-06 | 1 | -0/+4 |
| | |||||
* | Add a route to the JS config | Lukas Reschke | 2013-01-20 | 1 | -0/+3 |
| | |||||
* | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-11-05 | 1 | -3/+0 |
|\ | | | | | | | | | Conflicts: lib/vcategories.php | ||||
| * | Create only one CSRF token per session | Lukas Reschke | 2012-10-31 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | Before, the CSRF token expired every hour. We had a script in place which should refresh the token but this don't worked in every case. (Laptop sleeping etc.) With this commit, the token will only get once created for every session so that the "Token expired" warning shouldn't appear. | ||||
* | | Add routes for vcategory favorites. | Thomas Tanghus | 2012-11-01 | 1 | -0/+6 |
|/ | |||||
* | Move loading setting routing to OC_Router | Bart Visscher | 2012-10-29 | 1 | -2/+0 |
| | |||||
* | Change search to use routing | Bart Visscher | 2012-10-29 | 1 | -0/+3 |
| | |||||
* | Fix introduced style errors | Bart Visscher | 2012-10-27 | 1 | -1/+1 |
| | |||||
* | Change the lostpassword flow to a controller | Bart Visscher | 2012-10-17 | 1 | -0/+14 |
| | |||||
* | Implement routing on javascript side | Bart Visscher | 2012-10-05 | 1 | -0/+3 |
| | |||||
* | Make the core ajax calls use the router | Bart Visscher | 2012-10-02 | 1 | -0/+21 |
| | |||||
* | Make the settings ajax calls use the router | Bart Visscher | 2012-10-02 | 1 | -13/+1 |
| | |||||
* | Convert menu entries of settings pages to use router | Bart Visscher | 2012-09-28 | 1 | -0/+15 |
| | |||||
* | Routing: Add some core routes | Bart Visscher | 2012-08-12 | 1 | -0/+19 |