Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 5.0.3v5.0.3 | Frank Karlitschek | 2013-04-03 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2665 from owncloud/backport-2275-app-styles | Bernhard Posselt | 2013-04-02 | 1 | -0/+208 |
|\ | | | | | manually backport #2275 app styles to stable | ||||
| * | manually backport #2275 app styles to stable | Jan-Christoph Borchardt | 2013-04-02 | 1 | -0/+208 |
| | | |||||
* | | Merge pull request #2595 from owncloud/fix_part_file_ignoring_stable5 | Bernhard Posselt | 2013-04-02 | 2 | -29/+44 |
|\ \ | |/ |/| | Fix part file ignoring stable5 | ||||
| * | supress write hook for .part files | Jörn Friedrich Dreyer | 2013-03-28 | 2 | -9/+6 |
| | | |||||
| * | ignore files in scanFile instead of scan to catch all occurences. | Jörn Friedrich Dreyer | 2013-03-28 | 1 | -25/+43 |
| | | | | | | | | | | Conflicts: lib/files/cache/scanner.php | ||||
* | | Backport PR #2622 | root | 2013-04-02 | 1 | -2/+2 |
| | | |||||
* | | 5.0.3 RC1 | Frank Karlitschek | 2013-04-02 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #2656 from owncloud/fix_2642 | Frank Karlitschek | 2013-04-02 | 1 | -5/+9 |
|\ \ | | | | | | | fix upgrade error for instances not upgraded from 4.5 | ||||
| * | | fix upgrade error for instances not upgraded from 4.5 | Arthur Schiwon | 2013-04-02 | 1 | -5/+9 |
|/ / | |||||
* | | Merge pull request #2641 from owncloud/fix_2612v5.0.2 | Frank Karlitschek | 2013-04-02 | 1 | -8/+0 |
|\ \ | | | | | | | Key must use less then 767 bytes long | ||||
| * | | Key must use less then 767 bytes long | Arthur Schiwon | 2013-04-02 | 1 | -8/+0 |
| | | | |||||
* | | | 5.0.2 | Frank Karlitschek | 2013-04-02 | 1 | -2/+2 |
|/ / | |||||
* | | Merge pull request #2625 from owncloud/fix_namespace_in_autoloader_stable5v5.0.1 | VicDeo | 2013-03-31 | 4 | -0/+33 |
|\ \ | | | | | | | Fix namespace in autoloader stable5 | ||||
| * | | Remove space before parethesis | VicDeo | 2013-03-31 | 1 | -1/+1 |
| | | | |||||
| * | | Show a warning in the installer if the used PHP version is vulnerable to the ↵ | Lukas Reschke | 2013-03-31 | 1 | -0/+7 |
| | | | | | | | | | | | | NULL Byte attack | ||||
| * | | Check if the installed PHP version has a fix for the nullbyte vulnerability | Lukas Reschke | 2013-03-31 | 1 | -0/+5 |
| | | | |||||
| * | | some basic unit test for loading classes | Thomas Mueller | 2013-03-31 | 1 | -0/+19 |
| | | | |||||
| * | | Remove leading and trailing backslashes in classname. Ref #2310 | VicDeo | 2013-03-31 | 1 | -0/+2 |
|/ / | |||||
* | | User list: Keep array of available groups. Should fix #873 | Thomas Tanghus | 2013-03-29 | 1 | -4/+13 |
| | | |||||
* | | fixes #1463 - file size is now displayed correctly in IE8 | Thomas Mueller | 2013-03-29 | 1 | -2/+6 |
| | | |||||
* | | fixes #1461 | Thomas Mueller | 2013-03-29 | 1 | -3/+19 |
|/ | |||||
* | Merge pull request #2602 from owncloud/fix_share_with_displayname | blizzz | 2013-03-27 | 1 | -4/+4 |
|\ | | | | | Fix share with displayname | ||||
| * | Whitespaces | Arthur Schiwon | 2013-03-27 | 1 | -3/+3 |
| | | |||||
| * | Share Dialog: show Displayname instead of internal name | Arthur Schiwon | 2013-03-27 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #2558 from owncloud/fix_cache_upgrade | blizzz | 2013-03-27 | 5 | -13/+149 |
|\ \ | | | | | | | Fix cache upgrade | ||||
| * | | Cache: on equal mtime also for equal size before keeping ETag, at least ↵ | Arthur Schiwon | 2013-03-26 | 1 | -1/+2 |
| | | | | | | | | | | | | makes Unit Test happy | ||||
| * | | Cache: Do not overwrite ETag when file did not change | Arthur Schiwon | 2013-03-26 | 1 | -4/+6 |
| | | | |||||
| * | | Only prepare an SQL statement once. | Arthur Schiwon | 2013-03-25 | 1 | -1/+4 |
| | | | |||||
| * | | Add PHPDoc | Arthur Schiwon | 2013-03-25 | 1 | -0/+6 |
| | | | |||||
| * | | Adjust to Icewind's fix | Arthur Schiwon | 2013-03-25 | 1 | -51/+0 |
| | | | |||||
| * | | Cache: fix property path for getting legacy etag | Robin Appelman | 2013-03-25 | 1 | -1/+1 |
| | | | |||||
| * | | Port Icewind's fix I | Robin Appelman | 2013-03-25 | 2 | -2/+23 |
| | | | |||||
| * | | Add Index to properties table for better performance on upgrade | Arthur Schiwon | 2013-03-25 | 1 | -0/+16 |
| | | | |||||
| * | | Change LIMIT in DB query respectively remove where not necessary | Arthur Schiwon | 2013-03-25 | 1 | -2/+1 |
| | | | |||||
| * | | Remove Debug output | Arthur Schiwon | 2013-03-25 | 1 | -2/+0 |
| | | | |||||
| * | | Upgrade FileCache on ownCloud upgrade for all users with files | Arthur Schiwon | 2013-03-22 | 2 | -1/+66 |
| | | | |||||
| * | | Performance: prepare queries only once | Arthur Schiwon | 2013-03-22 | 1 | -5/+10 |
| | | | |||||
| * | | Fix lost ETag on Cache Upgrade | Arthur Schiwon | 2013-03-22 | 1 | -3/+74 |
| | | | |||||
* | | | Merge pull request #2596 from owncloud/fix_files_external_displayname | blizzz | 2013-03-27 | 2 | -1/+2 |
|\ \ \ | |_|/ |/| | | Files External: show display names instead of internal user names in Set... | ||||
| * | | Files External: show display names instead of internal user names in Settings UI | Arthur Schiwon | 2013-03-27 | 2 | -1/+2 |
| | | | |||||
* | | | Merge pull request #2593 from owncloud/fix_userlist_append_displayname | blizzz | 2013-03-27 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Users: use DisplayName in the Display Name col when appending users | ||||
| * | | | Users: use DisplayName in the Display Name col when appending users | Arthur Schiwon | 2013-03-27 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #2599 from owncloud/backport-2515-nav-scrollbar | Jan-Christoph Borchardt | 2013-03-27 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | Backport 2515 nav scrollbar | ||||
| * | | Fixed typo | yannickoo | 2013-03-27 | 1 | -1/+1 |
| | | | |||||
| * | | No Scrolling for more than approximately 10 Applications | yannickoo | 2013-03-27 | 1 | -2/+2 |
|/ / | |||||
* | | prevent to fire delete ajax a second time. | Thomas Mueller | 2013-03-26 | 2 | -3/+3 |
| | | | | | | | | Before the click on a single file delete icon fired two different handlers - one of them is for multiple deletion only | ||||
* | | Merge pull request #2272 from owncloud/fix_json_encoded_pubic_download_oc5 | Thomas Müller | 2013-03-26 | 2 | -2/+8 |
|\ \ | | | | | | | let public link download handle json encoded file lists [oc5] | ||||
| * | | let public link download handle json encoded file lists | Björn Schießle | 2013-03-13 | 2 | -2/+8 |
| | | | |||||
* | | | Merge pull request #2562 from owncloud/update_mtime_after_sync | Björn Schießle | 2013-03-26 | 2 | -0/+8 |
|\ \ \ | | | | | | | | | listen to touch hook to update the mtime after sync |