Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-02 | 112 | -996/+2499 |
| | |||||
* | l18n support added to files_external/js | Thomas Mueller | 2012-10-02 | 2 | -15/+33 |
| | |||||
* | Correct checking item source for share from same owner when generating item ↵ | Michael Gapczynski | 2012-10-02 | 1 | -1241/+1242 |
| | | | | target | ||||
* | we are sharing the same file again if item_source of the already shared file ↵ | Björn Schießle | 2012-10-02 | 1 | -0/+3 |
| | | | | and the newly shared file is the same. Therefore we can use the same target name | ||||
* | remove unnecessary code and add missing items to select statement | Björn Schießle | 2012-10-02 | 1 | -14/+2 |
| | |||||
* | remove textbox after pressing "enter" even if the name is the same | Björn Schießle | 2012-10-02 | 1 | -16/+15 |
| | |||||
* | escape identifiers in queries | Jörn Friedrich Dreyer | 2012-10-02 | 1 | -9/+9 |
| | |||||
* | merge all possible conflicts into on array | Björn Schießle | 2012-10-02 | 1 | -10/+9 |
| | |||||
* | automatically remove and prevent installation of apps with a require version ↵ | Frank Karlitschek | 2012-10-02 | 9 | -11/+11 |
| | | | | | | | less than the current one. We check now the first ad second part of the version number. Also increase the require tags of the core apps to 4.9 Please note that 4.9 is the internal versionnumber of the upcoming 4.5 release. You have to pu a <require>4.9</require> into the info.xml of your app to make it as compatible with 4.5 | ||||
* | fix create folder and upload file issue on win, fixes oc-1747, solution ↵ | Arthur Schiwon | 2012-10-02 | 1 | -2/+2 |
| | | | | follows suggestion from bug tracker | ||||
* | We can't rely on the assumption that if the matching target is from the same ↵ | Björn Schießle | 2012-10-02 | 1 | -10/+30 |
| | | | | | | | | | owner that the share type will be different. Files in different folders can have the same name. Therefore also a unique name has to be generated if the matching target it from the same user. Also for folders and files with the same name a unique target name has to be generated If matching target is from the same owner, use the same target. The share type will be different so this isn't the sa | ||||
* | don't use the complete path but the basename if the file/foder has no ↵ | Björn Schießle | 2012-10-02 | 1 | -1/+1 |
| | | | | | | extension. Otherwise we can end up with different items in the shared directory with the same name (Also folder names can contain dots) | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-02 | 30 | -199/+267 |
| | |||||
* | Fixed old, annoying css error that it turned out I had made myself :-P | Thomas Tanghus | 2012-10-01 | 1 | -1/+1 |
| | |||||
* | Merge pull request #23 from lipemat/patch-1 | Lukas Reschke | 2012-10-01 | 1 | -1/+1 |
|\ | | | | | | | Fix the File Upload Button in Chrome Arrow was showing under the button in Chrome. With this commit it should be shown correctly. | ||||
| * | Update apps/files/css/files.css | Mat Lipe | 2012-10-01 | 1 | -1/+1 |
| | | | | | | Fixed a strange comment issue | ||||
| * | Update apps/files/css/files.css | Mat Lipe | 2012-09-30 | 1 | -2/+2 |
| | | | | | | Fix the File Upload Button in Chrome. Tested in IE9-8-7, Firefox, Chrome | ||||
* | | Search: fix Notice and thus broken search with activiated error reporting | Arthur Schiwon | 2012-10-01 | 1 | -1/+5 |
| | | |||||
* | | LDAP: fix sharing doesn't work with ldap groups, oc-1819 | Arthur Schiwon | 2012-10-01 | 2 | -2/+8 |
| | | |||||
* | | Share - Dropdown dialog - cut off username if it's longer than 14 chars - ↵ | Georg Ehrke | 2012-10-01 | 1 | -2/+6 |
| | | | | | | | | bugfix for oc-1871 | ||||
* | | Sharing: backward compatibility to links from OC 4.0. | Arthur Schiwon | 2012-10-01 | 1 | -0/+20 |
| | | |||||
* | | fix test case for when a user is logged in | Robin Appelman | 2012-10-01 | 1 | -1/+4 |
| | | |||||
* | | add test to make sure filepaths that are passed to filesystems hooks are ↵ | Robin Appelman | 2012-10-01 | 1 | -0/+23 |
| | | | | | | | | normalized | ||||
* | | code style | Robin Appelman | 2012-10-01 | 1 | -46/+44 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-01 | 21 | -63/+94 |
| | |||||
* | update the filecache by setting mtimes to 0 when the mount configuration has ↵ | Robin Appelman | 2012-09-30 | 3 | -4/+18 |
| | | | | changed instead of clearing the cache | ||||
* | fix updating the filecache for when contents of a folder has changed | Robin Appelman | 2012-09-30 | 1 | -5/+8 |
| | |||||
* | fix mimetype detection using the 'file' command in some edge cases | Robin Appelman | 2012-09-30 | 1 | -0/+1 |
| | |||||
* | reload the current url when login in instead of always redirecting to the ↵ | Robin Appelman | 2012-09-30 | 2 | -2/+3 |
| | | | | default app (oc-1873) | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-30 | 19 | -70/+98 |
| | |||||
* | Fix a typo | Lukas Reschke | 2012-09-30 | 1 | -1/+1 |
| | |||||
* | Fix double url decoding in fileDownloadPath function | Bart Visscher | 2012-09-29 | 1 | -1/+1 |
| | |||||
* | Merge pull request #21 from raghunayyar/master | Lukas Reschke | 2012-09-29 | 1 | -1/+1 |
|\ | | | | | CSS typo fixed. | ||||
| * | Update settings/css/settings.css | Raghu Nayyar | 2012-09-29 | 1 | -1/+1 |
| | | | | | | CSS typo fixed. | ||||
* | | Fallback for systems without openssl | Lukas Reschke | 2012-09-29 | 3 | -7/+30 |
| | | |||||
* | | mt_rand() is not secure from a cryptographic point of view, let's use ↵ | Lukas Reschke | 2012-09-29 | 1 | -1/+2 |
| | | | | | | | | openssl_random_pseudo_bytes() here | ||||
* | | rand() + uniqid() are not from cryptographic quality | Lukas Reschke | 2012-09-29 | 1 | -1/+1 |
| | | |||||
* | | Removed sectoken | Lukas Reschke | 2012-09-29 | 3 | -9/+1 |
| | | | | | | | | | | This token is completly useless since an attacker can easily extract it from the page. | ||||
* | | Removed sectoken | Lukas Reschke | 2012-09-29 | 2 | -12/+4 |
| | | | | | | | | | | This token is completly useless since an attacker can easily extract it from the page. | ||||
* | | mt_rand() is not secure from a security point of view and predictable. Let's ↵ | Lukas Reschke | 2012-09-29 | 1 | -1/+3 |
| | | | | | | | | | | | | | | use openssl_random_pseudo_bytes() instead. Before: 26 bits entropy After: 72 bits entropy | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-29 | 15 | -55/+92 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-28 | 107 | -1250/+1718 |
| | | |||||
* | | Merge pull request #20 from scambra/undo-l10n | Thomas Müller | 2012-09-28 | 1 | -4/+4 |
|\ \ | | | | | | | undo interpolation in js for 4.5 | ||||
| * | | undo interpolation in js for 4.5 | scambra | 2012-09-28 | 1 | -4/+4 |
| | | | |||||
* | | | Do urlencoding in linkTo functions | Bart Visscher | 2012-09-28 | 6 | -5/+8 |
| | | | |||||
* | | | Fix syntax error in removeETagHook | Bart Visscher | 2012-09-28 | 1 | -5/+5 |
| | | | |||||
* | | | After selecting a search result, hide the results | Bart Visscher | 2012-09-28 | 1 | -0/+1 |
| | | | |||||
* | | | urlencode filename in search result, fixes problems with & in name | Bart Visscher | 2012-09-28 | 1 | -0/+1 |
| | | | |||||
* | | | Simplify generating file search results | Bart Visscher | 2012-09-28 | 1 | -8/+14 |
| | | | |||||
* | | | Correctly fix oc-1016 and fix downloading of files | Bart Visscher | 2012-09-28 | 1 | -1/+1 |
| | | |