Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | Merge pull request #7617 from nishiki/cache_user | Thomas Müller | 2014-04-23 | 1 | -43/+60 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | remove cache all user | adrien | 2014-03-21 | 1 | -70/+22 | |
| * | | | | | | | | | | fix remove cache when delete | adrien | 2014-03-11 | 1 | -6/+3 | |
| * | | | | | | | | | | remove static variable, add limit and offset | adrien | 2014-03-11 | 1 | -29/+51 | |
| * | | | | | | | | | | fix cache when remove an user | adrien | 2014-03-10 | 1 | -1/+8 | |
| * | | | | | | | | | | fix undifined uid | nishiki | 2014-03-09 | 1 | -1/+2 | |
| * | | | | | | | | | | add query result (boolean) for update or delete | nishiki | 2014-03-09 | 1 | -9/+6 | |
| * | | | | | | | | | | minor clean code | nishiki | 2014-03-09 | 1 | -1/+1 | |
| * | | | | | | | | | | fix undefined in loadUsers | adrien | 2014-03-07 | 1 | -8/+10 | |
| * | | | | | | | | | | update the cache when add user | adrien | 2014-03-06 | 1 | -13/+16 | |
| * | | | | | | | | | | upgrade the cache user | adrien | 2014-03-06 | 1 | -14/+38 | |
| * | | | | | | | | | | add cache for single users | adrien | 2014-03-06 | 1 | -33/+45 | |
* | | | | | | | | | | | Merge pull request #8068 from wakeup/fix-share.php-string-extraction | Thomas Müller | 2014-04-23 | 1 | -63/+89 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Make lib/** share.php strings extractable for translation | Volkan Gezer | 2014-04-22 | 1 | -63/+89 | |
* | | | | | | | | | | | | Merge pull request #8263 from LEDfan/add-key-to-contacts | Thomas Müller | 2014-04-22 | 1 | -1/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Change key to addressbook-key | Tobia De Koninck | 2014-04-22 | 1 | -1/+1 | |
| * | | | | | | | | | | | Add key to every contact | LEDfan | 2014-04-18 | 1 | -1/+6 | |
* | | | | | | | | | | | | Merge pull request #8281 from owncloud/public-responses | Morris Jobke | 2014-04-22 | 3 | -108/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | make download and redirectresponse public | Bernhard Posselt | 2014-04-20 | 3 | -108/+1 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Some more PHPDoc fixes | Lukas Reschke | 2014-04-21 | 25 | -110/+194 | |
* | | | | | | | | | | | | Merge pull request #7988 from owncloud/routing-cache-webroot | Andreas Fischer | 2014-04-20 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Sort parameters and cast to int | Robin Appelman | 2014-04-15 | 1 | -1/+2 | |
| * | | | | | | | | | | | | add delimiter between host and baseurl | Robin Appelman | 2014-04-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Merge branch 'master' into routing-cache-webroot | Robin Appelman | 2014-04-07 | 24 | -76/+124 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Keep cached urls with different hostnames or baseurls seperate | Robin Appelman | 2014-04-01 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | Merge pull request #8203 from owncloud/correct-link | Andreas Fischer | 2014-04-20 | 1 | -3/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Link to previous directory | Lukas Reschke | 2014-04-16 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | Use direct link instead of JS | Lukas Reschke | 2014-04-14 | 1 | -3/+2 | |
* | | | | | | | | | | | | | | | Add type hinting | Lukas Reschke | 2014-04-20 | 1 | -11/+11 | |
| |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge pull request #8205 from owncloud/fix-8202 | Morris Jobke | 2014-04-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | remove unneeded LOWER. Fixes #8202 | Victor Dubiniuk | 2014-04-14 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | Merge pull request #8222 from owncloud/type-hinting | Morris Jobke | 2014-04-17 | 11 | -17/+42 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Fix PHPdoc in lib/private | Bart Visscher | 2014-04-15 | 11 | -17/+42 | |
* | | | | | | | | | | | | | | | | Merge pull request #8189 from Xenopathic/misc_fixes | Robin McCorkell | 2014-04-17 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Prevent error from cache update on deleted files | Robin McCorkell | 2014-04-13 | 1 | -1/+5 | |
* | | | | | | | | | | | | | | | | | Merge pull request #8240 from owncloud/thumbnail-on-short-videos-master | Jörn Friedrich Dreyer | 2014-04-17 | 1 | -7/+30 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | escape $second + update PHPDoc | Thomas Müller | 2014-04-16 | 1 | -7/+7 | |
| * | | | | | | | | | | | | | | | | | videos which are shorter then 5 seconds will now get a proper thumbnail at 1 ... | Thomas Müller | 2014-04-16 | 1 | -7/+30 | |
* | | | | | | | | | | | | | | | | | | Merge pull request #8183 from owncloud/move-security-headers | Morris Jobke | 2014-04-16 | 2 | -25/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Remove uneeded usages of nosniff | Lukas Reschke | 2014-04-13 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | | | | Fix indentation | Lukas Reschke | 2014-04-13 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | Move security headers to base.php | Lukas Reschke | 2014-04-13 | 1 | -25/+1 | |
| |/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | Merge pull request #8104 from owncloud/lukepolo-master | Thomas Müller | 2014-04-15 | 1 | -0/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into lukepolo-master | Thomas Müller | 2014-04-09 | 3 | -7/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | fixing mkdir code to respect external file systems as well | Thomas Müller | 2014-04-07 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/lukepolo/core-1 into lukepolo-master | Thomas Müller | 2014-04-07 | 1 | -0/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | Feature Added : Ability to drag and drop in Chrome | Luke Policinski | 2014-02-19 | 1 | -5/+5 | |
| | * | | | | | | | | | | | | | | | | | | Feature Added : Ability to drag and drop in Chrome | Luke Policinski | 2014-02-19 | 1 | -0/+11 | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #8210 from owncloud/enhance-assets-management-master | Lukas Reschke | 2014-04-15 | 1 | -1/+30 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | adding checks and log messages regarding the assets folder | Thomas Müller | 2014-04-15 | 1 | -1/+30 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | |