Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-07-14 | 4 | -1/+31 |
| | |||||
* | Removed the preview warning. This is only a simple text change | Frank Karlitschek | 2013-07-13 | 1 | -1/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-07-13 | 2 | -0/+9 |
| | |||||
* | Merge pull request #4037 from owncloud/add_new_file_above_summary | Kondou | 2013-07-12 | 1 | -0/+2 |
|\ | | | | | add new file above summary if it is the first file in the list | ||||
| * | add new file above summary if it is the first file in the list | Björn Schießle | 2013-07-12 | 1 | -0/+2 |
| | | |||||
* | | fix array access and change variable names according to the coding style | Björn Schießle | 2013-07-12 | 1 | -11/+13 |
| | | |||||
* | | continue cleaning-up old versions if availableSpace=0. It's not necessary ↵ | Björn Schießle | 2013-07-12 | 1 | -1/+1 |
| | | | | | | | | but gives us some additional free space, especially in the case of a hard quota | ||||
* | | fix some var names according to our style guide | Björn Schießle | 2013-07-12 | 1 | -7/+7 |
| | | |||||
* | | adjust comments | Björn Schießle | 2013-07-12 | 1 | -1/+1 |
| | | |||||
* | | fix typo in comment | Björn Schießle | 2013-07-12 | 1 | -1/+1 |
| | | |||||
* | | also expire versions on rename, to update the history more regularly | Björn Schießle | 2013-07-12 | 1 | -0/+2 |
| | | |||||
* | | it is enough to call the expire function once | Björn Schießle | 2013-07-12 | 1 | -6/+1 |
| | | |||||
* | | call expire function before writing the new version to make sure to have ↵ | Björn Schießle | 2013-07-12 | 1 | -63/+96 |
|/ | | | | enough free space | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-07-12 | 18 | -5/+64 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-07-11 | 7 | -1/+50 |
| | |||||
* | Merge pull request #3990 from owncloud/size-mb | Jan-Christoph Borchardt | 2013-07-10 | 1 | -1/+1 |
|\ | | | | | add MB indicator to size heading, fix #3987 | ||||
| * | add MB indicator to size heading, fix #3987 | Jan-Christoph Borchardt | 2013-07-10 | 1 | -1/+1 |
| | | |||||
* | | LDAP: even better check for emptiness, fixes #3815 | Arthur Schiwon | 2013-07-10 | 1 | -8/+19 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-07-10 | 3 | -3/+11 |
|/ | |||||
* | Encode current trashbin directory | Victor Dubiniuk | 2013-07-09 | 1 | -3/+6 |
| | |||||
* | Migrate to encodePath | Victor Dubiniuk | 2013-07-09 | 4 | -12/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-07-09 | 9 | -2/+23 |
| | |||||
* | Merge pull request #3757 from owncloud/icon-cleanup | Jan-Christoph Borchardt | 2013-07-08 | 2 | -4/+4 |
|\ | | | | | Icon cleanup | ||||
| * | use history icon in Deleted Files template as well | Jan-Christoph Borchardt | 2013-06-17 | 2 | -2/+2 |
| | | |||||
| * | remove unused loading spinners, just have one | Jan-Christoph Borchardt | 2013-06-17 | 1 | -2/+2 |
| | | |||||
| * | use consistent icon for 'restore'/versions/history, also SVG | Jan-Christoph Borchardt | 2013-06-17 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #3946 from owncloud/fixing-3942-master | Thomas Müller | 2013-07-08 | 3 | -33/+17 |
|\ \ | | | | | | | handle anonymous upload to reshared folder | ||||
| * | | fixing check if public share is a folder or not | Thomas Müller | 2013-07-06 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into fixing-3942-master | Thomas Müller | 2013-07-06 | 10 | -155/+252 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/upload.php | ||||
| * | | | on reshares we now recursively move to the root of all reshares - therefore ↵ | Thomas Müller | 2013-07-05 | 2 | -31/+16 |
| | | | | | | | | | | | | | | | | some code has been refactured and added as a new public function | ||||
| * | | | fixing Notice: Undefined index: isPublic | Thomas Müller | 2013-07-05 | 1 | -0/+1 |
| | | | | |||||
| * | | | handle anonymous upload to reshared folder | Thomas Müller | 2013-07-05 | 1 | -0/+5 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-07-08 | 9 | -11/+27 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-07-07 | 10 | -0/+86 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-07-06 | 12 | -1/+47 |
| |/ / |/| | | |||||
* | | | Merge pull request #3951 from owncloud/fixing-3936-master | Thomas Müller | 2013-07-05 | 1 | -4/+11 |
|\ \ \ | | | | | | | | | get the real physical folder name for anonymous upload | ||||
| * | | | proper fix for getting the shared item if no user is logged in | Thomas Müller | 2013-07-05 | 1 | -4/+5 |
| | | | | |||||
| * | | | php 5.3 compliant now | Thomas Müller | 2013-07-05 | 1 | -1/+2 |
| | | | | |||||
| * | | | get the real physical folder name for anonymous upload | Thomas Müller | 2013-07-05 | 1 | -2/+7 |
| |/ / | |||||
* | | | Merge pull request #3958 from owncloud/fixing-3933-master | Thomas Müller | 2013-07-05 | 2 | -76/+82 |
|\ \ \ | | | | | | | | | adding tipsy to the upload button showing the max upload and restoring c... | ||||
| * | | | adding tipsy to the upload button showing the max upload and restoring ↵ | Thomas Müller | 2013-07-05 | 2 | -76/+82 |
| |/ / | | | | | | | | | | client side upload size validation | ||||
* | | | Merge pull request #3948 from owncloud/fixing-3934-master | Bart Visscher | 2013-07-05 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | no anonymous upload on files only folders | ||||
| * | | | no anonymous upload on files only folders | Thomas Müller | 2013-07-05 | 1 | -0/+3 |
| |/ / | |||||
* | | | remove wrong closing bracket | Björn Schießle | 2013-07-05 | 1 | -1/+0 |
| | | | |||||
* | | | added helper function to escape glob pattern | Björn Schießle | 2013-07-05 | 3 | -5/+15 |
| | | | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/lib/helper.php | ||||
* | | | fix getUidAndFilename() test | Björn Schießle | 2013-07-05 | 1 | -1/+1 |
| | | | |||||
* | | | only check for external mount points if the external storage app is enabled | Björn Schießle | 2013-07-05 | 1 | -9/+12 |
| | | | |||||
* | | | make trash bin aware of system wide mounts with respect to encryption keys | Björn Schießle | 2013-07-05 | 1 | -7/+21 |
| | | | |||||
* | | | only escape glob pattern | Björn Schießle | 2013-07-05 | 2 | -4/+9 |
| | | | |||||
* | | | del share keys from correct location | Björn Schießle | 2013-07-05 | 1 | -3/+16 |
| | | |